Kishon Vijay Abraham I | 6897339 | 2021-07-21 21:28:33 +0530 | [diff] [blame] | 1 | /* 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 */ |