Lines Matching +full:current +full:- +full:sense +full:- +full:shunt
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Hardevsinh Palaniya <[email protected]>
11 - Bhavin Sharma <[email protected]>
15 It provides accurate battery state-of-charge (SOC) monitoring, tracks
17 and aging, and allows the application to get a battery state-of-health
27 - $ref: power-supply.yaml#
32 - st,stc3117
37 monitored-battery:
40 - charge-full-design-microamp-hours
41 - voltage-min-design-microvolt
42 - voltage-max-design-microvolt
44 shunt-resistor-micro-ohms:
45 description: Current sense resistor
51 - compatible
52 - reg
53 - monitored-battery
54 - shunt-resistor-micro-ohms
59 - |
60 #include <dt-bindings/interrupt-controller/irq.h>
63 #address-cells = <1>;
64 #size-cells = <0>;
69 interrupt-parent = <&gpio0>;
71 monitored-battery = <&bat>;
72 shunt-resistor-micro-ohms = <10000>;