dd9bd53ac65c063ff7c42525738ab23363fbdee2
[fw/openocd] / tcl / board / nxp_mcimx8m-evk.cfg
1 #
2 # configuration file for NXP MC-IMX8M-EVK
3 #
4
5 # only JTAG supported
6 transport select jtag
7
8 # set a safe JTAG clock speed, can be overridden
9 adapter speed 1000
10
11 # default JTAG configuration has only SRST and no TRST
12 reset_config srst_only srst_push_pull
13
14 # delay after SRST goes inactive
15 adapter srst delay 70
16
17 # board has an i.MX8MQ with 4 Cortex-A53 cores
18 set CHIPNAME imx8mq
19 set CHIPCORES 4
20
21 # source SoC configuration
22 source [find target/imx8m.cfg]