Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
27 lines
748 B
Plaintext
27 lines
748 B
Plaintext
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>;
|
|
};
|