1/* 2 * Device tree sources for default Exynos7 thermal zone definition 3 * 4 * Copyright (c) 2016 Samsung Electronics Co., Ltd. 5 * http://www.samsung.com 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as 9 * published by the Free Software Foundation. 10 * 11 */ 12 13trips { 14 cpu-alert-0 { 15 temperature = <75000>; /* millicelsius */ 16 hysteresis = <10000>; /* millicelsius */ 17 type = "passive"; 18 }; 19 cpu-alert-1 { 20 temperature = <80000>; /* millicelsius */ 21 hysteresis = <10000>; /* millicelsius */ 22 type = "passive"; 23 }; 24 cpu-alert-2 { 25 temperature = <85000>; /* millicelsius */ 26 hysteresis = <10000>; /* millicelsius */ 27 type = "passive"; 28 }; 29 cpu-alert-3 { 30 temperature = <90000>; /* millicelsius */ 31 hysteresis = <10000>; /* millicelsius */ 32 type = "passive"; 33 }; 34 cpu-alert-4 { 35 temperature = <95000>; /* millicelsius */ 36 hysteresis = <10000>; /* millicelsius */ 37 type = "passive"; 38 }; 39 cpu-alert-5 { 40 temperature = <100000>; /* millicelsius */ 41 hysteresis = <10000>; /* millicelsius */ 42 type = "passive"; 43 }; 44 cpu-alert-6 { 45 temperature = <110000>; /* millicelsius */ 46 hysteresis = <10000>; /* millicelsius */ 47 type = "passive"; 48 }; 49 cpu-crit-0 { 50 temperature = <115000>; /* millicelsius */ 51 hysteresis = <0>; /* millicelsius */ 52 type = "critical"; 53 }; 54}; 55