About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / dma / fsl-mxs-dma.txt




Custom Search

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

1	* Freescale MXS DMA
2	
3	Required properties:
4	- compatible : Should be "fsl,<chip>-dma-apbh" or "fsl,<chip>-dma-apbx"
5	- reg : Should contain registers location and length
6	
7	Supported chips:
8	imx23, imx28.
9	
10	Examples:
11	dma-apbh@80004000 {
12		compatible = "fsl,imx28-dma-apbh";
13		reg = <0x80004000 2000>;
14	};
15	
16	dma-apbx@80024000 {
17		compatible = "fsl,imx28-dma-apbx";
18		reg = <0x80024000 2000>;
19	};
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.