1/*
2 * Copyright 2025 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/delete-node/ &storage_partition;
8
9&flash0 {
10	 partitions {
11		 small_partition: partition@1D000 {
12			 label = "small";
13			 reg = <0x0001D000 DT_SIZE_K(128)>;
14		 };
15	 };
16};
17