tegra234-bpmp-thermal.h 621 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * This header provides constants for binding nvidia,tegra234-bpmp-thermal.
  4. */
  5. #ifndef _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H
  6. #define _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H
  7. #define TEGRA234_BPMP_THERMAL_ZONE_CPU 0
  8. #define TEGRA234_BPMP_THERMAL_ZONE_GPU 1
  9. #define TEGRA234_BPMP_THERMAL_ZONE_CV0 2
  10. #define TEGRA234_BPMP_THERMAL_ZONE_CV1 3
  11. #define TEGRA234_BPMP_THERMAL_ZONE_CV2 4
  12. #define TEGRA234_BPMP_THERMAL_ZONE_SOC0 5
  13. #define TEGRA234_BPMP_THERMAL_ZONE_SOC1 6
  14. #define TEGRA234_BPMP_THERMAL_ZONE_SOC2 7
  15. #define TEGRA234_BPMP_THERMAL_ZONE_TJ_MAX 8
  16. #endif