xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/thermal/tegra186-bpmp-thermal.h (revision 901e7e84758515fbf39dfc064cb0b45ab146d8b0)
1 /*	$NetBSD: tegra186-bpmp-thermal.h,v 1.1.1.1 2017/11/30 19:40:51 jmcneill Exp $	*/
2 
3 /*
4  * This header provides constants for binding nvidia,tegra186-bpmp-thermal.
5  */
6 
7 #ifndef _DT_BINDINGS_THERMAL_TEGRA186_BPMP_THERMAL_H
8 #define _DT_BINDINGS_THERMAL_TEGRA186_BPMP_THERMAL_H
9 
10 #define TEGRA186_BPMP_THERMAL_ZONE_CPU 2
11 #define TEGRA186_BPMP_THERMAL_ZONE_GPU 3
12 #define TEGRA186_BPMP_THERMAL_ZONE_AUX 4
13 #define TEGRA186_BPMP_THERMAL_ZONE_PLLX 5
14 #define TEGRA186_BPMP_THERMAL_ZONE_AO 6
15 
16 #endif
17