1 * Freescale MXS audio complex with SGTL5000 codec
4 - compatible: "fsl,mxs-audio-sgtl5000"
5 - model: The user-visible name of this sound complex
6 - saif-controllers: The phandle list of the MXS SAIF controller
7 - audio-codec: The phandle of the SGTL5000 audio codec
12 compatible = "fsl,imx28-evk-sgtl5000",
13 "fsl,mxs-audio-sgtl5000";
14 model = "imx28-evk-sgtl5000";
15 saif-controllers = <&saif0 &saif1>;
16 audio-codec = <&sgtl5000>;