1/*
2 * Copyright (c) 2022 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* stm32h7 has no apb1 prescaler */
8
9&wwdg {
10	status = "okay";
11};
12
13&iwdg {
14	status = "disabled";
15};
16