mt8173-elm-hana-rev7.dts 437 B

123456789101112131415161718192021222324252627
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright 2019 MediaTek Inc.
  4. */
  5. /dts-v1/;
  6. #include "mt8173-elm-hana.dtsi"
  7. / {
  8. model = "Google Hanawl";
  9. compatible = "google,hana-rev7", "mediatek,mt8173";
  10. };
  11. &cpu_thermal {
  12. trips {
  13. cpu_crit: cpu_crit0 {
  14. temperature = <100000>;
  15. type = "critical";
  16. };
  17. };
  18. };
  19. &gpio_keys {
  20. /delete-node/switch-tablet-mode;
  21. /delete-node/switch-volume-down;
  22. /delete-node/switch-volume-up;
  23. };