Lines Matching +full:thermal +full:- +full:zones
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
3 * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/
6 #include <dt-bindings/thermal/thermal.h>
8 thermal_zones: thermal-zones {
9 mcu_thermal: mcu-thermal {
10 polling-delay-passive = <250>; /* milliseconds */
11 polling-delay = <500>; /* milliseconds */
12 thermal-sensors = <&wkup_vtm0 0>;
15 wkup_crit: wkup-crit {
23 mpu_thermal: mpu-thermal {
24 polling-delay-passive = <250>; /* milliseconds */
25 polling-delay = <500>; /* milliseconds */
26 thermal-sensors = <&wkup_vtm0 1>;
29 mpu_crit: mpu-crit {
37 main_thermal: main-thermal {
38 polling-delay-passive = <250>; /* milliseconds */
39 polling-delay = <500>; /* milliseconds */
40 thermal-sensors = <&wkup_vtm0 2>;
43 c7x_crit: c7x-crit {