summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/imx-audio-xtor.txt
blob: ed55891bca96f900f6c615e6fd3d1609a3f703f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Freescale i.MX audio complex with Freescale DAI transceiver.
Currently supports Freescale SAI or ESAI digital audio interface.

Required properties:

  - compatible		: "fsl,imx-audio-xtor"

  - model		: The user-visible name of this sound complex

  - cpu-dai		: The phandle of the i.MX DAI, currently supports
			  SAI or ESAI controller

Optional properties:

  - asrc-controller	: The phandle of the i.MX ASRC controller associated with DAI.

Examples:

sound-xtor-sai {
	compatible = "fsl,imx-audio-xtor";
	model = "xtor-audio-sai";
	cpu-dai = <&sai0>;
	asrc-controller = <&asrc0>;
};

sound-xtor-esai {
	compatible = "fsl,imx-audio-xtor";
	model = "xtor-audio-esai";
	cpu-dai = <&esai0>;
};