Lines Matching refs:ti
5 * "ti,bq25890"
7 - ti,battery-regulation-voltage: integer, maximum charging voltage (in uV);
8 - ti,charge-current: integer, maximum charging current (in uA);
9 - ti,termination-current: integer, charge will be terminated when current in
11 - ti,precharge-current: integer, maximum charge current during precharge
13 - ti,minimum-sys-voltage: integer, when battery is charging and it is below
16 - ti,boost-voltage: integer, VBUS voltage level in boost mode (in uV);
17 - ti,boost-max-current: integer, maximum allowed current draw in boost mode
21 - ti,boost-low-freq: boolean, if present boost mode frequency will be 500kHz,
23 - ti,use-ilim-pin: boolean, if present the ILIM resistor will be used and the
26 - ti,thermal-regulation-threshold: integer, temperature above which the charge
33 compatible = "ti,bq25890";
36 ti,battery-regulation-voltage = <4200000>;
37 ti,charge-current = <1000000>;
38 ti,termination-current = <50000>;
39 ti,precharge-current = <128000>;
40 ti,minimum-sys-voltage = <3600000>;
41 ti,boost-voltage = <5000000>;
42 ti,boost-max-current = <1000000>;
44 ti,use-ilim-pin;
45 ti,thermal-regulation-threshold = <120>;