drivers: watchdog: Added Driver for the EWM
Added a driver for the External Watchdog Driver Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
This commit is contained in:
parent
54b826336b
commit
5fd6715917
6 changed files with 240 additions and 0 deletions
|
@ -188,6 +188,10 @@ __weak void clock_init(void)
|
|||
if (DT_NODE_HAS_COMPAT_STATUS(adc0, nxp_lpadc, okay)) {
|
||||
CLOCK_EnableClock(kCLOCK_Lpadc0);
|
||||
}
|
||||
|
||||
if (DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(ewm0), nxp_ewm, okay)) {
|
||||
CLOCK_EnableClock(kCLOCK_Ewm0);
|
||||
}
|
||||
}
|
||||
|
||||
static void vbat_init(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue