Skip to content

Commit 15c6e55

Browse files
JiafeiPanmmahadevan108
authored andcommitted
boards: frdm_imx93: enable watchdog on the board
Enable watchdog on the board. Signed-off-by: Jiafei Pan <[email protected]>
1 parent 43f7a93 commit 15c6e55

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 {
@@ -144,3 +145,7 @@
144145
phys = <&can_phy0>;
145146
status = "okay";
146147
};
148+
149+
&wdog4 {
150+
status = "okay";
151+
};

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)