Skip to content

Commit 7b3acdb

Browse files
nordic-krchdleach02
authored andcommitted
dts: common: nordic: nrf54l20: Adjust RAM size to 511k
Last 1k is used for saving VPR context and shall not be exposed. Limiting RAM to 511k. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent dd1f511 commit 7b3acdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/common/nordic/nrf54l20.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565

6666
cpuapp_sram: memory@20000000 {
6767
compatible = "mmio-sram";
68-
reg = <0x20000000 DT_SIZE_K(512)>;
68+
reg = <0x20000000 DT_SIZE_K(511)>;
6969
#address-cells = <1>;
7070
#size-cells = <1>;
71-
ranges = <0x0 0x20000000 0x2f000>;
71+
ranges = <0x0 0x20000000 0x7fc00>;
7272
};
7373

7474
global_peripherals: peripheral@50000000 {

0 commit comments

Comments
 (0)