drivers: regulator: npm2100: Add driver for npm2100 pmic

Add regulator driver for npm2100 pmic.
This pmic has one boost and one ldo regulator.

Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
This commit is contained in:
Audun Korneliussen 2024-09-20 10:55:23 +02:00 committed by Anas Nashif
commit f4443617d8
7 changed files with 965 additions and 0 deletions

View file

@ -107,3 +107,15 @@ mpm54304@7 {
BUCK3 {};
BUCK4 {};
};
npm2100@8 {
compatible = "nordic,npm2100";
reg = <0x8>;
regulators {
compatible = "nordic,npm2100-regulator";
BOOST {};
LDOSW {};
};
};