Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / Documentation / devicetree / bindings / dma / fsl-mxs-dma.txt
blobded0398d3bdc3f95d453f2c06165446a1fe5db84
1 * Freescale MXS DMA
3 Required properties:
4 - compatible : Should be "fsl,<chip>-dma-apbh" or "fsl,<chip>-dma-apbx"
5 - reg : Should contain registers location and length
7 Supported chips:
8 imx23, imx28.
10 Examples:
11 dma-apbh@80004000 {
12         compatible = "fsl,imx28-dma-apbh";
13         reg = <0x80004000 2000>;
16 dma-apbx@80024000 {
17         compatible = "fsl,imx28-dma-apbx";
18         reg = <0x80024000 2000>;