21 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * This header provides Tegra124-specific constants for binding4 * nvidia,tegra124-car.5 */6 7#include <dt-bindings/clock/tegra124-car-common.h>8 9#ifndef _DT_BINDINGS_CLOCK_TEGRA124_CAR_H10#define _DT_BINDINGS_CLOCK_TEGRA124_CAR_H11 12#define TEGRA124_CLK_PLL_X 22713#define TEGRA124_CLK_PLL_X_OUT0 22814 15#define TEGRA124_CLK_CCLK_G 26216#define TEGRA124_CLK_CCLK_LP 26317 18#define TEGRA124_CLK_CLK_MAX 31519 20#endif /* _DT_BINDINGS_CLOCK_TEGRA124_CAR_H */21