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