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:
Audun Korneliussen 2024-10-01 15:27:28 +02:00 committed by Anas Nashif
commit 66ccc2e241
6 changed files with 185 additions and 0 deletions

View file

@ -32,6 +32,15 @@
compatible = "nordic,npm6001-wdt";
};
};
npm2100_pmic: pmic@1 {
compatible = "nordic,npm2100";
reg = <0x1>;
npm2100_wdt: watchdog {
compatible = "nordic,npm2100-wdt";
};
};
};
};
};