0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Device tree sources for default Exynos5420 thermal zone definition
0004 *
0005 * Copyright (c) 2014 Lukasz Majewski <l.majewski@samsung.com>
0006 */
0007
0008 polling-delay-passive = <0>;
0009 polling-delay = <0>;
0010 trips {
0011 cpu-alert-0 {
0012 temperature = <85000>; /* millicelsius */
0013 hysteresis = <10000>; /* millicelsius */
0014 type = "active";
0015 };
0016 cpu-alert-1 {
0017 temperature = <103000>; /* millicelsius */
0018 hysteresis = <10000>; /* millicelsius */
0019 type = "active";
0020 };
0021 cpu-alert-2 {
0022 temperature = <110000>; /* millicelsius */
0023 hysteresis = <10000>; /* millicelsius */
0024 type = "active";
0025 };
0026 cpu-crit-0 {
0027 temperature = <120000>; /* millicelsius */
0028 hysteresis = <0>; /* millicelsius */
0029 type = "critical";
0030 };
0031 };