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/mvebu-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 * mvebu (Kirkwood, Dove, Armada 370) audio controller
    2 
    3 Required properties:
    4 
    5 - compatible:
    6   "marvell,kirkwood-audio" for Kirkwood platforms
    7   "marvell,dove-audio" for Dove platforms
    8   "marvell,armada370-audio" for Armada 370 platforms
    9 
   10 - reg: physical base address of the controller and length of memory mapped
   11   region.
   12 
   13 - interrupts:
   14   with "marvell,kirkwood-audio", the audio interrupt
   15   with "marvell,dove-audio", a list of two interrupts, the first for
   16   the data flow, and the second for errors.
   17 
   18 - clocks: one or two phandles.
   19   The first one is mandatory and defines the internal clock.
   20   The second one is optional and defines an external clock.
   21 
   22 - clock-names: names associated to the clocks:
   23         "internal" for the internal clock
   24         "extclk" for the external clock
   25 
   26 Example:
   27 
   28 i2s1: audio-controller@b4000 {
   29         compatible = "marvell,dove-audio";
   30         reg = <0xb4000 0x2210>;
   31         interrupts = <21>, <22>;
   32         clocks = <&gate_clk 13>;
   33         clock-names = "internal";
   34 };

Cache object: ec9c5f26e597b0b0bdcdea038d6bc162


[ 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.