diff --git a/samples/sysbuild/with_mcuboot/boards/art_pi.overlay b/samples/sysbuild/with_mcuboot/boards/art_pi.overlay new file mode 100644 index 0000000000000..bcf037cd48372 --- /dev/null +++ b/samples/sysbuild/with_mcuboot/boards/art_pi.overlay @@ -0,0 +1,17 @@ +/* + * Copyright (c) 2025 Dejiang He + * + * SPDX-License-Identifier: Apache-2.0 + */ + +/* + * Define the device, controller and partition to be the external memory + * for running the application in external NOR from MCUboot + */ +/ { + chosen { + zephyr,flash = &w25q64_qspi; + zephyr,flash-controller = &w25q64_qspi; + zephyr,code-partition = &slot0_partition; + }; +};