Skip to content

Commit 651a2cb

Browse files
committed
boards: imx93_evk: enable watchdog on the board
Enabled watchdog on the board. Signed-off-by: Jiafei Pan <[email protected]> Signed-off-by: Joe Zhou <[email protected]>
1 parent f740c82 commit 651a2cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

boards/nxp/imx93_evk/imx93_evk_mimx9352_a55.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
led0 = &led_r;
3737
led1 = &led_g;
3838
sw0 = &btn_1;
39+
watchdog0 = &wdog4;
3940
};
4041

4142
leds {
@@ -245,3 +246,7 @@
245246
status = "disabled";
246247
};
247248
};
249+
250+
&wdog4 {
251+
status = "okay";
252+
};

boards/nxp/imx93_evk/imx93_evk_mimx9352_a55.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2024 NXP
2+
# Copyright 2024-2025 NXP
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#
@@ -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)