diff --git a/dts/common/nordic/nrf54l20.dtsi b/dts/common/nordic/nrf54l20.dtsi index 6338f497adf..20104b6818f 100644 --- a/dts/common/nordic/nrf54l20.dtsi +++ b/dts/common/nordic/nrf54l20.dtsi @@ -64,10 +64,10 @@ cpuapp_sram: memory@20000000 { compatible = "mmio-sram"; - reg = <0x20000000 DT_SIZE_K(512)>; + reg = <0x20000000 DT_SIZE_K(511)>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0x20000000 0x2f000>; + ranges = <0x0 0x20000000 0x7fc00>; }; global_peripherals: peripheral@50000000 {