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.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
mt8188.dtsimt8390-tungsten-smarc.dtsi
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
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
- Immediate include surface: `mt8188.dtsi`, `mt8390-tungsten-smarc.dtsi`.
- Atlas domain: Architecture Layer / arch/arm64.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.