Documentation/devicetree/bindings/mips/cavium/dma-engine.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/mips/cavium/dma-engine.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/mips/cavium/dma-engine.txt
Extension
.txt
Size
551 bytes
Lines
22
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

The Octeon DMA Engine transfers between the Boot Bus and main memory.
The DMA Engine will be referred to by phandle by any device that is
connected to it.

Properties:
- compatible: "cavium,octeon-5750-bootbus-dma"

  Compatibility with all cn52XX, cn56XX and cn6XXX SOCs.

- reg: The base address of the DMA Engine's register bank.

- interrupts: A single interrupt specifier.

Example:
	dma0: dma-engine@1180000000100 {
		compatible = "cavium,octeon-5750-bootbus-dma";
		reg = <0x11800 0x00000100 0x0 0x8>;
		interrupts = <0 63>;
	};

Annotation

Implementation Notes