1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
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).
29 description: Regulator providing power to the "VCC" pin.
32 description: Regulator providing power for pull-up of the I/O lines.
33 "VIO1" in the typical application circuit example of the datasheet.
34 Note that this regulator does not directly connect to AW2013, but is
35 needed for the correct operation of the interrupt and I2C lines.
47 unevaluatedProperties: false
51 description: Index of the LED.
61 additionalProperties: false
65 #include <dt-bindings/gpio/gpio.h>
66 #include <dt-bindings/interrupt-controller/irq.h>
67 #include <dt-bindings/leds/common.h>
74 compatible = "awinic,aw2013";
76 interrupts = <42 IRQ_TYPE_LEVEL_LOW>;
80 vcc-supply = <&pm8916_l17>;
84 led-max-microamp = <5000>;
85 function = LED_FUNCTION_INDICATOR;
86 color = <LED_COLOR_ID_RED>;
91 led-max-microamp = <5000>;
92 function = LED_FUNCTION_INDICATOR;
93 color = <LED_COLOR_ID_GREEN>;
98 led-max-microamp = <5000>;
99 function = LED_FUNCTION_INDICATOR;
100 color = <LED_COLOR_ID_BLUE>;