tcl/board: add SPDX tag
[fw/openocd] / tcl / board / nxp_mcimx8m-evk.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # configuration file for NXP MC-IMX8M-EVK
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 # 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 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]