brintos

brintos / linux-shallow public Read only

0
0
Text · 443 B · ad955d3 Raw
22 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * This header provides constants for TI SERDES.4 */5 6#ifndef _DT_BINDINGS_TI_SERDES7#define _DT_BINDINGS_TI_SERDES8 9/* Clock index for output clocks from WIZ */10 11/* MUX Clocks */12#define TI_WIZ_PLL0_REFCLK	013#define TI_WIZ_PLL1_REFCLK	114#define TI_WIZ_REFCLK_DIG	215 16/* Reserve index here for future additions */17 18/* MISC Clocks */19#define TI_WIZ_PHY_EN_REFCLK	1620 21#endif /* _DT_BINDINGS_TI_SERDES */22