xref: /freebsd-src/sys/contrib/device-tree/include/dt-bindings/thermal/tegra186-bpmp-thermal.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot /*
2*c66ec88fSEmmanuel Vadot  * This header provides constants for binding nvidia,tegra186-bpmp-thermal.
3*c66ec88fSEmmanuel Vadot  */
4*c66ec88fSEmmanuel Vadot 
5*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_THERMAL_TEGRA186_BPMP_THERMAL_H
6*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_THERMAL_TEGRA186_BPMP_THERMAL_H
7*c66ec88fSEmmanuel Vadot 
8*c66ec88fSEmmanuel Vadot #define TEGRA186_BPMP_THERMAL_ZONE_CPU 2
9*c66ec88fSEmmanuel Vadot #define TEGRA186_BPMP_THERMAL_ZONE_GPU 3
10*c66ec88fSEmmanuel Vadot #define TEGRA186_BPMP_THERMAL_ZONE_AUX 4
11*c66ec88fSEmmanuel Vadot #define TEGRA186_BPMP_THERMAL_ZONE_PLLX 5
12*c66ec88fSEmmanuel Vadot #define TEGRA186_BPMP_THERMAL_ZONE_AO 6
13*c66ec88fSEmmanuel Vadot 
14*c66ec88fSEmmanuel Vadot #endif
15