1/*
2 * Copyright (c) 2023 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/delete-node/ &storage_partition;
8
9&flash0 {
10	partitions {
11		/* Set 6KB of storage at the end of 512KB flash */
12		storage_partition: partition@7e800 {
13			label = "storage";
14			reg = <0x0007e800 DT_SIZE_K(6)>;
15		};
16	};
17};
18