Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / sound / armada-370db-audio.txt
blob953c092db72f044fb461f9f674e445db692e3478
1 Device Tree bindings for the Armada 370 DB audio
2 ================================================
4 These Device Tree bindings are used to describe the audio complex
5 found on the Armada 370 DB platform.
7 Mandatory properties:
9  * compatible: must be "marvell,a370db-audio"
11  * marvell,audio-controller: a phandle that points to the audio
12    controller of the Armada 370 SoC.
14  * marvell,audio-codec: a set of three phandles that points to:
16     1/ the analog audio codec connected to the Armada 370 SoC
17     2/ the S/PDIF transceiver
18     3/ the S/PDIF receiver
20 Example:
22         sound {
23               compatible = "marvell,a370db-audio";
24               marvell,audio-controller = <&audio_controller>;
25               marvell,audio-codec = <&audio_codec &spdif_out &spdif_in>;
26         };