arch/arm64/boot/dts/arm/corstone1000-a320-fvp.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/arm/corstone1000-a320-fvp.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/arm/corstone1000-a320-fvp.dts
Extension
.dts
Size
303 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
/*
 * Copyright (c) 2026, Arm Limited. All rights reserved.
 *
 */

/dts-v1/;

#include "corstone1000-a320.dtsi"
#include "corstone1000-fvp.dtsi"

/ {
	model = "ARM Corstone1000-A320 FVP (Fixed Virtual Platform)";
	compatible = "arm,corstone1000-a320-fvp";
};

Annotation

Implementation Notes