arch/arm/boot/dts/marvell/dove-cubox-es.dts

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/marvell/dove-cubox-es.dts

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/marvell/dove-cubox-es.dts
Extension
.dts
Size
330 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/arm
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
#include "dove-cubox.dts"

/ {
	model = "SolidRun CuBox (Engineering Sample)";
	compatible = "solidrun,cubox-es", "solidrun,cubox", "marvell,dove";
};

&sdio0 {
	/* sdio0 card detect is connected to wrong pin on CuBox ES */
	cd-gpios = <&gpio0 12 1>;
	pinctrl-0 = <&pmx_sdio0 &pmx_gpio_12>;
};

Annotation

Implementation Notes