1# PHYTEC phyBOARD-Lyra AM62x M4/A53
2#
3# Copyright (c) 2024, PHYTEC Messtechnik GmbH
4#
5# SPDX-License-Identifier: Apache-2.0
6
7if(CONFIG_SOC_AM6234_M4)
8  board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3339")
9  include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
10endif()
11