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