Skip to content

Commit

Permalink
tcl/board: add board configuration for Advantech IMX8QM DMSSE20
Browse files Browse the repository at this point in the history
Change-Id: Iebf2a901b428cf3b99110aea0f3ab0e1f17b0250
Signed-off-by: Oliver Graute <[email protected]>
Reviewed-on: https://review.openocd.org/c/openocd/+/7974
Reviewed-by: Antonio Borneo <[email protected]>
Tested-by: jenkins
Reviewed-by: zapb <[email protected]>
  • Loading branch information
redbrain17 authored and borneoa committed Nov 11, 2023
1 parent f58b5dd commit cca530c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tcl/board/advantech_imx8qm_dmsse20.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# configuration file for Advantech IMX8QM DMSSE20
#

# only JTAG supported
transport select jtag

# set a safe JTAG clock speed, can be overridden
adapter speed 1000

# default JTAG configuration has only SRST and no TRST
reset_config srst_only srst_push_pull

# delay after SRST goes inactive
adapter srst delay 70

# board has an i.MX8QM with 4 Cortex-A53 cores and 2 Cortex-A72
set CHIPNAME imx8qm
set CHIPCORES 6

# source SoC configuration
source [find tcl/target/imx8qm.cfg]

0 comments on commit cca530c

Please sign in to comment.