blob: 93602c7a19c8e296259198e7178dc8e9434f44a6 [file] [log] [blame]
Javier Martinez Canillas8002c4e2017-06-15 20:49:26 +02001* Device tree bindings for TI TPS61050/61052 Boost Converters
2
3The TP61050/TPS61052 is a high-power "white LED driver". The
4device provides LED, GPIO and regulator functionalities.
5
6Required properties:
7- compatible: "ti,tps61050" or "ti,tps61052"
8- reg: Specifies the I2C slave address
9
10Example:
11
12i2c0 {
13 tps61052@33 {
14 compatible = "ti,tps61052";
15 reg = <0x33>;
16 };
17};