blob: 1c9fc791bdfc56d4740d24a1ce68d5598017dfba [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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 {
Tom Rini6bb92fc2024-05-20 09:54:58 -060017 cpu_crit: cpu-crit0 {
Tom Rini53633a82024-02-29 12:33:36 -050018 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};