Lines Matching +full:active +full:- +full:low
5 which can either be controlled by software (exporting the 74x164 as spi-gpio.
6 See Documentation/devicetree/bindings/gpio/gpio-74x164.txt), or
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.
33 leds0: led-controller@fffe00d0 {
34 compatible = "brcm,bcm6358-leds";
35 #address-cells = <1>;
36 #size-cells = <0>;
41 active-low;
46 active-low;
51 active-low;
56 active-low;
62 leds0: led-controller@100000d0 {
63 compatible = "brcm,bcm6358-leds";
64 #address-cells = <1>;
65 #size-cells = <0>;
67 brcm,pol-low;
68 brcm,clk-div = <4>;
72 active-low;
77 active-low;
79 default-state = "on";
87 active-low;
96 active-low;
101 active-low;
106 active-low;
115 active-low;
120 active-low;
129 active-low;
134 active-low;