summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/ti/k3-am62a-thermal.dtsi
blob: 85ce545633ea5f471b0ef824c2f5cc647d5c5dd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// SPDX-License-Identifier: GPL-2.0

#include <dt-bindings/thermal/thermal.h>

thermal_zones: thermal-zones {
	main0_thermal: main0-thermal {
		polling-delay-passive = <250>;	/* milliSeconds */
		polling-delay = <500>;		/* milliSeconds */
		thermal-sensors = <&wkup_vtm0 0>;

		trips {
			main0_crit: main0-crit {
				temperature = <125000>;	/* milliCelsius */
				hysteresis = <2000>;	/* milliCelsius */
				type = "critical";
			};
		};
	};

	main1_thermal: main1-thermal {
		polling-delay-passive = <250>;	/* milliSeconds */
		polling-delay = <500>;		/* milliSeconds */
		thermal-sensors = <&wkup_vtm0 1>;

		trips {
			main1_crit: main1-crit {
				temperature = <125000>;	/* milliCelsius */
				hysteresis = <2000>;	/* milliCelsius */
				type = "critical";
			};
		};
	};

	main2_thermal: main2-thermal {
	       polling-delay-passive = <250>;	/* milliSeconds */
	       polling-delay = <500>;		/* milliSeconds */
	       thermal-sensors = <&wkup_vtm0 2>;

		trips {
			main2_crit: main2-crit {
				temperature = <125000>;	/* milliCelsius */
				hysteresis = <2000>;	/* milliCelsius */
				type = "critical";
			};
		};
	};
};