blob: ce2c020c14d08b426a44bb04a7636deed7d3b330 [file] [log] [blame]
/*
* Copyright (c) 2019 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/delete-node/ &storage_partition;
&flash0 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
storage_partition: partition@de000 {
label = "storage";
reg = <0x000de000 0x00010000>;
};
};
};