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:
parent
2cb4550dc7
commit
1680223003
3 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,8 @@ Supported Features
|
|||
+-----------+------------+-----------------------------------+
|
||||
| TRNG | on-chip | entropy |
|
||||
+-----------+------------+-----------------------------------+
|
||||
| WWDT | on-chip | watchdog |
|
||||
+-----------+------------+-----------------------------------+
|
||||
|
||||
|
||||
The default configuration can be found in the defconfig 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>;
|
||||
|
|
|
@ -20,3 +20,4 @@ supported:
|
|||
- spi
|
||||
- i2c
|
||||
- entropy
|
||||
- watchdog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue