1 /* $NetBSD: phy-ti.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 /* 5 * This header provides constants for TI SERDES. 6 */ 7 8 #ifndef _DT_BINDINGS_TI_SERDES 9 #define _DT_BINDINGS_TI_SERDES 10 11 /* Clock index for output clocks from WIZ */ 12 13 /* MUX Clocks */ 14 #define TI_WIZ_PLL0_REFCLK 0 15 #define TI_WIZ_PLL1_REFCLK 1 16 #define TI_WIZ_REFCLK_DIG 2 17 18 /* Reserve index here for future additions */ 19 20 /* MISC Clocks */ 21 #define TI_WIZ_PHY_EN_REFCLK 16 22 23 #endif /* _DT_BINDINGS_TI_SERDES */ 24