ftdi/board: Add support for DENX M53EVK
Add support for DENX M53EVK board and it's integrated on-board JTAG adapter using FT2232H. Change-Id: I022dcafa7799bb84a7873ba67ed82f1e49094320 Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-on: http://openocd.zylin.com/1461 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
committed by
Spencer Oliver
parent
7ccc511088
commit
e608ced330
14
tcl/interface/ftdi/m53evk.cfg
Normal file
14
tcl/interface/ftdi/m53evk.cfg
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# DENX M53EVK
|
||||
#
|
||||
# http://www.denx-cs.de/?q=M53EVK
|
||||
#
|
||||
|
||||
interface ftdi
|
||||
ftdi_device_desc "Dual RS232-HS"
|
||||
ftdi_vid_pid 0x0403 0x6010
|
||||
|
||||
ftdi_channel 0
|
||||
ftdi_layout_init 0x0008 0x000b
|
||||
ftdi_layout_signal nTRST -data 0x0010 -oe 0x0010
|
||||
ftdi_layout_signal nSRST -data 0x0020 -oe 0x0020
|
||||
Reference in New Issue
Block a user