tests: drivers: watchdog on stm32 nucleo board

Configure nucleo_f429 boards with overlay
to execute the tests/drivers/watchdog/wdt_basic_api

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-03-14 15:07:12 +01:00 committed by Maureen Helm
commit 28fa1761c2

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2022 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
&wwdg {
status = "okay";
};
&iwdg {
status = "disabled";
};