1 /*
2  * This header provides Tegra124-specific constants for binding
3  * nvidia,tegra124-car.
4  */
5 
6 #include <dt-bindings/clock/tegra124-car-common.h>
7 
8 #ifndef _DT_BINDINGS_CLOCK_TEGRA124_CAR_H
9 #define _DT_BINDINGS_CLOCK_TEGRA124_CAR_H
10 
11 #define TEGRA124_CLK_PLL_X		227
12 #define TEGRA124_CLK_PLL_X_OUT0		228
13 
14 #define TEGRA124_CLK_CCLK_G		262
15 #define TEGRA124_CLK_CCLK_LP		263
16 
17 #define TEGRA124_CLK_CLK_MAX		315
18 
19 #endif	/* _DT_BINDINGS_CLOCK_TEGRA124_CAR_H */
20