1 * Device tree bindings for TI TPS61050/61052 Boost Converters
3 The TP61050/TPS61052 is a high-power "white LED driver". The
4 device provides LED, GPIO and regulator functionalities.
7 - compatible: "ti,tps61050" or "ti,tps61052"
8 - reg: Specifies the I2C slave address
12 This subnode selects the chip's operational mode.
13 There can be at most one single available subnode.
15 - regulator: presence of this sub-node puts the chip in regulator mode.
16 see ../regulator/regulator.yaml
18 - led: presence of this sub-node puts the chip in led mode.
20 - function : see ../leds/common.txt
21 - color : see ../leds/common.txt
22 - label : see ../leds/common.txt
25 Example (GPIO operation only):
29 compatible = "ti,tps61052";
34 Example (GPIO + regulator operation):
38 compatible = "ti,tps61052";
42 regulator-min-microvolt = <5000000>;
43 regulator-max-microvolt = <5000000>;
49 Example (GPIO + led operation):
51 #include <dt-bindings/leds/common.h>
55 compatible = "ti,tps61052";
59 color = <LED_COLOR_ID_WHITE>;