twl-charger.txt 468 B

1234567891011121314151617181920
  1. TWL BCI (Battery Charger Interface)
  2. Required properties:
  3. - compatible:
  4. - "ti,twl4030-bci"
  5. - interrupts: two interrupt lines from the TWL SIH (secondary
  6. interrupt handler) - interrupts 9 and 2.
  7. Optional properties:
  8. - ti,bb-uvolt: microvolts for charging the backup battery.
  9. - ti,bb-uamp: microamps for charging the backup battery.
  10. Examples:
  11. bci {
  12. compatible = "ti,twl4030-bci";
  13. interrupts = <9>, <2>;
  14. ti,bb-uvolt = <3200000>;
  15. ti,bb-uamp = <150>;
  16. };