tps6105x.txt 376 B

1234567891011121314151617
  1. * Device tree bindings for TI TPS61050/61052 Boost Converters
  2. The TP61050/TPS61052 is a high-power "white LED driver". The
  3. device provides LED, GPIO and regulator functionalities.
  4. Required properties:
  5. - compatible: "ti,tps61050" or "ti,tps61052"
  6. - reg: Specifies the I2C slave address
  7. Example:
  8. i2c0 {
  9. tps61052@33 {
  10. compatible = "ti,tps61052";
  11. reg = <0x33>;
  12. };
  13. };