tps65090.txt 486 B

1234567891011121314151617181920212223
  1. TPS65090 Frontend PMU with Switchmode Charger
  2. Required Properties:
  3. -compatible: "ti,tps65090"
  4. -reg: I2C slave address
  5. -interrupts: the interrupt output to which this device connects
  6. Optional Properties:
  7. -ti,enable-low-current-chrg: Enables charging when a low current is detected
  8. while the default logic is to stop charging.
  9. Example:
  10. tps65090@48 {
  11. compatible = "ti,tps65090";
  12. reg = <0x48>;
  13. interrupts = <0 88 0x4>;
  14. ti,enable-low-current-chrg;
  15. regulators {
  16. ...
  17. };