1
0
Fork 0
alistair23-linux/Documentation/devicetree/bindings/sound/imx-audio-rpmsg.txt

14 lines
328 B
Plaintext

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>;
};