]> Pileus Git - ~andy/linux/blob - Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt
ASoC: fsl: add imx-sgtl5000 machine driver
[~andy/linux] / Documentation / devicetree / bindings / sound / imx-audio-sgtl5000.txt
1 Freescale i.MX audio complex with SGTL5000 codec
2
3 Required properties:
4 - compatible : "fsl,imx-audio-sgtl5000"
5 - model : The user-visible name of this sound complex
6 - ssi-controller : The phandle of the i.MX SSI controller
7 - audio-codec : The phandle of the SGTL5000 audio codec
8 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
9 - mux-ext-port : The external port of the i.MX audio muxer
10
11 Note: The AUDMUX port numbering should start at 1, which is consistent with
12 hardware manual.
13
14 Example:
15
16 sound {
17         compatible = "fsl,imx51-babbage-sgtl5000",
18                      "fsl,imx-audio-sgtl5000";
19         model = "imx51-babbage-sgtl5000";
20         ssi-controller = <&ssi1>;
21         audio-codec = <&sgtl5000>;
22         mux-int-port = <1>;
23         mux-ext-port = <3>;
24 };