1/*
2 * Copyright 2023 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/*
8 * Currently there's no support for mcuboot, so create a partition for this test.
9 */
10&mx25l6433f {
11 partitions {
12 slot1_partition: partition@100000 {
13 reg = <0x100000 0x100000>;
14 };
15 };
16};
17