Skip to content

Commit 5f5499f

Browse files
committed
reserved memory
1 parent 3a797d9 commit 5f5499f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/common/nordic/nrf54l20.dtsi

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

6565
cpuapp_sram: memory@20000000 {
6666
compatible = "mmio-sram";
67-
reg = <0x20000000 DT_SIZE_K(512)>;
67+
reg = <0x20000000 DT_SIZE_K(511)>;
6868
#address-cells = <1>;
6969
#size-cells = <1>;
7070
ranges = <0x0 0x20000000 0x2f000>;

0 commit comments

Comments
 (0)