1 /* $NetBSD: tegra124-car.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 /* 5 * This header provides Tegra124-specific constants for binding 6 * nvidia,tegra124-car. 7 */ 8 9 #include <dt-bindings/clock/tegra124-car-common.h> 10 11 #ifndef _DT_BINDINGS_CLOCK_TEGRA124_CAR_H 12 #define _DT_BINDINGS_CLOCK_TEGRA124_CAR_H 13 14 #define TEGRA124_CLK_PLL_X 227 15 #define TEGRA124_CLK_PLL_X_OUT0 228 16 17 #define TEGRA124_CLK_CCLK_G 262 18 #define TEGRA124_CLK_CCLK_LP 263 19 20 #define TEGRA124_CLK_CLK_MAX 315 21 22 #endif /* _DT_BINDINGS_CLOCK_TEGRA124_CAR_H */ 23