Lines Matching +full:dynamic +full:- +full:power +full:- +full:switching
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 <[email protected]>
14 The LTC ® 4162-L is an advanced monolithic synchronous step-down switching
15 battery charger and PowerPath (TM) manager that seamlessly manages power
17 panels, etc., and a rechargeable Lithium-Ion/Polymer battery.
20 https://www.analog.com/en/products/ltc4162-l.html
21 https://www.analog.com/en/products/ltc4162-f.html
22 https://www.analog.com/en/products/ltc4162-s.html
28 - lltc,ltc4015
29 - lltc,ltc4162-f
30 - lltc,ltc4162-l
31 - lltc,ltc4162-s
37 lltc,rsnsb-micro-ohms:
41 lltc,rsnsi-micro-ohms:
45 lltc,cell-count:
49 once the external power is applied. Omit this when the number of cells
50 is somewhat dynamic. Without it, several measurements will return 0 until
54 - compatible
55 - reg
56 - lltc,rsnsb-micro-ohms
57 - lltc,rsnsi-micro-ohms
62 - |
64 #address-cells = <1>;
65 #size-cells = <0>;
66 charger: battery-charger@68 {
67 compatible = "lltc,ltc4162-l";
69 lltc,rsnsb-micro-ohms = <10000>;
70 lltc,rsnsi-micro-ohms = <16000>;
71 lltc,cell-count = <2>;