blob: ad955d3a56b4ef89c0c37401d41d6d2958b07019 [file] [log] [blame]
Kishon Vijay Abraham I68973392021-07-21 21:28:33 +05301/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * This header provides constants for TI SERDES.
4 */
5
6#ifndef _DT_BINDINGS_TI_SERDES
7#define _DT_BINDINGS_TI_SERDES
8
9/* Clock index for output clocks from WIZ */
10
11/* MUX Clocks */
12#define TI_WIZ_PLL0_REFCLK 0
13#define TI_WIZ_PLL1_REFCLK 1
14#define TI_WIZ_REFCLK_DIG 2
15
16/* Reserve index here for future additions */
17
18/* MISC Clocks */
19#define TI_WIZ_PHY_EN_REFCLK 16
20
21#endif /* _DT_BINDINGS_TI_SERDES */