blob: a6edad09bba8200598f72118a1731b0e9649817c [file] [log] [blame]
/*
* Copyright (c) 2023 Panasonic Industrial Devices Europe GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* Default Flash planning for pan1783_evb CPUAPP (Application MCU).
*
* Secure image will be placed, by default, in flash0
* (or in slot0, if MCUboot is present).
* Secure image will use sram0 for system memory.
*
*/
&slot0_partition {
reg = <0x00010000 0x40000>;
};
&slot1_partition {
reg = <0x00080000 0x40000>;
};
/* Default SRAM planning when building for nRF5340
* - Lowest 448 kB SRAM allocated to Secure image (sram0_s)
* - Upper 64 kB SRAM allocated as Shared memory (sram0_shared)
* (see shared_sram_planning_conf.dtsi)
*/
&sram0_image {
reg = <0x20000000 DT_SIZE_K(448)>;
};
&sram0_s {
reg = <0x20000000 0x70000>;
};
/* Include shared RAM configuration file */
#include "pan1783_nrf5340_shared_sram_planning_conf.dtsi"