1/* 2 * Copyright (c) 2018 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/delete-node/ &storage_partition; 8/delete-node/ &scratch_partition; 9 10&flash0 { 11 12 partitions { 13 compatible = "fixed-partitions"; 14 #address-cells = <1>; 15 #size-cells = <1>; 16 17 storage_partition: partition@70000 { 18 label = "storage"; 19 reg = <0x00070000 0x10000>; 20 }; 21 }; 22}; 23