]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/sound/imx-audio-mqs.txt
MLK-9723-5: ASoC: imx-mqs: add mqs machine driver
[karo-tx-linux.git] / Documentation / devicetree / bindings / sound / imx-audio-mqs.txt
1 Freescale i.MX audio complex with mqs codec
2
3 Required properties:
4 - compatible : "fsl,imx-audio-mqs"
5 - model : The user-visible name of this sound complex
6 - cpu-dai : The phandle of the i.MX sai controller
7 - audio-codec : The phandle of the mqs audio codec
8
9 Example:
10
11 sound-mqs {
12         compatible = "fsl,imx6sx-sdb-mqs",
13                         "fsl,imx-audio-mqs";
14         model = "mqs-audio";
15         cpu-dai = <&sai1>;
16         audio-codec = <&mqs>;
17 };
18