xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/thermal/tegra124-soctherm.h (revision 796c32c94f6e154afc9de0f63da35c91bb739b45)
1 /*	$NetBSD: tegra124-soctherm.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $	*/
2 
3 /*
4  * This header provides constants for binding nvidia,tegra124-soctherm.
5  */
6 
7 #ifndef _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
8 #define _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
9 
10 #define TEGRA124_SOCTHERM_SENSOR_CPU 0
11 #define TEGRA124_SOCTHERM_SENSOR_MEM 1
12 #define TEGRA124_SOCTHERM_SENSOR_GPU 2
13 #define TEGRA124_SOCTHERM_SENSOR_PLLX 3
14 #define TEGRA124_SOCTHERM_SENSOR_NUM 4
15 
16 #define TEGRA_SOCTHERM_THROT_LEVEL_LOW  0
17 #define TEGRA_SOCTHERM_THROT_LEVEL_MED  1
18 #define TEGRA_SOCTHERM_THROT_LEVEL_HIGH 2
19 #define TEGRA_SOCTHERM_THROT_LEVEL_NONE -1
20 
21 #endif
22