Lines Matching +full:ocv +full:- +full:capacity +full:- +full:celsius
4 - compatible: Should be one of the following:
5 "sprd,sc2720-fgu",
6 "sprd,sc2721-fgu",
7 "sprd,sc2723-fgu",
8 "sprd,sc2730-fgu",
9 "sprd,sc2731-fgu".
10 - reg: The address offset of fuel gauge unit.
11 - battery-detect-gpios: GPIO for battery detection.
12 - io-channels: Specify the IIO ADC channels to get temperature and charge voltage.
13 - io-channel-names: Should be "bat-temp" or "charge-vol".
14 - nvmem-cells: A phandle to the calibration cells provided by eFuse device.
15 - nvmem-cell-names: Should be "fgu_calib".
16 - sprd,calib-resistance-micro-ohms: Specify the real resistance of coulomb counter
18 - monitored-battery: Phandle of battery characteristics devicetree node.
24 compatible = "simple-battery";
25 charge-full-design-microamp-hours = <1900000>;
26 constant-charge-voltage-max-microvolt = <4350000>;
27 ocv-capacity-celsius = <20>;
28 ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>,
41 spi-max-frequency = <26000000>;
43 interrupt-controller;
44 #interrupt-cells = <2>;
45 #address-cells = <1>;
46 #size-cells = <0>;
49 compatible = "sprd,sc2731-fgu";
51 battery-detect-gpios = <&pmic_eic 9 GPIO_ACTIVE_HIGH>;
52 io-channels = <&pmic_adc 5>, <&pmic_adc 14>;
53 io-channel-names = "bat-temp", "charge-vol";
54 nvmem-cells = <&fgu_calib>;
55 nvmem-cell-names = "fgu_calib";
56 monitored-battery = <&bat>;
57 sprd,calib-resistance-micro-ohms = <21500>;