xref: /openbmc/linux/Documentation/devicetree/bindings/dma/atmel-dma.txt (revision c511595390a373e19a774246c659b4f563a4c3f3)
1*c5115953SNicolas Ferre* Atmel Direct Memory Access Controller (DMA)
2*c5115953SNicolas Ferre
3*c5115953SNicolas FerreRequired properties:
4*c5115953SNicolas Ferre- compatible: Should be "atmel,<chip>-dma"
5*c5115953SNicolas Ferre- reg: Should contain DMA registers location and length
6*c5115953SNicolas Ferre- interrupts: Should contain DMA interrupt
7*c5115953SNicolas Ferre
8*c5115953SNicolas FerreExamples:
9*c5115953SNicolas Ferre
10*c5115953SNicolas Ferredma@ffffec00 {
11*c5115953SNicolas Ferre	compatible = "atmel,at91sam9g45-dma";
12*c5115953SNicolas Ferre	reg = <0xffffec00 0x200>;
13*c5115953SNicolas Ferre	interrupts = <21>;
14*c5115953SNicolas Ferre};
15