arch/arm64/boot/dts/apple/s5l8960x-mini3.dtsi

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

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/apple/s5l8960x-mini3.dtsi
Extension
.dtsi
Size
429 bytes
Lines
15
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 mini 3 common device tree
 * Based on A7 (APL0698), up to 1.3GHz
 *
 * Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
 */

/*
 * The Mini 3 seems to be only an iteration over the Mini 2 with some
 * small changes, like the introduction of Touch ID, hence there is little
 * to no differentiation between these 2 for now.
 */
#include "s5l8960x-mini2.dtsi"

Annotation

Implementation Notes