Lines Matching +full:led +full:- +full:max +full:- +full:microamp
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.
25 description: Open-drain, low active interrupt pin "INTN".
26 Used to report completion of operations (power up, LED breath effects).
28 vcc-supply:
31 vio-supply:
32 description: Regulator providing power for pull-up of the I/O lines.
37 "#address-cells":
40 "#size-cells":
44 "^led@[0-2]$":
51 description: Index of the LED.
56 - compatible
57 - reg
58 - "#address-cells"
59 - "#size-cells"
64 - |
65 #include <dt-bindings/gpio/gpio.h>
66 #include <dt-bindings/interrupt-controller/irq.h>
67 #include <dt-bindings/leds/common.h>
70 #address-cells = <1>;
71 #size-cells = <0>;
73 led-controller@45 {
77 #address-cells = <1>;
78 #size-cells = <0>;
80 vcc-supply = <&pm8916_l17>;
82 led@0 {
84 led-max-microamp = <5000>;
89 led@1 {
91 led-max-microamp = <5000>;
96 led@2 {
98 led-max-microamp = <5000>;