forked from Minki/linux
90c9abc5b7
Cc: Grant Likely <grant.likely@secretlab.ca> Cc: Rob Herring <rob.herring@calxeda.com> Cc: Rob Landley <rob@landley.net> Cc: Dan Williams <dan.j.williams@intel.com> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: Huang Shijie <b32955@freescale.com> Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Marek Vasut <marex@denx.de> Acked-by: Vinod Koul <vinod.koul@intel.com>
20 lines
381 B
Plaintext
20 lines
381 B
Plaintext
* Freescale MXS DMA
|
|
|
|
Required properties:
|
|
- compatible : Should be "fsl,<chip>-dma-apbh" or "fsl,<chip>-dma-apbx"
|
|
- reg : Should contain registers location and length
|
|
|
|
Supported chips:
|
|
imx23, imx28.
|
|
|
|
Examples:
|
|
dma-apbh@80004000 {
|
|
compatible = "fsl,imx28-dma-apbh";
|
|
reg = <0x80004000 2000>;
|
|
};
|
|
|
|
dma-apbx@80024000 {
|
|
compatible = "fsl,imx28-dma-apbx";
|
|
reg = <0x80024000 2000>;
|
|
};
|