1 // SPDX-License-Identifier: GPL-2.0
3 * Device tree sources for Exynos4 thermal zone
5 * Copyright (c) 2014 Lukasz Majewski <l.majewski@samsung.com>
8 #include <dt-bindings/thermal/thermal.h>
12 cpu_thermal: cpu-thermal {
13 thermal-sensors = <&tmu 0>;
14 polling-delay-passive = <0>;
17 cpu_alert0: cpu-alert-0 {
18 temperature = <70000>; /* millicelsius */
19 hysteresis = <10000>; /* millicelsius */
22 cpu_alert1: cpu-alert-1 {
23 temperature = <95000>; /* millicelsius */
24 hysteresis = <10000>; /* millicelsius */
27 cpu_alert2: cpu-alert-2 {
28 temperature = <110000>; /* millicelsius */
29 hysteresis = <10000>; /* millicelsius */
32 cpu_crit0: cpu-crit-0 {
33 temperature = <120000>; /* millicelsius */
34 hysteresis = <0>; /* millicelsius */