1e968194bSShawn Guo* Freescale MXS audio complex with SGTL5000 codec
2e968194bSShawn Guo
3e968194bSShawn GuoRequired properties:
4e968194bSShawn Guo- compatible: "fsl,mxs-audio-sgtl5000"
5e968194bSShawn Guo- model: The user-visible name of this sound complex
6e968194bSShawn Guo- saif-controllers: The phandle list of the MXS SAIF controller
7e968194bSShawn Guo- audio-codec: The phandle of the SGTL5000 audio codec
8e968194bSShawn Guo
9e968194bSShawn GuoExample:
10e968194bSShawn Guo
11e968194bSShawn Guosound {
12e968194bSShawn Guo	compatible = "fsl,imx28-evk-sgtl5000",
13e968194bSShawn Guo		     "fsl,mxs-audio-sgtl5000";
14e968194bSShawn Guo	model = "imx28-evk-sgtl5000";
15e968194bSShawn Guo	saif-controllers = <&saif0 &saif1>;
16e968194bSShawn Guo	audio-codec = <&sgtl5000>;
17e968194bSShawn Guo};
18