]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/sound/imx-audio-si476x.txt
ENGR00276567-7 ASoC: fsl: Add si476x machine driver
[karo-tx-linux.git] / Documentation / devicetree / bindings / sound / imx-audio-si476x.txt
1 Freescale i.MX audio complex with si476x codec
2
3 Required properties:
4 - compatible : "fsl,imx-audio-si476x"
5 - model : The user-visible name of this sound complex
6 - ssi-controller : The phandle of the i.MX SSI controller
7
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,imx-audio-si476x",
18                      "fsl,imx-tuner-si476x";
19         model = "imx-radio-si476x";
20
21         ssi-controller = <&ssi1>;
22         mux-int-port = <2>;
23         mux-ext-port = <5>;
24 };