tcl/board: Add J721s2 EVM basic support
[fw/openocd] / tcl / board / ti_j721s2evm.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 # Copyright (C) 2021 Texas Instruments Incorporated - http://www.ti.com/
3 #
4 # Texas Instruments J721s2 EVM
5 # Link(SoM): https://www.ti.com/lit/zip/sprr439
6 #
7
8 # J721s2 EVM has an xds110 onboard.
9 source [find interface/xds110.cfg]
10
11 transport select jtag
12
13 # default JTAG configuration has only SRST and no TRST
14 reset_config srst_only srst_push_pull
15
16 # delay after SRST goes inactive
17 adapter srst delay 20
18
19 if { ![info exists SOC] } {
20         set SOC j721s2
21 }
22
23 source [find target/ti_k3.cfg]
24
25 adapter speed 2500