1# SPDX-License-Identifier: Apache-2.0
2
3if(CONFIG_SOC_NRF5340_CPUAPP_QKAA)
4  board_runner_args(jlink "--device=nrf5340_xxaa_app" "--speed=4000")
5endif()
6
7if(CONFIG_SOC_NRF5340_CPUNET_QKAA)
8  board_runner_args(jlink "--device=nrf5340_xxaa_net" "--speed=4000")
9endif()
10
11include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
12include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
13