1/*
2 * Copyright (c) 2019 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@de000 {
18			label = "storage";
19			reg = <0x000de000 0x00010000>;
20		};
21	};
22};
23