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