1/*
2 * Copyright (c) 2022 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&rcc {
8	/* Reduce APB1 speed to achieve test window timings */
9	apb1-prescaler = <16>;
10};
11
12&wwdg {
13	status = "okay";
14};
15
16&iwdg {
17	status = "disabled";
18};
19