arch/arm64/boot/dts/cavium/thunder-88xx.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/cavium/thunder-88xx.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/cavium/thunder-88xx.dts
Extension
.dts
Size
2531 bytes
Lines
68
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

/dts-v1/;

/include/ "thunder-88xx.dtsi"

/ {
	model = "Cavium ThunderX CN88XX board";
	compatible = "cavium,thunder-88xx";

	aliases {
		serial0 = &uaa0;
		serial1 = &uaa1;
	};

	memory@0 {
		device_type = "memory";
		reg = <0x0 0x00000000 0x0 0x80000000>;
	};
};

Annotation

Implementation Notes