arch/arm64/boot/dts/marvell/armada-372x.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/marvell/armada-372x.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/marvell/armada-372x.dtsi
Extension
.dtsi
Size
443 bytes
Lines
25
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)
/*
 * Device Tree Include file for Marvell Armada 372x family of SoCs
 * (also named 88F3720)
 *
 * Copyright (C) 2016 Marvell
 *
 * Gregory CLEMENT <gregory.clement@free-electrons.com>
 *
 */

#include "armada-37xx.dtsi"

/ {
	cpus {
		cpu1: cpu@1 {
			device_type = "cpu";
			compatible = "arm,cortex-a53";
			reg = <0x1>;
			clocks = <&nb_periph_clk 16>;
			enable-method = "psci";
		};
	};
};

Annotation

Implementation Notes