1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/thermal/thermal.h>
5 mpu0_thermal: mpu0-thermal {
6 polling-delay-passive = <250>; /* milliseconds */
7 polling-delay = <500>; /* milliseconds */
8 thermal-sensors = <&wkup_vtm0 0>;
11 mpu0_crit: mpu0-crit {
12 temperature = <125000>; /* milliCelsius */
13 hysteresis = <2000>; /* milliCelsius */
19 mpu1_thermal: mpu1-thermal {
20 polling-delay-passive = <250>; /* milliseconds */
21 polling-delay = <500>; /* milliseconds */
22 thermal-sensors = <&wkup_vtm0 1>;
25 mpu1_crit: mpu1-crit {
26 temperature = <125000>; /* milliCelsius */
27 hysteresis = <2000>; /* milliCelsius */
33 mcu_thermal: mcu-thermal {
34 polling-delay-passive = <250>; /* milliseconds */
35 polling-delay = <500>; /* milliseconds */
36 thermal-sensors = <&wkup_vtm0 2>;
40 temperature = <125000>; /* milliCelsius */
41 hysteresis = <2000>; /* milliCelsius */