Lines Matching +full:micro +full:- +full:ohms

1 # SPDX-License-Identifier: GPL-2.0
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Binding for bq25890, bq25892, bq25895 and bq25896 Li-Ion Charger
11 - Sebastian Reichel <sre@kernel.org>
14 - $ref: power-supply.yaml#
19 - ti,bq25890
20 - ti,bq25892
21 - ti,bq25895
22 - ti,bq25896
30 ti,battery-regulation-voltage:
34 ti,charge-current:
38 ti,termination-current:
41 charge will be terminated when current in constant-voltage phase
44 ti,precharge-current:
48 ti,minimum-sys-voltage:
52 the system will be regulated above minimum-sys-voltage setting (in uV)
54 ti,boost-voltage:
58 ti,boost-max-current:
62 ti,boost-low-freq:
66 ti,use-ilim-pin:
72 ti,thermal-regulation-threshold:
78 ti,ibatcomp-micro-ohms:
79 description: value of a resistor in series with the battery (in Micro Ohms)
81 ti,ibatcomp-clamp-microvolt:
82 description: max. charging voltage adjustment due to expected voltage drop on in-series resistor
85 - compatible
86 - reg
87 - interrupts
88 - ti,battery-regulation-voltage
89 - ti,charge-current
90 - ti,termination-current
91 - ti,precharge-current
92 - ti,minimum-sys-voltage
93 - ti,boost-voltage
94 - ti,boost-max-current
99 - |
100 #include <dt-bindings/interrupt-controller/irq.h>
102 #address-cells = <1>;
103 #size-cells = <0>;
109 interrupt-parent = <&gpio1>;
112 ti,battery-regulation-voltage = <4200000>;
113 ti,charge-current = <1000000>;
114 ti,termination-current = <50000>;
115 ti,precharge-current = <128000>;
116 ti,minimum-sys-voltage = <3600000>;
117 ti,boost-voltage = <5000000>;
118 ti,boost-max-current = <1000000>;
120 ti,use-ilim-pin;
121 ti,thermal-regulation-threshold = <120>;