am57xx-commercial-grade.dtsi 395 B

123456789101112131415161718192021222324
  1. // SPDX-License-Identifier: GPL-2.0
  2. &cpu_alert0 {
  3. temperature = <80000>; /* milliCelsius */
  4. };
  5. &cpu_crit {
  6. temperature = <90000>; /* milliCelsius */
  7. };
  8. &gpu_crit {
  9. temperature = <90000>; /* milliCelsius */
  10. };
  11. &core_crit {
  12. temperature = <90000>; /* milliCelsius */
  13. };
  14. &dspeve_crit {
  15. temperature = <90000>; /* milliCelsius */
  16. };
  17. &iva_crit {
  18. temperature = <90000>; /* milliCelsius */
  19. };