Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-updates > by-pkgid > 6c29b42e7c35bf1c8b4da9150caf55f6 > files > 662

kernel-doc-3.3.8-2.mga2.noarch.rpm

* Atmel Direct Memory Access Controller (DMA)

Required properties:
- compatible: Should be "atmel,<chip>-dma"
- reg: Should contain DMA registers location and length
- interrupts: Should contain DMA interrupt

Examples:

dma@ffffec00 {
	compatible = "atmel,at91sam9g45-dma";
	reg = <0xffffec00 0x200>;
	interrupts = <21>;
};