fsl-imx-sdma.txt 497 B

123456789101112131415161718
  1. * Freescale Smart Direct Memory Access (SDMA) Controller for i.MX
  2. Required properties:
  3. - compatible : Should be "fsl,<chip>-sdma"
  4. - reg : Should contain SDMA registers location and length
  5. - interrupts : Should contain SDMA interrupt
  6. - fsl,sdma-ram-script-name : Should contain the full path of SDMA RAM
  7. scripts firmware
  8. Examples:
  9. sdma@83fb0000 {
  10. compatible = "fsl,imx51-sdma", "fsl,imx35-sdma";
  11. reg = <0x83fb0000 0x4000>;
  12. interrupts = <6>;
  13. fsl,sdma-ram-script-name = "sdma-imx51.bin";
  14. };