1 /* $NetBSD: qca-ar803x.h,v 1.1.1.1 2020/01/03 14:33:04 skrll Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0-only */ 4 /* 5 * Device Tree constants for the Qualcomm Atheros AR803x PHYs 6 */ 7 8 #ifndef _DT_BINDINGS_QCA_AR803X_H 9 #define _DT_BINDINGS_QCA_AR803X_H 10 11 #define AR803X_STRENGTH_FULL 0 12 #define AR803X_STRENGTH_HALF 1 13 #define AR803X_STRENGTH_QUARTER 2 14 15 #endif 16