dra7-dspeve-thermal.dtsi 721 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Device Tree Source for DRA7x SoC DSPEVE thermal
  3. *
  4. * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. #include <dt-bindings/thermal/thermal.h>
  11. dspeve_thermal: dspeve_thermal {
  12. polling-delay-passive = <250>; /* milliseconds */
  13. polling-delay = <500>; /* milliseconds */
  14. /* sensor ID */
  15. thermal-sensors = <&bandgap 3>;
  16. trips {
  17. dspeve_crit: dspeve_crit {
  18. temperature = <125000>; /* milliCelsius */
  19. hysteresis = <2000>; /* milliCelsius */
  20. type = "critical";
  21. };
  22. };
  23. };