summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/imx-audio-rpmsg.txt
blob: 3f015974ffebca5e0a5bdb4f33359e93e0484709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Freescale i.MX audio complex with rpmsg devices

Required properties:
- compatible : "fsl,imx-audio-rpmsg"
- model : The user-visible name of this sound complex
- cpu-dai : The phandle of the i.MX rpmsg i2s device.

Example:
sound-rpmsg {
	compatible = "fsl,imx-audio-rpmsg";
	model = "rpmsg-audio";
	cpu-dai = <&rpmsg_i2s>;
};