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/soc-ac97link.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 AC97 link bindings
    2 
    3 These bindings can be included within any other device node.
    4 
    5 Required properties:
    6  - pinctrl-names: Has to contain following states to setup the correct
    7    pinmuxing for the used gpios:
    8         "ac97-running": AC97-link is active
    9         "ac97-reset": AC97-link reset state
   10         "ac97-warm-reset": AC97-link warm reset state
   11  - ac97-gpios: List of gpio phandles with args in the order ac97-sync,
   12    ac97-sdata, ac97-reset
   13 
   14 
   15 Example:
   16 
   17 ssi {
   18         ...
   19 
   20         pinctrl-names = "default", "ac97-running", "ac97-reset", "ac97-warm-reset";
   21         pinctrl-0 = <&ac97link_running>;
   22         pinctrl-1 = <&ac97link_running>;
   23         pinctrl-2 = <&ac97link_reset>;
   24         pinctrl-3 = <&ac97link_warm_reset>;
   25         ac97-gpios = <&gpio3 20 0 &gpio3 22 0 &gpio3 28 0>;
   26 
   27         ...
   28 };

Cache object: 47c6b8b95b4213a7331a130c26ce23ef


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