arch/arm64/boot/dts/apple/s8001-j99a.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/apple/s8001-j99a.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/apple/s8001-j99a.dts
Extension
.dts
Size
370 bytes
Lines
16
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 iPad Pro (12.9-inch) (Cellular), J99a, iPad6,8 (A1652)
 * Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
 */

/dts-v1/;

#include "s8001-pro.dtsi"
#include "s8001-j98a-j99a.dtsi"

/ {
	compatible = "apple,j99a", "apple,s8001", "apple,arm-platform";
	model = "Apple iPad Pro (12.9-inch) (Cellular)";
};

Annotation

Implementation Notes