arch/arm64/boot/dts/marvell/cn9132-db.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/marvell/cn9132-db.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/marvell/cn9132-db.dts
Extension
.dts
Size
495 bytes
Lines
23
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) 2019 Marvell International Ltd.
 *
 * Device tree for the CN9132-DB board.
 */

#include "cn9132-db.dtsi"

/ {
	model = "Marvell Armada CN9132-DB setup A";
};

/* Setup A has SPI1 flash as a boot device, while setup B uses NAND flash.
 * Since CP0 SPI1 and CP0 NAND are sharing some pins, they cannot be activated
 * simultaneously. When SPI controller is enabled, NAND should be disabled.
 */

&cp0_spi1 {
	status = "okay";
};

Annotation

Implementation Notes