1*2c63221cSMichael Walle /* SPDX-License-Identifier: GPL-2.0-only */ 2*2c63221cSMichael Walle /* 3*2c63221cSMichael Walle * Device Tree constants for the Qualcomm Atheros AR803x PHYs 4*2c63221cSMichael Walle */ 5*2c63221cSMichael Walle 6*2c63221cSMichael Walle #ifndef _DT_BINDINGS_QCA_AR803X_H 7*2c63221cSMichael Walle #define _DT_BINDINGS_QCA_AR803X_H 8*2c63221cSMichael Walle 9*2c63221cSMichael Walle #define AR803X_STRENGTH_FULL 0 10*2c63221cSMichael Walle #define AR803X_STRENGTH_HALF 1 11*2c63221cSMichael Walle #define AR803X_STRENGTH_QUARTER 2 12*2c63221cSMichael Walle 13*2c63221cSMichael Walle #endif 14