Skip to content

Commit f749b77

Browse files
djiatsaf-stjhedberg
authored andcommitted
tests: drivers: watchdog: wdt_basic_api: add support for nucleo_h753zi
- add watchdog0 node alias - remove redundant nucleo_h753zi Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent 6e0efe3 commit f749b77

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

boards/st/nucleo_h753zi/nucleo_h753zi.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
pwm-led0 = &red_pwm_led;
6464
sw0 = &user_button;
6565
volt-sensor1 = &vbat;
66+
watchdog0 = &iwdg;
6667
};
6768
};
6869

@@ -272,3 +273,7 @@ zephyr_udc0: &usbotg_fs {
272273
};
273274
};
274275
};
276+
277+
&iwdg1 {
278+
status = "okay";
279+
};

tests/drivers/watchdog/wdt_basic_api/testcase.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ tests:
8787
- nucleo_wl55jc
8888
- b_u585i_iot02a
8989
- nucleo_u575zi_q
90-
- nucleo_h753zi
9190
- nucleo_h743zi
9291
- nucleo_c031c6
9392
- nucleo_h753zi

0 commit comments

Comments
 (0)