arch/powerpc/boot/dts/fsl/qoriq-duart-1.dtsi

Source file repositories/reference/linux-study-clean/arch/powerpc/boot/dts/fsl/qoriq-duart-1.dtsi

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/dts/fsl/qoriq-duart-1.dtsi
Extension
.dtsi
Size
2246 bytes
Lines
52
Domain
Architecture Layer
Bucket
arch/powerpc
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

serial2: serial@11d500 {
	cell-index = <2>;
	device_type = "serial";
	compatible = "fsl,ns16550", "ns16550";
	reg = <0x11d500 0x100>;
	clock-frequency = <0>;
	interrupts = <37 2 0 0>;
};

serial3: serial@11d600 {
	cell-index = <3>;
	device_type = "serial";
	compatible = "fsl,ns16550", "ns16550";
	reg = <0x11d600 0x100>;
	clock-frequency = <0>;
	interrupts = <37 2 0 0>;
};

Annotation

Implementation Notes