Lines Matching +full:external +full:- +full:resistor
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/power/supply/ltc4162-l.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Linear Technology (Analog Devices) LTC4162-L Charger
11 - Mike Looijmans <mike.looijmans@topic.nl>
14 The LTC ® 4162-L is an advanced monolithic synchronous step-down switching
17 panels, etc., and a rechargeable Lithium-Ion/Polymer battery.
20 https://www.analog.com/en/products/ltc4162-s.html
25 - lltc,ltc4162-l
31 lltc,rsnsb-micro-ohms:
32 description: Battery sense resistor in microohm.
35 lltc,rsnsi-micro-ohms:
36 description: Input current sense resistor in microohm.
39 lltc,cell-count:
43 once the external power is applied. Omit this when the number of cells
45 the charger is connected to an external supply.
48 - compatible
49 - reg
50 - lltc,rsnsb-micro-ohms
51 - lltc,rsnsi-micro-ohms
56 - |
58 #address-cells = <1>;
59 #size-cells = <0>;
60 charger: battery-charger@68 {
61 compatible = "lltc,ltc4162-l";
63 lltc,rsnsb-micro-ohms = <10000>;
64 lltc,rsnsi-micro-ohms = <16000>;
65 lltc,cell-count = <2>;