arch/powerpc/boot/dts/fsl/pq3-dma-0.dtsi

Source file repositories/reference/linux-study-clean/arch/powerpc/boot/dts/fsl/pq3-dma-0.dtsi

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/dts/fsl/pq3-dma-0.dtsi
Extension
.dtsi
Size
2559 bytes
Lines
67
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

dma@21300 {
	#address-cells = <1>;
	#size-cells = <1>;
	compatible = "fsl,eloplus-dma";
	reg = <0x21300 0x4>;
	ranges = <0x0 0x21100 0x200>;
	cell-index = <0>;
	dma-channel@0 {
		compatible = "fsl,eloplus-dma-channel";
		reg = <0x0 0x80>;
		cell-index = <0>;
		interrupts = <20 2 0 0>;
	};
	dma-channel@80 {
		compatible = "fsl,eloplus-dma-channel";
		reg = <0x80 0x80>;
		cell-index = <1>;
		interrupts = <21 2 0 0>;
	};
	dma-channel@100 {
		compatible = "fsl,eloplus-dma-channel";
		reg = <0x100 0x80>;
		cell-index = <2>;
		interrupts = <22 2 0 0>;
	};
	dma-channel@180 {
		compatible = "fsl,eloplus-dma-channel";
		reg = <0x180 0x80>;
		cell-index = <3>;
		interrupts = <23 2 0 0>;
	};
};

Annotation

Implementation Notes