/* * Copyright 2024 Embeint Inc * Copyright (c) 2025 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 * * Default memory partitioning for nRF5340 application CPU. */ &flash0 { partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; boot_partition: partition@0 { label = "mcuboot"; reg = <0x00000000 0x10000>; }; slot0_partition: partition@10000 { label = "image-0"; reg = <0x00010000 0x74000>; }; slot1_partition: partition@84000 { label = "image-1"; reg = <0x00084000 0x74000>; }; storage_partition: partition@f8000 { label = "storage"; reg = <0x000f8000 0x00008000>; }; }; }; #include "nrf5340_sram_partition.dtsi" #include "nrf5340_shared_sram_partition.dtsi"