aboutsummaryrefslogtreecommitdiffstats
path: root/openocd/ecp5-evn.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'openocd/ecp5-evn.cfg')
-rw-r--r--openocd/ecp5-evn.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/openocd/ecp5-evn.cfg b/openocd/ecp5-evn.cfg
new file mode 100644
index 0000000..a4cde22
--- /dev/null
+++ b/openocd/ecp5-evn.cfg
@@ -0,0 +1,13 @@
+# this supports ECP5 Evaluation Board
+
+interface ftdi
+ftdi_device_desc "Lattice ECP5 Evaluation Board"
+ftdi_vid_pid 0x0403 0x6010
+# channel 1 does not have any functionality
+ftdi_channel 0
+# just TCK TDI TDO TMS, no reset
+ftdi_layout_init 0xfff8 0xfffb
+reset_config none
+
+# default speed
+adapter_khz 5000