boards: rd_rw612_bga: Enable WWDT

Enable watchdog on RD_RW612_BGA board.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2024-03-14 16:24:56 -05:00 committed by Fabio Baltieri
commit 1680223003
3 changed files with 8 additions and 0 deletions

View file

@ -47,6 +47,8 @@ Supported Features
+-----------+------------+-----------------------------------+
| TRNG | on-chip | entropy |
+-----------+------------+-----------------------------------+
| WWDT | on-chip | watchdog |
+-----------+------------+-----------------------------------+
The default configuration can be found in the defconfig file:

View file

@ -12,6 +12,7 @@
led0 = &green_led;
sw0 = &sw_4;
i2c-0 = &flexcomm2;
watchdog0 = &wwdt;
};
chosen {
@ -40,6 +41,10 @@
};
};
&wwdt {
status = "okay";
};
arduino_spi: &flexcomm0 {
compatible = "nxp,lpc-spi";
pinctrl-0 = <&pinmux_flexcomm0_spi>;

View file

@ -20,3 +20,4 @@ supported:
- spi
- i2c
- entropy
- watchdog