Lines Matching +full:thermal +full:- +full:sensors
1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/thermal/thermal.h>
5 thermal_zones: thermal-zones {
6 mcu_thermal: mcu-thermal {
7 polling-delay-passive = <250>; /* milliseconds */
8 polling-delay = <500>; /* milliseconds */
9 thermal-sensors = <&wkup_vtm0 0>;
12 wkup_crit: wkup-crit {
20 mpu_thermal: mpu-thermal {
21 polling-delay-passive = <250>; /* milliseconds */
22 polling-delay = <500>; /* milliseconds */
23 thermal-sensors = <&wkup_vtm0 1>;
26 mpu_crit: mpu-crit {
34 main_thermal: main-thermal {
35 polling-delay-passive = <250>; /* milliseconds */
36 polling-delay = <500>; /* milliseconds */
37 thermal-sensors = <&wkup_vtm0 2>;
40 c7x_crit: c7x-crit {