| // SPDX-License-Identifier: GPL-2.0-only OR MIT |
| * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/ |
| #include <dt-bindings/thermal/thermal.h> |
| thermal_zones: thermal-zones { |
| main0_thermal: main0-thermal { |
| polling-delay-passive = <250>; /* milliSeconds */ |
| polling-delay = <500>; /* milliSeconds */ |
| thermal-sensors = <&wkup_vtm0 0>; |
| temperature = <125000>; /* milliCelsius */ |
| hysteresis = <2000>; /* milliCelsius */ |
| main1_thermal: main1-thermal { |
| polling-delay-passive = <250>; /* milliSeconds */ |
| polling-delay = <500>; /* milliSeconds */ |
| thermal-sensors = <&wkup_vtm0 1>; |
| temperature = <125000>; /* milliCelsius */ |
| hysteresis = <2000>; /* milliCelsius */ |
| main2_thermal: main2-thermal { |
| polling-delay-passive = <250>; /* milliSeconds */ |
| polling-delay = <500>; /* milliSeconds */ |
| thermal-sensors = <&wkup_vtm0 2>; |
| temperature = <125000>; /* milliCelsius */ |
| hysteresis = <2000>; /* milliCelsius */ |