Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / mxs-audio-sgtl5000.txt
blob601c518eddaa8266d8ab7ade1eb5b5f2ec7e5cc8
1 * Freescale MXS audio complex with SGTL5000 codec
3 Required properties:
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
9 Example:
11 sound {
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>;