Lines Matching +full:led +full:- +full:1
1 * Panasonic AN30259A 3-channel LED driver
3 The AN30259A is a LED controller capable of driving three LEDs independently. It supports
7 - compatible: Must be "panasonic,an30259a".
8 - reg: I2C slave address.
9 - #address-cells: Must be 1.
10 - #size-cells: Must be 0.
12 Each LED is represented as a sub-node of the panasonic,an30259a node.
14 Required sub-node properties:
15 - reg: Pin that the LED is connected to. Must be 1, 2, or 3.
17 Optional sub-node properties:
18 - function :
20 - color :
22 - label :
24 - linux,default-trigger :
29 #include <dt-bindings/leds/common.h>
31 led-controller@30 {
34 #address-cells = <1>;
35 #size-cells = <0>;
37 led@1 {
38 reg = <1>;
39 linux,default-trigger = "heartbeat";
44 led@2 {
50 led@3 {