File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
tests/drivers/watchdog/wdt_basic_reset_none Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025 NXP
3+ * SPDX-License-Identifier: Apache-2.0
4+ */
5+
6+ / {
7+ aliases {
8+ watchdog0 = &ewm0;
9+ };
10+ };
11+
12+ &ewm0 {
13+ status = "okay";
14+ clk-divider = <3>;
15+ };
16+
17+ &wdog {
18+ status = "disabled";
19+ };
Original file line number Diff line number Diff line change 1717 - frdm_mcxw72/mcxw727c/cpu0
1818 - mimxrt1180_evk/mimxrt1189/cm33
1919 - mimxrt1180_evk/mimxrt1189/cm7
20+ - frdm_mcxn947/mcxn947/cpu0
21+ - frdm_mcxn947/mcxn947/cpu1
2022 integration_platforms :
2123 - frdm_mcxw71
2224 - frdm_mcxw72/mcxw727c/cpu0
@@ -26,3 +28,13 @@ tests:
2628 extra_configs :
2729 - CONFIG_TEST_WDT_MAX_WINDOW_TIME=254
2830 - CONFIG_TEST_WDT_SLEEP_TIME=68
31+ drivers.watchdog.reset_none_ewm_ke1xz :
32+ filter : dt_compat_enabled("nxp,ewm")
33+ platform_allow :
34+ - frdm_ke17z
35+ integration_platforms :
36+ - frdm_ke17z
37+ extra_args : DTC_OVERLAY_FILE="boards/frdm_ke1xz.overlay"
38+ extra_configs :
39+ - CONFIG_TEST_WDT_MAX_WINDOW_TIME=254
40+ - CONFIG_TEST_WDT_SLEEP_TIME=68
You can’t perform that action at this time.
0 commit comments