1/*
2 * Copyright (c) 2025 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/*
8 * Define the device, controller and partition to be the external memory
9 * for running the application in external NOR from MCUboot
10 */
11/ {
12	chosen {
13		zephyr,flash = &mx66uw1g45;
14		zephyr,flash-controller = &mx66uw1g45;
15		zephyr,code-partition = &slot0_partition;
16	};
17};
18