xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/thermal/tegra234-bpmp-thermal.h (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */
2*f126890aSEmmanuel Vadot /*
3*f126890aSEmmanuel Vadot  * This header provides constants for binding nvidia,tegra234-bpmp-thermal.
4*f126890aSEmmanuel Vadot  */
5*f126890aSEmmanuel Vadot 
6*f126890aSEmmanuel Vadot #ifndef _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H
7*f126890aSEmmanuel Vadot #define _DT_BINDINGS_THERMAL_TEGRA234_BPMP_THERMAL_H
8*f126890aSEmmanuel Vadot 
9*f126890aSEmmanuel Vadot #define TEGRA234_BPMP_THERMAL_ZONE_CPU		0
10*f126890aSEmmanuel Vadot #define TEGRA234_BPMP_THERMAL_ZONE_GPU		1
11*f126890aSEmmanuel Vadot #define TEGRA234_BPMP_THERMAL_ZONE_CV0		2
12*f126890aSEmmanuel Vadot #define TEGRA234_BPMP_THERMAL_ZONE_CV1		3
13*f126890aSEmmanuel Vadot #define TEGRA234_BPMP_THERMAL_ZONE_CV2		4
14*f126890aSEmmanuel Vadot #define TEGRA234_BPMP_THERMAL_ZONE_SOC0		5
15*f126890aSEmmanuel Vadot #define TEGRA234_BPMP_THERMAL_ZONE_SOC1		6
16*f126890aSEmmanuel Vadot #define TEGRA234_BPMP_THERMAL_ZONE_SOC2		7
17*f126890aSEmmanuel Vadot #define TEGRA234_BPMP_THERMAL_ZONE_TJ_MAX	8
18*f126890aSEmmanuel Vadot 
19*f126890aSEmmanuel Vadot #endif
20