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:
parent
7fccb646cd
commit
f4443617d8
7 changed files with 965 additions and 0 deletions
|
@ -107,3 +107,15 @@ mpm54304@7 {
|
|||
BUCK3 {};
|
||||
BUCK4 {};
|
||||
};
|
||||
|
||||
npm2100@8 {
|
||||
compatible = "nordic,npm2100";
|
||||
reg = <0x8>;
|
||||
|
||||
regulators {
|
||||
compatible = "nordic,npm2100-regulator";
|
||||
|
||||
BOOST {};
|
||||
LDOSW {};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue