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 <felix.moessbauer@gmail.com>
This commit is contained in:
parent
84ebbdcd4b
commit
0f818e3e6b
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue