brintos

brintos / linux-shallow public Read only

0
0
Text · 748 B · 953c092 Raw
27 lines · plain
1Device Tree bindings for the Armada 370 DB audio2================================================3 4These Device Tree bindings are used to describe the audio complex5found on the Armada 370 DB platform.6 7Mandatory properties:8 9 * compatible: must be "marvell,a370db-audio"10 11 * marvell,audio-controller: a phandle that points to the audio12   controller of the Armada 370 SoC.13 14 * marvell,audio-codec: a set of three phandles that points to:15 16    1/ the analog audio codec connected to the Armada 370 SoC17    2/ the S/PDIF transceiver18    3/ the S/PDIF receiver19 20Example:21 22	sound {23	      compatible = "marvell,a370db-audio";24	      marvell,audio-controller = <&audio_controller>;25	      marvell,audio-codec = <&audio_codec &spdif_out &spdif_in>;26	};27