drivers: watchdog: npm2100: Add driver for npm2100 pmic
Add watchdog driver for npm2100 pmic. This pmic has one timer that can be used for multiple functions, including a watchdog that can reset or power-cycle connected devices. Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
This commit is contained in:
parent
439d3b2973
commit
66ccc2e241
6 changed files with 185 additions and 0 deletions
|
@ -32,6 +32,15 @@
|
|||
compatible = "nordic,npm6001-wdt";
|
||||
};
|
||||
};
|
||||
|
||||
npm2100_pmic: pmic@1 {
|
||||
compatible = "nordic,npm2100";
|
||||
reg = <0x1>;
|
||||
|
||||
npm2100_wdt: watchdog {
|
||||
compatible = "nordic,npm2100-wdt";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue