Lines Matching +full:act8945a +full:- +full:charger
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/active-semi,act8945a-charger.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Active-semi ACT8945A Charger Function
10 - Sebastian Reichel <sre@kernel.org>
13 - $ref: power-supply.yaml#
17 const: active-semi,act8945a-charger
22 active-semi,chglev-gpios:
26 active-semi,lbo-gpios:
30 active-semi,input-voltage-threshold-microvolt:
32 Specifies the charger's input over-voltage threshold value.
37 active-semi,precondition-timeout:
40 Specifies the charger's PRECONDITION safety timer setting value in minutes.
45 active-semi,total-timeout:
48 Specifies the charger's total safety timer setting value in hours;
54 - compatible
55 - interrupts
56 - active-semi,chglev-gpios
57 - active-semi,lbo-gpios
62 - |
63 #include <dt-bindings/gpio/gpio.h>
64 #include <dt-bindings/interrupt-controller/irq.h>
66 charger {
67 compatible = "active-semi,act8945a-charger";
68 interrupt-parent = <&pioA>;
70 active-semi,chglev-gpios = <&pioA 12 GPIO_ACTIVE_HIGH>;
71 active-semi,lbo-gpios = <&pioA 72 GPIO_ACTIVE_LOW>;
72 active-semi,input-voltage-threshold-microvolt = <6600>;
73 active-semi,precondition-timeout = <40>;
74 active-semi,total-timeout = <3>;