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