Skip to content

Commit 82a8389

Browse files
mateusz-holenkonashif
authored andcommitted
dts: npx: Fix sramx offset for LPC55S06
The current value is wrong and overlaps with `syscon`. Signed-off-by: Mateusz Hołenko <[email protected]>
1 parent 9db2dc4 commit 82a8389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/nxp/nxp_lpc55S06_ns.dtsi

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

2121
&sramx {
2222
compatible = "zephyr,memory-region", "mmio-sram";
23-
reg = <0x40000000 DT_SIZE_K(16)>;
23+
reg = <0x04000000 DT_SIZE_K(16)>;
2424
zephyr,memory-region = "SRAMX";
2525
};
2626

0 commit comments

Comments
 (0)