jtag/cmsis_dap: switch to command 'adapter serial'
[fw/openocd] / tcl / board / ti_am654evm.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 # Copyright (C) 2019-2021 Texas Instruments Incorporated - http://www.ti.com/
3 #
4 # Texas Instruments AM654 EVM/IDK Base Board
5 #
6
7 # AM654 EVM has an xds110 onboard.
8 source [find interface/xds110.cfg]
9
10 transport select jtag
11
12 # default JTAG configuration has only SRST and no TRST
13 reset_config srst_only srst_push_pull
14
15 # delay after SRST goes inactive
16 adapter srst delay 70
17
18 if { ![info exists SOC] } {
19         set SOC am654
20 }
21
22 source [find target/ti_k3.cfg]
23
24 adapter speed 2500