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