boards: m5stack: cores3: Add AXP2101 charger configuration
Adding AXP2101 battery charger configuration. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
42683c369c
commit
0032951e29
1 changed files with 7 additions and 0 deletions
|
@ -151,6 +151,13 @@
|
|||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
charger: charger {
|
||||
compatible = "x-powers,axp2101-charger";
|
||||
constant-charge-current-max-microamp = <200000>;
|
||||
constant-charge-voltage-max-microvolt = <4200000>;
|
||||
charge-term-current-microamp = <125000>;
|
||||
};
|
||||
};
|
||||
|
||||
bm8563_rtc: bm8563@51 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue