1/*
2 * Copyright (c) 2022 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 128KB flash */
12		storage_partition: partition@1e800 {
13			label = "storage";
14			reg = <0x0001e800 DT_SIZE_K(6)>;
15		};
16	};
17};
18