1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/delete-node/ &slot0_ns_partition;
8/delete-node/ &slot1_partition;
9/delete-node/ &slot1_ns_partition;
10
11&cpuapp_rram {
12	partitions {
13		compatible = "fixed-partitions";
14		#address-cells = <1>;
15		#size-cells = <1>;
16
17		small_partition: partition@67000 {
18			label = "small";
19			reg = <0x00067000 0x00010000>;
20		};
21	};
22};
23