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
5 PWM mode or breath light mode.
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.
13 Required child properties:
14 - reg: Port this LED is connected to.
16 Optional child properties:
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).
24 compatible = "sprd,sc2731-bltc";
30 color = <LED_COLOR_ID_RED>;
35 color = <LED_COLOR_ID_GREEN>;
40 color = <LED_COLOR_ID_BLUE>;