Skip to content

Commit 39e468b

Browse files
asmellbykartben
authored andcommitted
dts: arm: silabs: xg27: Fix wdog0 unit address
The wdog0 unit address and reg entry pointed to the secure alias, while the SMU was configured to expect the non-secure alias. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
1 parent 9a9bc10 commit 39e468b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/silabs/xg27/xg27.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@
462462
status = "disabled";
463463
};
464464

465-
wdog0: wdog@4a018000 {
465+
wdog0: wdog@5a018000 {
466466
compatible = "silabs,gecko-wdog";
467-
reg = <0x4A018000 0x3028>;
467+
reg = <0x5A018000 0x3028>;
468468
interrupts = <49 2>;
469469
clocks = <&cmu CLOCK_WDOG0 CLOCK_BRANCH_WDOG0CLK>;
470470
peripheral-id = <0>;

0 commit comments

Comments
 (0)