The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/sound/armada-370db-audio.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Device Tree bindings for the Armada 370 DB audio
    2 ================================================
    3 
    4 These Device Tree bindings are used to describe the audio complex
    5 found on the Armada 370 DB platform.
    6 
    7 Mandatory properties:
    8 
    9  * compatible: must be "marvell,a370db-audio"
   10 
   11  * marvell,audio-controller: a phandle that points to the audio
   12    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 SoC
   17     2/ the S/PDIF transceiver
   18     3/ the S/PDIF receiver
   19 
   20 Example:
   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         };

Cache object: 161e45a4172459310ea9eff9b78ccaf9


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.