summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/imx-audio-mqs.txt
blob: c0195c2028940be0f80b5acfe9fa9e4003ff3b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Freescale i.MX audio complex with mqs codec

Required properties:
- compatible : "fsl,imx-audio-mqs", "fsl,imx8qm-lpddr4-arm2-mqs".
- model : The user-visible name of this sound complex
- cpu-dai : The phandle of the i.MX sai controller
- audio-codec : The phandle of the mqs audio codec

Example:

sound-mqs {
	compatible = "fsl,imx6sx-sdb-mqs",
			"fsl,imx-audio-mqs";
	model = "mqs-audio";
	cpu-dai = <&sai1>;
	audio-codec = <&mqs>;
};