arch/arm64/boot/dts/mediatek/mt8390-tungsten-smarc.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/mediatek/mt8390-tungsten-smarc.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/mediatek/mt8390-tungsten-smarc.dts
Extension
.dts
Size
452 bytes
Lines
23
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 OR MIT)
/*
 * Copyright (C) 2025 Ezurio LLC
 * Author: Gary Bisson <bisson.gary@gmail.com>
 */
/dts-v1/;
#include "mt8188.dtsi"
#include "mt8390-tungsten-smarc.dtsi"

/ {
	model = "Ezurio Tungsten700 SMARC (MT8390)";
	compatible = "ezurio,mt8390-tungsten-smarc", "mediatek,mt8390",
		     "mediatek,mt8188";
};

&cpu4 {
	cpu-supply = <&mt6359_vcore_buck_reg>;
};

&cpu5 {
	cpu-supply = <&mt6359_vcore_buck_reg>;
};

Annotation

Implementation Notes