arch/arm64/boot/dts/apple/t7000-j42d.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/apple/t7000-j42d.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/apple/t7000-j42d.dts- Extension
.dts- Size
- 725 bytes
- Lines
- 37
- 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
t7000.dtsit7000-common.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
/*
* Apple TV HD, J42d, AppleTV5,3 (A1625)
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
*/
/dts-v1/;
#include "t7000.dtsi"
#include "t7000-common.dtsi"
/ {
compatible = "apple,j42d", "apple,t7000", "apple,arm-platform";
model = "Apple TV HD";
chassis-type = "television";
chosen {
stdout-path = "serial6";
framebuffer0: framebuffer@0 {
compatible = "apple,simple-framebuffer", "simple-framebuffer";
reg = <0 0 0 0>; /* To be filled by loader */
power-domains = <&ps_disp0 &ps_dp>;
/* Format properties will be added by loader */
status = "disabled";
};
};
};
&serial6 {
status = "okay";
};
&typhoon_opp06 {
status = "okay";
};
Annotation
- Immediate include surface: `t7000.dtsi`, `t7000-common.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.