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

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

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/mediatek/mt8173-elm.dts
Extension
.dts
Size
350 bytes
Lines
16
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 2016 MediaTek Inc.
 */

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

/ {
	model = "Google Elm";
	chassis-type = "laptop";
	compatible = "google,elm-rev8", "google,elm-rev7", "google,elm-rev6",
		     "google,elm-rev5", "google,elm-rev4", "google,elm-rev3",
		     "google,elm", "mediatek,mt8173";
};

Annotation

Implementation Notes