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 = &mx25lm51245;
14		zephyr,flash-controller = &mx25lm51245;
15	};
16};
17