Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions boards/nxp/frdm_mcxw23/dts/bypass_first_8k.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

&sram0 {
reg = <0x20006000 DT_SIZE_K(104)>;
};
9 changes: 9 additions & 0 deletions boards/nxp/mcxw23_evk/dts/bypass_first_8k.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

&sram0 {
reg = <0x20006000 DT_SIZE_K(104)>;
};
7 changes: 7 additions & 0 deletions tests/drivers/watchdog/wdt_basic_api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ tests:
- frdm_mcxw71
- frdm_mcxw72/mcxw727c/cpu0
- raytac_an54lq_db_15/nrf54l15/cpuapp/ns
- frdm_mcxw23
- mcxw23_evk
drivers.watchdog.stm32wwdg:
filter: dt_compat_enabled("st,stm32-window-watchdog") or dt_compat_enabled("st,stm32-watchdog")
extra_args: DTC_OVERLAY_FILE="boards/stm32_wwdg.overlay"
Expand Down Expand Up @@ -156,3 +158,8 @@ tests:
platform_allow:
- frdm_mcxw71
- frdm_mcxw72/mcxw727c/cpu0
drivers.watchdog.nxp_mcxw2xx_bypass_first_8k:
extra_args: EXTRA_DTC_OVERLAY_FILE="bypass_first_8k.overlay"
platform_allow:
- frdm_mcxw23
- mcxw23_evk
Loading