Lines Matching +full:power +full:- +full:active +full:- +full:low
5 which can either be controlled by software (exporting the 74x164 as spi-gpio.
10 - compatible : should be "brcm,bcm6358-leds".
11 - #address-cells : must be 1.
12 - #size-cells : must be 0.
13 - reg : BCM6358 LED controller address and size.
16 - brcm,clk-div : SCK signal divider. Possible values are 1, 2, 4 and 8.
18 - brcm,clk-dat-low : Boolean, makes clock and data signals active low.
21 Each LED is represented as a sub-node of the brcm,bcm6358-leds device.
23 LED sub-node required properties:
24 - reg : LED pin number (only LEDs 0 to 31 are valid).
26 LED sub-node optional properties:
27 - label : see Documentation/devicetree/bindings/leds/common.txt
28 - active-low : Boolean, makes LED active low.
30 - default-state : see
32 - linux,default-trigger : see
37 leds0: led-controller@fffe00d0 {
38 compatible = "brcm,bcm6358-leds";
39 #address-cells = <1>;
40 #size-cells = <0>;
45 active-low;
50 active-low;
55 active-low;
60 active-low;
66 leds0: led-controller@100000d0 {
67 compatible = "brcm,bcm6358-leds";
68 #address-cells = <1>;
69 #size-cells = <0>;
71 brcm,pol-low;
72 brcm,clk-div = <4>;
76 active-low;
77 label = "red:power";
81 active-low;
82 label = "green:power";
83 default-state = "on";
87 label = "blue:power";
91 active-low;
100 active-low;
105 active-low;
110 active-low;
119 active-low;
124 active-low;
133 active-low;
138 active-low;