fsl-mxs-dma.txt 381 B

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