Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright 2019 MediaTek Inc.
0004  */
0005 
0006 /dts-v1/;
0007 #include "mt8173-elm-hana.dtsi"
0008 
0009 / {
0010         model = "Google Hanawl";
0011         compatible = "google,hana-rev7", "mediatek,mt8173";
0012 };
0013 
0014 &cpu_thermal {
0015         trips {
0016                 cpu_crit: cpu_crit0 {
0017                         temperature = <100000>;
0018                         type = "critical";
0019                 };
0020         };
0021 };
0022 
0023 &gpio_keys {
0024         /delete-node/switch-tablet-mode;
0025         /delete-node/switch-volume-down;
0026         /delete-node/switch-volume-up;
0027 };