About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / dma / atmel-dma.txt




Custom Search

Based on kernel version 3.9. Page generated on 2013-05-02 22:57 EST.

1	* Atmel Direct Memory Access Controller (DMA)
2	
3	Required properties:
4	- compatible: Should be "atmel,<chip>-dma"
5	- reg: Should contain DMA registers location and length
6	- interrupts: Should contain DMA interrupt
7	
8	Examples:
9	
10	dma@ffffec00 {
11		compatible = "atmel,at91sam9g45-dma";
12		reg = <0xffffec00 0x200>;
13		interrupts = <21>;
14	};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Information is copyright its respective author. All material is available from the Linux Kernel Source distributed under a GPL License. This page is provided as a free service by mjmwired.net.