mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-14 07:13:03 +00:00
102 lines
2.3 KiB
Text
102 lines
2.3 KiB
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
#include <dt-bindings/thermal/thermal.h>
|
||
|
|
||
|
wkup0_thermal: wkup0-thermal {
|
||
|
polling-delay-passive = <250>; /* milliseconds */
|
||
|
polling-delay = <500>; /* milliseconds */
|
||
|
thermal-sensors = <&wkup_vtm0 0>;
|
||
|
|
||
|
trips {
|
||
|
wkup0_crit: wkup0-crit {
|
||
|
temperature = <125000>; /* milliCelsius */
|
||
|
hysteresis = <2000>; /* milliCelsius */
|
||
|
type = "critical";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
wkup1_thermal: wkup1-thermal {
|
||
|
polling-delay-passive = <250>; /* milliseconds */
|
||
|
polling-delay = <500>; /* milliseconds */
|
||
|
thermal-sensors = <&wkup_vtm0 1>;
|
||
|
|
||
|
trips {
|
||
|
wkup1_crit: wkup1-crit {
|
||
|
temperature = <125000>; /* milliCelsius */
|
||
|
hysteresis = <2000>; /* milliCelsius */
|
||
|
type = "critical";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
main0_thermal: main0-thermal {
|
||
|
polling-delay-passive = <250>; /* milliseconds */
|
||
|
polling-delay = <500>; /* milliseconds */
|
||
|
thermal-sensors = <&wkup_vtm0 2>;
|
||
|
|
||
|
trips {
|
||
|
main0_crit: main0-crit {
|
||
|
temperature = <125000>; /* milliCelsius */
|
||
|
hysteresis = <2000>; /* milliCelsius */
|
||
|
type = "critical";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
main1_thermal: main1-thermal {
|
||
|
polling-delay-passive = <250>; /* milliseconds */
|
||
|
polling-delay = <500>; /* milliseconds */
|
||
|
thermal-sensors = <&wkup_vtm0 3>;
|
||
|
|
||
|
trips {
|
||
|
main1_crit: main1-crit {
|
||
|
temperature = <125000>; /* milliCelsius */
|
||
|
hysteresis = <2000>; /* milliCelsius */
|
||
|
type = "critical";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
main2_thermal: main2-thermal {
|
||
|
polling-delay-passive = <250>; /* milliseconds */
|
||
|
polling-delay = <500>; /* milliseconds */
|
||
|
thermal-sensors = <&wkup_vtm0 4>;
|
||
|
|
||
|
trips {
|
||
|
main2_crit: main2-crit {
|
||
|
temperature = <125000>; /* milliCelsius */
|
||
|
hysteresis = <2000>; /* milliCelsius */
|
||
|
type = "critical";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
main3_thermal: main3-thermal {
|
||
|
polling-delay-passive = <250>; /* milliseconds */
|
||
|
polling-delay = <500>; /* milliseconds */
|
||
|
thermal-sensors = <&wkup_vtm0 5>;
|
||
|
|
||
|
trips {
|
||
|
main3_crit: main3-crit {
|
||
|
temperature = <125000>; /* milliCelsius */
|
||
|
hysteresis = <2000>; /* milliCelsius */
|
||
|
type = "critical";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
main4_thermal: main4-thermal {
|
||
|
polling-delay-passive = <250>; /* milliseconds */
|
||
|
polling-delay = <500>; /* milliseconds */
|
||
|
thermal-sensors = <&wkup_vtm0 6>;
|
||
|
|
||
|
trips {
|
||
|
main4_crit: main4-crit {
|
||
|
temperature = <125000>; /* milliCelsius */
|
||
|
hysteresis = <2000>; /* milliCelsius */
|
||
|
type = "critical";
|
||
|
};
|
||
|
};
|
||
|
};
|