From 0f818e3e6b99f1354ab587b346bafe75ef78fdd2 Mon Sep 17 00:00:00 2001 From: Felix Moessbauer Date: Sun, 27 Apr 2025 18:54:18 +0200 Subject: [PATCH] dts: lilygo/ttgo_tbeam: add axp2101 fuel-gauge node The board has the axp2101 chip and we now have a matching driver. Signed-off-by: Felix Moessbauer --- boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_procpu.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_procpu.dts b/boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_procpu.dts index 7b7c1831e12..88deaae04d2 100644 --- a/boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_procpu.dts +++ b/boards/lilygo/ttgo_tbeam/ttgo_tbeam_esp32_procpu.dts @@ -125,6 +125,10 @@ constant-charge-current-max-microamp = <1000000>; constant-charge-voltage-max-microvolt = <4200000>; }; + + fuel_gauge: fuel_gauge { + compatible = "x-powers,axp2101-fuel-gauge"; + }; }; };