tegra124-car.h 453 B

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