1/*
2 * Copyright 2023 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/delete-node/ &storage_partition;
8
9&mx25l6433f {
10	partitions {
11		settings_file_partition: partition@0 {
12			label = "settings_file_partition";
13			reg = <0x00000000 0x00010000>;
14		};
15	};
16};
17