arch/arm64/boot/dts/apple/t8015-8.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/apple/t8015-8.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/apple/t8015-8.dtsi
Extension
.dtsi
Size
272 bytes
Lines
18
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 iPhone 8 common device tree
 *
 * Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
 */

#include "t8015.dtsi"
#include "t8015-common.dtsi"

/ {
	chassis-type = "handset";
};

&dwi_bl {
	status = "okay";
};

Annotation

Implementation Notes