From 0bea20f30da44c4e3590a7faf1d08d845079b1f8 Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Mon, 27 Jul 2026 10:46:39 +1000 Subject: [PATCH] dts: nordic: modem_shmem: fix application offfset Update the application SRAM offset to align with memory shifting for NCS v3.4. Signed-off-by: Jordan Yates --- dts/common/nordic/modem_shmem.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dts/common/nordic/modem_shmem.dtsi b/dts/common/nordic/modem_shmem.dtsi index af4b240db..82ab03ebc 100644 --- a/dts/common/nordic/modem_shmem.dtsi +++ b/dts/common/nordic/modem_shmem.dtsi @@ -52,9 +52,9 @@ }; }; - sram0_ns_app: sram0_ns@6000 { + sram0_ns_app: sram0_ns@4800 { /* Non-Secure application memory */ - reg = <0x6000 DT_SIZE_K(174)>; + reg = <0x4800 DT_SIZE_K(174)>; }; }; };