hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
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
Device Tree bindings for the Armada 370 DB audio
================================================
 
These Device Tree bindings are used to describe the audio complex
found on the Armada 370 DB platform.
 
Mandatory properties:
 
 * compatible: must be "marvell,a370db-audio"
 
 * marvell,audio-controller: a phandle that points to the audio
   controller of the Armada 370 SoC.
 
 * marvell,audio-codec: a set of three phandles that points to:
 
    1/ the analog audio codec connected to the Armada 370 SoC
    2/ the S/PDIF transceiver
    3/ the S/PDIF receiver
 
Example:
 
   sound {
         compatible = "marvell,a370db-audio";
         marvell,audio-controller = <&audio_controller>;
         marvell,audio-codec = <&audio_codec &spdif_out &spdif_in>;
   };