tcl: add lattice ECP5 family support
[fw/openocd] / tcl / board / lambdaconcept_ecpix-5.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 #
3 # LambdaConcept ECPIX-5
4 # http://docs.lambdaconcept.com/ecpix-5/
5 # Currently there are following board variants:
6 # ECPIX-5 45F - LFE5UM5G-45F
7 # ECPIX-5 85F - LFE5UM5G-85F
8 #
9 # This boards have two JTAG interfaces:
10 # - CN4, micro USB port connected to FT2232HQ chip:
11 #        ADBUS0 TCK
12 #        ADBUS1 TDI
13 #        ADBUS2 TDO
14 #        ADBUS3 TMS
15 #        BDBUS0 UART_TXD
16 #        BDBUS1 UART_RXD
17 #   This interface should be used with following config:
18 #        interface/ftdi/lambdaconcept_ecpix-5.cfg
19 # - CN3, 6 pin connector
20 # See schematics for more details:
21 # http://docs.lambdaconcept.com/ecpix-5/_static/resources/SCH_ECPIX-5_R02.PDF
22 #
23 # No reset lines are implemented. So it is not possible to remote reset the FPGA
24 # by using any of this interfaces
25
26 source [find interface/ftdi/lambdaconcept_ecpix-5.cfg]
27 source [find fpga/lattice_ecp5.cfg]