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/leds/leds-powernv.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 binding for LEDs on IBM Power Systems
    2 -------------------------------------------------
    3 
    4 Required properties:
    5 - compatible : Should be "ibm,opal-v3-led".
    6 - led-mode   : Should be "lightpath" or "guidinglight".
    7 
    8 Each location code of FRU/Enclosure must be expressed in the
    9 form of a sub-node.
   10 
   11 Required properties for the sub nodes:
   12 - led-types : Supported LED types (attention/identify/fault) provided
   13               in the form of string array.
   14 
   15 Example:
   16 
   17 leds {
   18         compatible = "ibm,opal-v3-led";
   19         led-mode = "lightpath";
   20 
   21         U78C9.001.RST0027-P1-C1 {
   22                 led-types = "identify", "fault";
   23         };
   24         ...
   25         ...
   26 };

Cache object: c46581811f372a41bcd8b65a3ac9e4bf


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