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