arch/xtensa/boot/dts/ml605.dts

Source file repositories/reference/linux-study-clean/arch/xtensa/boot/dts/ml605.dts

File Facts

System
Linux kernel
Corpus path
arch/xtensa/boot/dts/ml605.dts
Extension
.dts
Size
222 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/xtensa
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
/dts-v1/;
/include/ "xtfpga.dtsi"
/include/ "xtfpga-flash-16m.dtsi"

/ {
	compatible = "cdns,xtensa-ml605";
	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x08000000>;
	};
};

Annotation

Implementation Notes