1/* SPDX-License-Identifier: Apache-2.0 */
2#include "../../../boards/nrf52840dk_nrf52840.overlay"
3
4/ {
5	chosen {
6		zephyr,code-partition = &boot_partition;
7	};
8};
9