arch/arm64/boot/dts/apple/t8122-j433.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/apple/t8122-j433.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/apple/t8122-j433.dts
Extension
.dts
Size
383 bytes
Lines
20
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
/*
 * Apple iMac (24-inch, 2x USB-C, M3, 2023)
 *
 * target-type: J433
 *
 * Copyright The Asahi Linux Contributors
 */

/dts-v1/;

#include "t8122.dtsi"
#include "t8122-usbpd-i2c.dtsi"
#include "t8122-jxxx.dtsi"

/ {
	compatible = "apple,j433", "apple,t8122", "apple,arm-platform";
	model = "Apple iMac (24-inch, 2x USB-C, M3, 2023)";
};

Annotation

Implementation Notes