Skip to content

Commit 59b76b2

Browse files
manoj153cfriedt
authored andcommitted
dts: st: h7: fix wwdg1 reg size
nice to have real accurate sizing Signed-off-by: Manojkumar Subramaniam <[email protected]>
1 parent f397e9b commit 59b76b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/h7/stm32h7.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235

236236
wwdg1: watchdog@50003000 {
237237
compatible = "st,stm32-window-watchdog";
238-
reg = <0x50003000 0x400>;
238+
reg = <0x50003000 0x1000>;
239239
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x00000800>;
240240
interrupts = <0 7>;
241241
status = "disabled";

0 commit comments

Comments
 (0)