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

19 lines
242 B
Plaintext

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