We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d78ef3 commit 8437760Copy full SHA for 8437760
tests/drivers/build_all/charger/i2c.dtsi
@@ -54,3 +54,15 @@ bq257130@4 {
54
constant-charge-voltage-max-microvolt = <3800000>;
55
system-voltage-min-threshold-microvolt = <3328000>;
56
};
57
+
58
+axp2101@5 {
59
+ compatible = "x-powers,axp2101";
60
+ reg = <0x5>;
61
62
+ charger {
63
+ compatible = "x-powers,axp2101-charger";
64
+ constant-charge-current-max-microamp = <300000>;
65
+ constant-charge-voltage-max-microvolt = <4200000>;
66
+ charge-term-current-microamp = <100000>;
67
+ };
68
+};
0 commit comments