zephyr/samples/drivers/watchdog/boards/stm32_iwdg.overlay

20 lines
195 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2021 Thomas Stranger
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
watchdog0 = &iwdg;
};
};
&iwdg {
status = "okay";
};
&wwdg {
status = "disabled";
};