1/*
2 * Copyright 2025 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/delete-node/ &storage_partition;
8
9&is25wp128 {
10	partitions {
11		large_partition: partition@C00000 {
12			label = "large";
13			reg = <0x00C00000 DT_SIZE_M(3)>;
14		};
15		medium_partition: partition@F00000 {
16			label = "medium";
17			reg = <0x00F00000 DT_SIZE_K(960)>;
18		};
19		small_partition: partition@FF0000 {
20			label = "small";
21			reg = <0x00FF0000 DT_SIZE_K(64)>;
22		};
23	};
24};
25