dts: arm: stm32u5 and mp1 declare wwdg node instances
Overload the IWDG first instance declaration to align with other stm32 mcus. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
6c268ff93c
commit
cd87ff04ff
|
@ -156,9 +156,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
wwdg1: watchdog@4000a000 {
|
||||
wwdg: wwdg1: watchdog@4000a000 {
|
||||
compatible = "st,stm32-window-watchdog";
|
||||
reg = <0x4000A000 0x400>;
|
||||
reg = <0x4000a000 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000800>;
|
||||
label = "WWDG_1";
|
||||
interrupts = <0 7>;
|
||||
|
|
|
@ -222,7 +222,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
wwdg1: watchdog@40002c00 {
|
||||
wwdg: wwdg1: watchdog@40002c00 {
|
||||
compatible = "st,stm32-window-watchdog";
|
||||
reg = <0x40002c00 0x1000>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000800>;
|
||||
|
|
Loading…
Reference in a new issue