tcl: add lattice ECP5 family support

Add support for ECP5 FPGA targets and board based on this chips:
Radiona ULX3S and Lambdaconcept ECPIX-5

Change-Id: I932fc6e2458cda7d63ac21579acddea5b53410bc
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/6112
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
This commit is contained in:
Oleksij Rempel
2021-03-14 18:19:06 +01:00
committed by Oleksij Rempel
parent 3f1c15d2a7
commit 76ba25a8a5
6 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# This adapter is integrated in to Radiona ULX3S board:
# board/radiona_ulx3s.cfg
# See schematics for the ft232r layout:
# https://github.com/emard/ulx3s/blob/master/doc/schematics_v316.pdf
adapter driver ft232r
adapter speed 1000
ft232r_vid_pid 0x0403 0x6015
ft232r_tck_num DSR
ft232r_tms_num DCD
ft232r_tdi_num RI
ft232r_tdo_num CTS
ft232r_trst_num RTS
ft232r_srst_num DTR

View File

@@ -0,0 +1,14 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# This adapter is integrated in to LambdaConcept ECPIX-5 board:
# interface/ftdi/lambdaconcept_ecpix-5.cfg
# See schematics for the ftdi layout:
# http://docs.lambdaconcept.com/ecpix-5/_static/resources/SCH_ECPIX-5_R02.PDF
adapter driver ftdi
adapter speed 10000
ftdi_device_desc "Dual RS232-HS"
ftdi_vid_pid 0x0403 0x6010
ftdi_layout_init 0xfff8 0xfffb
transport select jtag