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