boards: mr_canhubk3: enable SWT watchdog

Enable the Software Watchdog Timer instance on this board.

Now that SWT is enabled for this board and made the default watchdog,
sample.task_wdt.no_hw_fallback can be removed as is no longer needed.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2024-07-18 09:19:38 +07:00 committed by David Leach
commit 832261dbe5
7 changed files with 13 additions and 29 deletions

View file

@ -56,6 +56,7 @@ LPI2C on-chip i2c
ADC SAR on-chip adc
LPSPI on-chip spi
WDT FS26 SBC watchdog
SWT on-chip watchdog
EMAC on-chip ethernet
mdio
eMIOS on-chip pwm

View file

@ -37,7 +37,7 @@
led2 = &user_led1_blue;
sw0 = &user_button_1;
sw1 = &user_button_2;
watchdog0 = &fs26_wdt;
watchdog0 = &swt0;
/* For pwm test suites */
pwm-0 = &emios0_pwm;
pwm-1 = &flexio0_pwm;