summaryrefslogtreecommitdiff
path: root/chip/lm4/openocd/servo_v3.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/openocd/servo_v3.cfg')
-rw-r--r--chip/lm4/openocd/servo_v3.cfg13
1 files changed, 8 insertions, 5 deletions
diff --git a/chip/lm4/openocd/servo_v3.cfg b/chip/lm4/openocd/servo_v3.cfg
index 708640be96..39fb1bd639 100644
--- a/chip/lm4/openocd/servo_v3.cfg
+++ b/chip/lm4/openocd/servo_v3.cfg
@@ -3,8 +3,11 @@ gdb_port 3333
gdb_memory_map enable
gdb_flash_program enable
-interface ft2232
-ft2232_layout jtagkey
-ft2232_vid_pid 0x0403 0x6014
-jtag_khz 600
-source [find lm4x.cfg]
+interface ftdi
+ftdi_vid_pid 0x18d1 0x5004
+ftdi_layout_init 0x0c08 0x0f1b
+ftdi_layout_signal nTRST -data 0x0100 -noe 0x0400
+ftdi_layout_signal nSRST -data 0x0200 -noe 0x0800
+
+source [find target/stellaris.cfg]
+source [find lm4x_cmds.tcl]