1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/leds/ti.lm36922.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments - LM3692x Highly Efficient White LED Driver
10 - Dan Murphy <dmurphy@ti.com>
13 The LM3692x is an ultra-compact, highly efficient,
14 white-LED driver designed for LCD display backlighting.
16 The main difference between the LM36922 and LM36923 is the number of
17 LED strings it supports. The LM36922 supports two strings while the LM36923
18 supports three strings.
20 For more product information please see the link below:
21 https://www.ti.com/lit/ds/snvsa29/snvsa29.pdf
39 description: gpio pin to enable/disable the device.
42 description: LED supply
45 description: Overvoltage protection.
47 enum: [17000000, 21000000, 25000000, 29000000]
57 0 - Will enable all LED sync paths
58 1 - Will enable the LED1 sync
59 2 - Will enable the LED2 sync
60 3 - Will enable the LED3 sync (LM36923 only)
62 unevaluatedProperties: false
80 additionalProperties: false
84 #include <dt-bindings/gpio/gpio.h>
85 #include <dt-bindings/leds/common.h>
92 compatible = "ti,lm36922";
97 enable-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
98 vled-supply = <&vbatt>;
99 ti,ovp-microvolt = <29000000>;
103 function = LED_FUNCTION_BACKLIGHT;
104 color = <LED_COLOR_ID_WHITE>;
105 linux,default-trigger = "backlight";
106 led-max-microamp = <20000>;