leds-powernv.txt 613 B

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