cortex_m: fix stepping on FPB rev 1
[openocd.git] / tcl / board / emcraft_imx8m-som-bsb.cfg
blob5571d0ecb7e670e2b018bc6ee3badb1708fca856
2 # configuration file for Emcraft IMX8M-SOM-BSB
5 # only JTAG supported
6 transport select jtag
8 # set a safe JTAG clock speed, can be overridden
9 adapter_khz 1000
11 # SRST and TRST are wired up
12 reset_config trst_and_srst
14 # delay after SRST goes inactive
15 adapter_nsrst_delay 70
17 # board has an i.MX8MQ with 4 Cortex-A53 cores
18 set CHIPNAME imx8mq
19 set CHIPCORES 4
21 # source SoC configuration
22 source [find target/imx8m.cfg]