xref: /linux/include/dt-bindings/thermal/tegra234-bpmp-thermal.h (revision 09d990782a243b97eb566717a2155a306a2f42af)
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
20