Lines Matching +full:sbs +full:- +full:battery
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/sbs,sbs-charger.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: SBS compliant charger
10 - Sebastian Reichel <sre@kernel.org>
13 Charger compatible with the smart battery system specifications
16 - $ref: power-supply.yaml#
21 - items:
22 - enum:
23 - lltc,ltc4100
24 - enum:
25 - sbs,sbs-charger
26 - items:
27 - const: sbs,sbs-charger
36 - compatible
37 - reg
42 - |
43 #include <dt-bindings/interrupt-controller/irq.h>
46 #address-cells = <1>;
47 #size-cells = <0>;
50 compatible = "lltc,ltc4100", "sbs,sbs-charger";
52 interrupt-parent = <&gpio6>;