blob: 3c046ee6e8b5dd54e14f7fcc6fb8699792aa4b7d [file] [log] [blame]
Nicolas Ferrec5115952011-10-17 14:56:41 +02001* Atmel Direct Memory Access Controller (DMA)
2
3Required properties:
4- compatible: Should be "atmel,<chip>-dma"
5- reg: Should contain DMA registers location and length
6- interrupts: Should contain DMA interrupt
7
8Examples:
9
10dma@ffffec00 {
11 compatible = "atmel,at91sam9g45-dma";
12 reg = <0xffffec00 0x200>;
13 interrupts = <21>;
14};