xref: /openbmc/linux/include/dt-bindings/thermal/tegra194-bpmp-thermal.h (revision 597473720f4dc69749542bfcfed4a927a43d935e)
1*34e8b809SThierry Reding /*
2*34e8b809SThierry Reding  * This header provides constants for binding nvidia,tegra194-bpmp-thermal.
3*34e8b809SThierry Reding  */
4*34e8b809SThierry Reding 
5*34e8b809SThierry Reding #ifndef _DT_BINDINGS_THERMAL_TEGRA194_BPMP_THERMAL_H
6*34e8b809SThierry Reding #define _DT_BINDINGS_THERMAL_TEGRA194_BPMP_THERMAL_H
7*34e8b809SThierry Reding 
8*34e8b809SThierry Reding #define TEGRA194_BPMP_THERMAL_ZONE_CPU 2
9*34e8b809SThierry Reding #define TEGRA194_BPMP_THERMAL_ZONE_GPU 3
10*34e8b809SThierry Reding #define TEGRA194_BPMP_THERMAL_ZONE_AUX 4
11*34e8b809SThierry Reding #define TEGRA194_BPMP_THERMAL_ZONE_PLLX 5
12*34e8b809SThierry Reding #define TEGRA194_BPMP_THERMAL_ZONE_AO 6
13*34e8b809SThierry Reding #define TEGRA194_BPMP_THERMAL_ZONE_TJ_MAX 7
14*34e8b809SThierry Reding 
15*34e8b809SThierry Reding #endif
16