1 * Freescale MXS Serial Audio Interface (SAIF)
4 - compatible: Should be "fsl,<chip>-saif"
5 - reg: Should contain registers location and length
6 - interrupts: Should contain ERROR and DMA interrupts
7 - fsl,saif-dma-channel: APBX DMA channel for the SAIF
10 - fsl,saif-master: phandle to the master SAIF. It's only required for
13 Note: Each SAIF controller should have an alias correctly numbered
23 saif0: saif@80042000 {
24 compatible = "fsl,imx28-saif";
25 reg = <0x80042000 2000>;
27 fsl,saif-dma-channel = <4>;
30 saif1: saif@80046000 {
31 compatible = "fsl,imx28-saif";
32 reg = <0x80046000 2000>;
34 fsl,saif-dma-channel = <5>;
35 fsl,saif-master = <&saif0>;