dra7-dspeve-thermal.dtsi 572 B

123456789101112131415161718192021222324
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Device Tree Source for DRA7x SoC DSPEVE thermal
  4. *
  5. * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/
  6. */
  7. #include <dt-bindings/thermal/thermal.h>
  8. dspeve_thermal: dspeve_thermal {
  9. polling-delay-passive = <250>; /* milliseconds */
  10. polling-delay = <500>; /* milliseconds */
  11. /* sensor ID */
  12. thermal-sensors = <&bandgap 3>;
  13. trips {
  14. dspeve_crit: dspeve_crit {
  15. temperature = <125000>; /* milliCelsius */
  16. hysteresis = <2000>; /* milliCelsius */
  17. type = "critical";
  18. };
  19. };
  20. };