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.
24 description: Regulator providing power to the "VCC" pin.
39 description: Index of the LED.
49 additionalProperties: false
53 #include <dt-bindings/gpio/gpio.h>
54 #include <dt-bindings/leds/common.h>
61 compatible = "awinic,aw2013";
66 vcc-supply = <&pm8916_l17>;
70 led-max-microamp = <5000>;
71 function = LED_FUNCTION_INDICATOR;
72 color = <LED_COLOR_ID_RED>;
77 led-max-microamp = <5000>;
78 function = LED_FUNCTION_INDICATOR;
79 color = <LED_COLOR_ID_GREEN>;
84 led-max-microamp = <5000>;
85 function = LED_FUNCTION_INDICATOR;
86 color = <LED_COLOR_ID_BLUE>;