drivers: gpio: npm2100: Add driver for npm2100 pmic
Add gpio driver for npm2100 pmic. Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
This commit is contained in:
parent
506dfc815a
commit
7fccb646cd
7 changed files with 290 additions and 2 deletions
|
@ -338,9 +338,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
it8801_mfd: it8801@38 {
|
||||
it8801_mfd: it8801@14 {
|
||||
compatible = "ite,it8801-mfd";
|
||||
reg = <0x38>;
|
||||
reg = <0x14>;
|
||||
irq-gpios = <&test_gpio 1 0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
@ -385,6 +385,18 @@
|
|||
};
|
||||
};
|
||||
|
||||
test_i2c_npm2100: pmic@15 {
|
||||
compatible = "nordic,npm2100";
|
||||
reg = <0x15>;
|
||||
|
||||
npm2100_gpio: gpio-controller {
|
||||
compatible = "nordic,npm2100-gpio";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
ngpios = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
nct3807_alert_1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue