exynos7-trip-points.dtsi 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Device tree sources for default Exynos7 thermal zone definition
  4. *
  5. * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  6. * http://www.samsung.com
  7. */
  8. trips {
  9. cpu-alert-0 {
  10. temperature = <75000>; /* millicelsius */
  11. hysteresis = <10000>; /* millicelsius */
  12. type = "passive";
  13. };
  14. cpu-alert-1 {
  15. temperature = <80000>; /* millicelsius */
  16. hysteresis = <10000>; /* millicelsius */
  17. type = "passive";
  18. };
  19. cpu-alert-2 {
  20. temperature = <85000>; /* millicelsius */
  21. hysteresis = <10000>; /* millicelsius */
  22. type = "passive";
  23. };
  24. cpu-alert-3 {
  25. temperature = <90000>; /* millicelsius */
  26. hysteresis = <10000>; /* millicelsius */
  27. type = "passive";
  28. };
  29. cpu-alert-4 {
  30. temperature = <95000>; /* millicelsius */
  31. hysteresis = <10000>; /* millicelsius */
  32. type = "passive";
  33. };
  34. cpu-alert-5 {
  35. temperature = <100000>; /* millicelsius */
  36. hysteresis = <10000>; /* millicelsius */
  37. type = "passive";
  38. };
  39. cpu-alert-6 {
  40. temperature = <110000>; /* millicelsius */
  41. hysteresis = <10000>; /* millicelsius */
  42. type = "passive";
  43. };
  44. cpu-crit-0 {
  45. temperature = <115000>; /* millicelsius */
  46. hysteresis = <0>; /* millicelsius */
  47. type = "critical";
  48. };
  49. };