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

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/dts/fsl/qoriq-dma-1.dtsi
Extension
.dtsi
Size
2571 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

dma1: dma@101300 {
	#address-cells = <1>;
	#size-cells = <1>;
	compatible = "fsl,eloplus-dma";
	reg = <0x101300 0x4>;
	ranges = <0x0 0x101100 0x200>;
	cell-index = <1>;
	dma-channel@0 {
		compatible = "fsl,eloplus-dma-channel";
		reg = <0x0 0x80>;
		cell-index = <0>;
		interrupts = <32 2 0 0>;
	};
	dma-channel@80 {
		compatible = "fsl,eloplus-dma-channel";
		reg = <0x80 0x80>;
		cell-index = <1>;
		interrupts = <33 2 0 0>;
	};
	dma-channel@100 {
		compatible = "fsl,eloplus-dma-channel";
		reg = <0x100 0x80>;
		cell-index = <2>;
		interrupts = <34 2 0 0>;
	};
	dma-channel@180 {
		compatible = "fsl,eloplus-dma-channel";
		reg = <0x180 0x80>;
		cell-index = <3>;
		interrupts = <35 2 0 0>;
	};
};

Annotation

Implementation Notes