Skip to content

Commit 9ded756

Browse files
committed
boards: frdm_imx93: enable watchdog on the board
Enable watchdog on the board. Signed-off-by: Jiafei Pan <[email protected]>
1 parent 4417d69 commit 9ded756

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/nxp/frdm_imx93/frdm_imx93_mimx9352_a55.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
led0 = &led_r;
1919
led1 = &led_g;
2020
sw0 = &btn_1;
21+
watchdog0 = &wdog4;
2122
};
2223

2324
chosen {
@@ -127,3 +128,7 @@
127128
phys = <&can_phy0>;
128129
status = "okay";
129130
};
131+
132+
&wdog4 {
133+
status = "okay";
134+
};

boards/nxp/frdm_imx93/frdm_imx93_mimx9352_a55.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ supported:
1919
- spi
2020
- can
2121
- net
22+
- watchdog
2223
testing:
2324
ignore_tags:
2425
- bluetooth

0 commit comments

Comments
 (0)