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