]> Pileus Git - ~andy/linux/blob - Documentation/devicetree/bindings/sound/mxs-audio-sgtl5000.txt
Merge branch 'imx/fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes
[~andy/linux] / Documentation / devicetree / bindings / sound / mxs-audio-sgtl5000.txt
1 * Freescale MXS audio complex with SGTL5000 codec
2
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
8
9 Example:
10
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>;
17 };