Skip to content

Commit b883b1c

Browse files
committed
[nrf fromtree] 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]> (cherry picked from commit 7b3acdb)
1 parent 187d590 commit b883b1c

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
@@ -64,10 +64,10 @@
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>;
70-
ranges = <0x0 0x20000000 0x2f000>;
70+
ranges = <0x0 0x20000000 0x7fc00>;
7171
};
7272

7373
global_peripherals: peripheral@50000000 {

0 commit comments

Comments
 (0)