Browse Source

boards: twatch_s3: enable battery charger

Enable the battery charger module form the X-Powers AXP2101 IC.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
pull/88775/head
Valerio Setti 3 months ago committed by Benjamin Cabé
parent
commit
5d78ef3d5d
  1. 9
      boards/lilygo/twatch_s3/twatch_s3_procpu.dts

9
boards/lilygo/twatch_s3/twatch_s3_procpu.dts

@ -139,6 +139,15 @@
axp2101@34 { axp2101@34 {
compatible = "x-powers,axp2101"; compatible = "x-powers,axp2101";
reg = <0x34>; reg = <0x34>;
charger {
compatible = "x-powers,axp2101-charger";
constant-charge-current-max-microamp = <300000>;
constant-charge-voltage-max-microvolt = <4200000>;
charge-term-current-microamp = <100000>;
vbackup-enable;
};
regulators { regulators {
compatible = "x-powers,axp2101-regulator"; compatible = "x-powers,axp2101-regulator";

Loading…
Cancel
Save