| * Freescale MXS Serial Audio Interface (SAIF) |
| - compatible: Should be "fsl,<chip>-saif" |
| - reg: Should contain registers location and length |
| - interrupts: Should contain ERROR and DMA interrupts |
| - fsl,saif-dma-channel: APBX DMA channel for the SAIF |
| - fsl,saif-master: phandle to the master SAIF. It's only required for |
| Note: Each SAIF controller should have an alias correctly numbered |
| compatible = "fsl,imx28-saif"; |
| fsl,saif-dma-channel = <4>; |
| compatible = "fsl,imx28-saif"; |
| fsl,saif-dma-channel = <5>; |
| fsl,saif-master = <&saif0>; |