Lines Matching +full:connect +full:- +full:gpios
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
17 The driver will attempt to aquire interrupts for all GPIOs to detect changes in
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>;