dts: stm32: Add WWDG in STM32 dtsi files

Added System WWDG support for STM32 devices.

Signed-off-by: Ioannis Konstantelias <ikonstadel@gmail.com>
This commit is contained in:
Ioannis Konstantelias 2019-07-15 15:36:31 +03:00 committed by Kumar Gala
commit 1db2685b57
14 changed files with 151 additions and 0 deletions

View file

@ -1,5 +1,6 @@
/*
* Copyright (c) 2019 Linaro Ltd.
* Copyright (c) 2019 Centaur Analytics, Inc
*
* SPDX-License-Identifier: Apache-2.0
*/
@ -141,6 +142,15 @@
};
};
wwdg: watchdog@40002c00 {
compatible = "st,stm32-window-watchdog";
reg = <0x40002C00 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000800>;
interrupts = <0 7>;
status = "disabled";
label = "WWDG";
};
rcc: rcc@40023800 {
compatible = "st,stm32-rcc";
#clock-cells = <2>;