Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 
0003 #include <dt-bindings/thermal/thermal.h>
0004 
0005 mpu0_thermal: mpu0-thermal {
0006         polling-delay-passive = <250>; /* milliseconds */
0007         polling-delay = <500>; /* milliseconds */
0008         thermal-sensors = <&wkup_vtm0 0>;
0009 
0010         trips {
0011                 mpu0_crit: mpu0-crit {
0012                         temperature = <125000>; /* milliCelsius */
0013                         hysteresis = <2000>; /* milliCelsius */
0014                         type = "critical";
0015                 };
0016         };
0017 };
0018 
0019 mpu1_thermal: mpu1-thermal {
0020         polling-delay-passive = <250>; /* milliseconds */
0021         polling-delay = <500>; /* milliseconds */
0022         thermal-sensors = <&wkup_vtm0 1>;
0023 
0024         trips {
0025                 mpu1_crit: mpu1-crit {
0026                         temperature = <125000>; /* milliCelsius */
0027                         hysteresis = <2000>; /* milliCelsius */
0028                         type = "critical";
0029                 };
0030         };
0031 };
0032 
0033 mcu_thermal: mcu-thermal {
0034         polling-delay-passive = <250>; /* milliseconds */
0035         polling-delay = <500>; /* milliseconds */
0036         thermal-sensors = <&wkup_vtm0 2>;
0037 
0038         trips {
0039                 mcu_crit: mcu-crit {
0040                         temperature = <125000>; /* milliCelsius */
0041                         hysteresis = <2000>; /* milliCelsius */
0042                         type = "critical";
0043                 };
0044         };
0045 };