Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | /* |
| 3 | * This header provides constants for binding nvidia,tegra234-bpmp-thermal. |
| 4 | */ |
| 5 | |
| 6 | #ifndef _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H |
| 7 | #define _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H |
| 8 | |
| 9 | #define TEGRA234_BPMP_THERMAL_ZONE_CPU 0 |
| 10 | #define TEGRA234_BPMP_THERMAL_ZONE_GPU 1 |
| 11 | #define TEGRA234_BPMP_THERMAL_ZONE_CV0 2 |
| 12 | #define TEGRA234_BPMP_THERMAL_ZONE_CV1 3 |
| 13 | #define TEGRA234_BPMP_THERMAL_ZONE_CV2 4 |
| 14 | #define TEGRA234_BPMP_THERMAL_ZONE_SOC0 5 |
| 15 | #define TEGRA234_BPMP_THERMAL_ZONE_SOC1 6 |
| 16 | #define TEGRA234_BPMP_THERMAL_ZONE_SOC2 7 |
| 17 | #define TEGRA234_BPMP_THERMAL_ZONE_TJ_MAX 8 |
| 18 | |
| 19 | #endif |