From ce9743e2553b56bc4883d692fe2dd5f84a3439f8 Mon Sep 17 00:00:00 2001 From: Dominik Chat Date: Thu, 10 Oct 2024 11:15:33 +0200 Subject: [PATCH] boards: thingy53x: Align nRF5340 IPC configuration Align nRF5340 shared IPC configuration to upstream changes. Signed-off-by: Dominik Chat --- .../nrf5340_shared_sram_planning_conf.dts | 30 ------------------- .../thingy91x_nrf5340_cpuapp_common.dts | 2 +- .../thingy91x/thingy91x_nrf5340_cpunet.dts | 2 +- 3 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 boards/nordic/thingy91x/nrf5340_shared_sram_planning_conf.dts diff --git a/boards/nordic/thingy91x/nrf5340_shared_sram_planning_conf.dts b/boards/nordic/thingy91x/nrf5340_shared_sram_planning_conf.dts deleted file mode 100644 index a3b9276ffd22..000000000000 --- a/boards/nordic/thingy91x/nrf5340_shared_sram_planning_conf.dts +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright (c) 2024 Nordic Semiconductor - * - * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause - */ - -/* Default shared SRAM planning when building for nRF5340. - * This file is included by both nRF5340 CPUAPP (Application MCU) - * and nRF5340 CPUNET (Network MCU). - * - 64 kB SRAM allocated as Shared memory (sram0_shared) - * - Region defined after the image SRAM of Application MCU - */ - -/ { - chosen { - /* shared memory reserved for the inter-processor communication */ - zephyr,ipc_shm = &sram0_shared; - }; - - reserved-memory { - #address-cells = <1>; - #size-cells = <1>; - ranges; - - sram0_shared: memory@20070000 { - /* SRAM allocated to shared memory */ - reg = <0x20070000 0x10000>; - }; - }; -}; diff --git a/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_common.dts b/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_common.dts index 7358bb1948d4..52f7e6759af6 100644 --- a/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_common.dts +++ b/boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp_common.dts @@ -241,4 +241,4 @@ zephyr_udc0: &usbd { }; /* Include partition configuration file */ -#include "nrf5340_shared_sram_planning_conf.dts" +#include diff --git a/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet.dts b/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet.dts index e61f83382c80..b93eae661ba5 100644 --- a/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet.dts +++ b/boards/nordic/thingy91x/thingy91x_nrf5340_cpunet.dts @@ -82,4 +82,4 @@ }; /* Include shared RAM configuration file */ -#include "nrf5340_shared_sram_planning_conf.dts" +#include