tests: drivers: watchdog: wdt_error_cases: fix compilation for nRF9280

Fix compilation by defining the watchdog flags for nRF9280 as well.

Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
Co-authored-by: Andreas Moltumyr <andreas.moltumyr@nordicsemi.no>
This commit is contained in:
Emanuele Di Santo 2024-08-08 14:40:01 +02:00 committed by Anas Nashif
commit 9dcb3cc189
4 changed files with 45 additions and 1 deletions

View file

@ -0,0 +1,21 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&wdt010 {
status = "okay";
};
&wdt011 {
status = "disabled";
};
&wdt131 {
status = "disabled";
};
&wdt132 {
status = "disabled";
};

View file

@ -0,0 +1,21 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&wdt010 {
status = "disabled";
};
&wdt011 {
status = "okay";
};
&wdt131 {
status = "disabled";
};
&wdt132 {
status = "disabled";
};

View file

@ -42,7 +42,7 @@
#define DEFAULT_WINDOW_MIN (0U)
/* Align tests to the specific target: */
#if defined(CONFIG_SOC_NRF54L15) || defined(CONFIG_SOC_NRF54H20)
#if defined(CONFIG_SOC_NRF54L15) || defined(CONFIG_SOC_NRF54H20) || defined(CONFIG_SOC_NRF9280)
#define WDT_TEST_FLAGS \
(WDT_DISABLE_SUPPORTED | WDT_FLAG_RESET_SOC_SUPPORTED | \
WDT_FLAG_ONLY_ONE_TIMEOUT_VALUE_SUPPORTED | WDT_OPT_PAUSE_IN_SLEEP_SUPPORTED | \

View file

@ -11,5 +11,7 @@ tests:
- nrf54l15pdk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpuapp
- nrf54h20dk/nrf54h20/cpurad
- nrf9280pdk/nrf9280/cpuapp
- nrf9280pdk/nrf9280/cpurad
integration_platforms:
- nrf54l15pdk/nrf54l15/cpuapp