Lines Matching +full:gpio +full:- +full:charger
1 Analog Devices LT3651 Charger Power Supply bindings: lt3651-charger
4 - compatible: Should contain one of the following:
5 * "lltc,ltc3651-charger", (DEPRECATED: Use "lltc,lt3651-charger")
6 * "lltc,lt3651-charger"
7 - lltc,acpr-gpios: Connect to ACPR output. See remark below.
10 - lltc,fault-gpios: Connect to FAULT output. See remark below.
11 - lltc,chrg-gpios: Connect to CHRG output. See remark below.
13 The lt3651 outputs are open-drain type and active low. The driver assumes the
14 GPIO reports "active" when the output is asserted, so if the pins have been
15 connected directly, the GPIO flags should be set to active low also.
24 charger: battery-charger {
25 compatible = "lltc,lt3651-charger";
26 lltc,acpr-gpios = <&gpio0 68 GPIO_ACTIVE_LOW>;
27 lltc,fault-gpios = <&gpio0 64 GPIO_ACTIVE_LOW>;
28 lltc,chrg-gpios = <&gpio0 63 GPIO_ACTIVE_LOW>;