tcl/board: add SPDX tag
[fw/openocd] / tcl / board / adsp-sc584-ezbrd.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # Analog Devices ADSP-SC584-EZBRD evaluation board
5 #
6 # Evaluation boards by Analog Devices (and designs derived from them) use a
7 # non-standard 10-pin 0.05" ARM Cortex Debug Connector.  In this bastardized
8 # implementation, pin 9 (GND or GNDDetect) has been usurped with JTAG /TRST.
9 #
10 # As a result, a standards-compliant debug pod will force /TRST active,
11 # putting the processor's debug interface into reset and preventing usage.
12 #
13 # A connector adapter must be employed on these boards to isolate or remap
14 # /TRST so that it is only asserted when intended.
15
16 # Analog expects users to use their proprietary ICE-1000 / ICE-2000 with all
17 # ADSP-SC58x designs, but this is an ARM target (and subject to the
18 # qualifications above) many ARM debug pods should be compatible.
19
20 #source [find interface/cmsis-dap.cfg]
21 source [find interface/jlink.cfg]
22
23 # Analog's silicon supports SWD and JTAG, but their proprietary ICE is limited
24 # to JTAG.  (This is presumably why their connector pinout was modified.)
25 # SWD is chosen here, as it is more efficient and doesn't require /TRST.
26
27 transport select swd
28
29 # chosen speed is 'safe' choice, but your adapter may be capable of more
30 adapter speed 400
31
32 source [find target/adsp-sc58x.cfg]