xref: /freebsd-src/sys/contrib/device-tree/include/dt-bindings/net/qca-ar803x.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
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