arch/arm64/boot/dts/apple/t6001-j375c.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/apple/t6001-j375c.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/apple/t6001-j375c.dts
Extension
.dts
Size
432 bytes
Lines
27
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
/*
 * Mac Studio (M1 Max, 2022)
 *
 * target-type: J375c
 *
 * Copyright The Asahi Linux Contributors
 */

/dts-v1/;

#include "t6001.dtsi"
#include "t600x-j375.dtsi"

/ {
	compatible = "apple,j375c", "apple,t6001", "apple,arm-platform";
	model = "Apple Mac Studio (M1 Max, 2022)";
};

&wifi0 {
	brcm,board-type = "apple,okinawa";
};

&bluetooth0 {
	brcm,board-type = "apple,okinawa";
};

Annotation

Implementation Notes