1/* 2 * Copyright 2024 STMicroelectronics 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/* 8 * stm32F4 has a WWDG clock by APB1 where the APB1 prescaler is 1..16 9 * this is too low to configure the WWDG clock for this sample. 10 * Thus, use the IWDG instead for running this sample. 11 */ 12 13&wwdg { 14 status = "disabled"; 15}; 16 17&iwdg { 18 status = "okay"; 19}; 20