tcl/board: add SPDX tag
[fw/openocd] / tcl / board / emcraft_imx8m-som-bsb.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # configuration file for Emcraft IMX8M-SOM-BSB
5 #
6
7 # only JTAG supported
8 transport select jtag
9
10 # set a safe JTAG clock speed, can be overridden
11 adapter speed 1000
12
13 # SRST and TRST are wired up
14 reset_config trst_and_srst
15
16 # delay after SRST goes inactive
17 adapter srst delay 70
18
19 # board has an i.MX8MQ with 4 Cortex-A53 cores
20 set CHIPNAME imx8mq
21 set CHIPCORES 4
22
23 # source SoC configuration
24 source [find target/imx8m.cfg]