summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/battery/smp,c31n2005.yaml
blob: 07b7e9f0b6413b2668c99415bfcb8cc1db7af621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# SMP Li-Po 4335mAh
description: "SMP LiPo 4335mAh AS3GWQd3jB C490-42"
compatible: "smp,c31n2005"

include: battery-smart.yaml

properties:
   enum-name:
      type: string
      default: "smp,c31n2005"

   # Fuel gauge
   manuf_name:
      default: "AS3GWQd3jB"
   device_name:
      default: "C490-42"
   ship_mode_reg_addr:
      default: 0x00
   ship_mode_reg_data:
      default: [ 0x0010, 0x0010 ]
   fet_reg_addr:
      default: 0x99
   fet_reg_mask:
      default: 0x000c
   fet_disconnect_val:
      default: 0x000c

   # Battery info
   voltage_max:
      default: 13200
   voltage_normal:
      default: 11880
   voltage_min:
      default: 9000
   precharge_current:
      default: 256
   start_charging_min_c:
      default: 0
   start_charging_max_c:
      default: 45
   charging_min_c:
      default: 0
   charging_max_c:
      default: 60
   discharging_min_c:
      default: -20
   discharging_max_c:
      default: 60