1 * Freescale Smart Direct Memory Access (SDMA) Controller for i.MX
4 - compatible : Should be "fsl,<chip>-sdma"
5 - reg : Should contain SDMA registers location and length
6 - interrupts : Should contain SDMA interrupt
7 - fsl,sdma-ram-script-name : Should contain the full path of SDMA RAM
13 compatible = "fsl,imx51-sdma", "fsl,imx35-sdma";
14 reg = <0x83fb0000 0x4000>;
16 fsl,sdma-ram-script-name = "sdma-imx51.bin";