tegra124-car.h 453 字节
Newer Older
1
/*
2 3
 * This header provides Tegra124-specific constants for binding
 * nvidia,tegra124-car.
4 5
 */

6 7
#include <dt-bindings/clock/tegra124-car-common.h>

8 9 10
#ifndef _DT_BINDINGS_CLOCK_TEGRA124_CAR_H
#define _DT_BINDINGS_CLOCK_TEGRA124_CAR_H

11 12
#define TEGRA124_CLK_PLL_X		227
#define TEGRA124_CLK_PLL_X_OUT0		228
13

14 15
#define TEGRA124_CLK_CCLK_G		262
#define TEGRA124_CLK_CCLK_LP		263
16

17
#define TEGRA124_CLK_CLK_MAX		315
18 19

#endif	/* _DT_BINDINGS_CLOCK_TEGRA124_CAR_H */