Lines Matching +full:li +full:- +full:ion
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alina Yu <alina_yu@richtek.com>
11 - ChiYuan Huang <cy_huang@richtek.com>
14 RT9471 is a switch-mode single cell Li-Ion/Li-Polymer battery charger for
19 https://www.richtek.com/assets/product_file/RT9471=RT9471D/DS9471D-02.pdf
28 charge-enable-gpios:
32 wakeup-source: true
37 usb-otg-vbus-regulator:
43 - compatible
44 - reg
45 - wakeup-source
46 - interrupts
51 - |
52 #include <dt-bindings/interrupt-controller/irq.h>
53 #include <dt-bindings/gpio/gpio.h>
55 #address-cells = <1>;
56 #size-cells = <0>;
61 charge-enable-gpios = <&gpio26 1 GPIO_ACTIVE_LOW>;
62 wakeup-source;
63 interrupts-extended = <&gpio_intc 32 IRQ_TYPE_EDGE_FALLING>;
65 usb-otg-vbus-regulator {
66 regulator-name = "usb-otg-vbus";
67 regulator-min-microvolt = <4850000>;
68 regulator-max-microvolt = <5300000>;
69 regulator-min-microamp = <500000>;
70 regulator-max-microamp = <1200000>;