Lines Matching +full:led +full:- +full:2
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/leds/leds-aw2013.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: AWINIC AW2013 3-channel LED Driver
10 - Nikita Travkin <nikitos.tr@gmail.com>
13 The AW2013 is a 3-channel LED driver with I2C interface. It can control
14 LED brightness with PWM output.
23 vcc-supply:
26 "#address-cells":
29 "#size-cells":
33 "^led@[0-2]$":
39 description: Index of the LED.
41 maximum: 2
44 - compatible
45 - reg
46 - "#address-cells"
47 - "#size-cells"
52 - |
53 #include <dt-bindings/gpio/gpio.h>
54 #include <dt-bindings/leds/common.h>
57 #address-cells = <1>;
58 #size-cells = <0>;
60 led-controller@45 {
63 #address-cells = <1>;
64 #size-cells = <0>;
66 vcc-supply = <&pm8916_l17>;
68 led@0 {
70 led-max-microamp = <5000>;
75 led@1 {
77 led-max-microamp = <5000>;
82 led@2 {
83 reg = <2>;
84 led-max-microamp = <5000>;