armada-370db-audio.txt 772 B

123456789101112131415161718192021222324252627
  1. Device Tree bindings for the Armada 370 DB audio
  2. ================================================
  3. These Device Tree bindings are used to describe the audio complex
  4. found on the Armada 370 DB platform.
  5. Mandatory properties:
  6. * compatible: must be "marvell,a370db-audio"
  7. * marvell,audio-controller: a phandle that points to the audio
  8. controller of the Armada 370 SoC.
  9. * marvell,audio-codec: a set of three phandles that points to:
  10. 1/ the analog audio codec connected to the Armada 370 SoC
  11. 2/ the S/PDIF transceiver
  12. 3/ the S/PDIF receiver
  13. Example:
  14. sound {
  15. compatible = "marvell,a370db-audio";
  16. marvell,audio-controller = <&audio_controller>;
  17. marvell,audio-codec = <&audio_codec &spdif_out &spdif_in>;
  18. status = "okay";
  19. };