zephyr/samples/drivers/watchdog/boards/disco_l475_iot1.overlay
Francois Ramu 8ec02948c5 samples: drivers: watchdog application running on stm32 boards
Adding configuration to run the watchdog sample application
on the stm32 boards through 2 common overlay files:
one for running on the IWDG one for WWDG, if compatible.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2022-08-11 17:47:05 +02:00

4 lines
34 B
Plaintext

&rcc {
apb1-prescaler = <16>;
};