Lines Matching +full:fast +full:- +full:mode
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/power/supply/richtek,rt5033-charger.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jakob Hauser <jahau@rocketmail.com>
14 under sub-node named "charger" using the following format.
18 const: richtek,rt5033-charger
20 monitored-battery:
26 precharge-current-microamp:
27 Current of pre-charge mode. The pre-charge current levels are 350 mA
30 constant-charge-current-max-microamp:
31 Current of fast-charge mode. The fast-charge current levels are 700 mA
34 charge-term-current-microamp:
39 precharge-upper-limit-microvolt:
40 Voltage of pre-charge mode. If the battery voltage is below the pre-charge
41 threshold voltage, the charger is in pre-charge mode with pre-charge
44 constant-charge-voltage-max-microvolt:
45 Battery regulation voltage of constant voltage mode. This voltage levels
48 richtek,usb-connector:
51 Phandle to a USB connector according to usb-connector.yaml. The connector
55 - monitored-battery
60 - |
62 compatible = "richtek,rt5033-charger";
63 monitored-battery = <&battery>;
64 richtek,usb-connector = <&usb_con>;