zephyr/tests/drivers/watchdog/wdt_basic_api/boards/stm32_wwdg.overlay

19 lines
245 B
Plaintext

/*
* Copyright (c) 2022 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
&rcc {
/* Reduce APB1 speed to achieve test window timings */
apb1-prescaler = <16>;
};
&wwdg {
status = "okay";
};
&iwdg {
status = "disabled";
};