arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dts
Extension
.dts
Size
463 bytes
Lines
29
Domain
Architecture Layer
Bucket
arch/arm64
Inferred role
Architecture Layer: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright 2019 MediaTek Inc.
 */

/dts-v1/;
#include "mt8173-elm-hana.dtsi"

/ {
	model = "Google Hanawl";
	chassis-type = "laptop";
	compatible = "google,hana-rev7", "mediatek,mt8173";
};

&cpu_thermal {
	trips {
		cpu_crit: cpu-crit0 {
			temperature = <100000>;
			type = "critical";
		};
	};
};

&gpio_keys {
	/delete-node/switch-tablet-mode;
	/delete-node/switch-volume-down;
	/delete-node/switch-volume-up;
};

Annotation

Implementation Notes