Lines Matching +full:led +full:- +full:controller
1 LEDs connected to Spreadtrum SC27XX PMIC breathing light controller
3 The SC27xx breathing light controller supports to 3 outputs:
4 red LED, green LED and blue LED. Each LED can work at normal
8 - compatible: Should be "sprd,sc2731-bltc".
9 - #address-cells: Must be 1.
10 - #size-cells: Must be 0.
11 - reg: Specify the controller address.
14 - reg: Port this LED is connected to.
17 - function: See Documentation/devicetree/bindings/leds/common.txt.
18 - color: See Documentation/devicetree/bindings/leds/common.txt.
19 - label: See Documentation/devicetree/bindings/leds/common.txt (deprecated).
23 led-controller@200 {
24 compatible = "sprd,sc2731-bltc";
25 #address-cells = <1>;
26 #size-cells = <0>;
29 led@0 {
34 led@1 {
39 led@2 {