arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi
Extension
.dtsi
Size
284 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)
/*
 * Device Tree For AC5X.
 *
 * Copyright (C) 2022 Allied Telesis Labs
 */

#include "ac5-98dx25xx.dtsi"

/ {
	model = "Marvell AC5X SoC";
	compatible = "marvell,ac5x", "marvell,ac5";
};

&cnm_clock {
	clock-frequency = <325000000>;
};

Annotation

Implementation Notes