]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/gnu/dts/arm64/ti/k3-am654-industrial-thermal.dtsi
Import DTS files for arm, arm64, riscv from Linux 5.8
[FreeBSD/FreeBSD.git] / sys / gnu / dts / arm64 / ti / k3-am654-industrial-thermal.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2
3 #include <dt-bindings/thermal/thermal.h>
4
5 mpu0_thermal: mpu0_thermal {
6         polling-delay-passive = <250>; /* milliseconds */
7         polling-delay = <500>; /* milliseconds */
8         thermal-sensors = <&wkup_vtm0 0>;
9
10         trips {
11                 mpu0_crit: mpu0_crit {
12                         temperature = <125000>; /* milliCelsius */
13                         hysteresis = <2000>; /* milliCelsius */
14                         type = "critical";
15                 };
16         };
17 };
18
19 mpu1_thermal: mpu1_thermal {
20         polling-delay-passive = <250>; /* milliseconds */
21         polling-delay = <500>; /* milliseconds */
22         thermal-sensors = <&wkup_vtm0 1>;
23
24         trips {
25                 mpu1_crit: mpu1_crit {
26                         temperature = <125000>; /* milliCelsius */
27                         hysteresis = <2000>; /* milliCelsius */
28                         type = "critical";
29                 };
30         };
31 };
32
33 mcu_thermal: mcu_thermal {
34         polling-delay-passive = <250>; /* milliseconds */
35         polling-delay = <500>; /* milliseconds */
36         thermal-sensors = <&wkup_vtm0 2>;
37
38         trips {
39                 mcu_crit: mcu_crit {
40                         temperature = <125000>; /* milliCelsius */
41                         hysteresis = <2000>; /* milliCelsius */
42                         type = "critical";
43                 };
44         };
45 };