summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/leds/common.rst
blob: 1f5ae42cafc6050223ff1afa60a9a651fb93a787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Common leds properties
======================

* ``linux,default-trigger``, ``barebox,default-trigger``:  This parameter, if present, is a
    string defining the trigger assigned to the LED.  Current triggers are:

    * ``heartbeat`` - LED flashes at a constant rate
    * ``panic`` - LED turns on when barebox panics
    * ``net`` - LED indicates network activity

* ``label``: The label for this LED. If omitted, the label is taken
  from the node name (excluding the unit address).