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