tcl: add ASUS RT-N66U config
[fw/openocd] / tcl / target / bcm4706.cfg
diff --git a/tcl/target/bcm4706.cfg b/tcl/target/bcm4706.cfg
new file mode 100644 (file)
index 0000000..10b32c7
--- /dev/null
@@ -0,0 +1,7 @@
+set _CHIPNAME bcm4706
+set _CPUID 0x1008c17f
+
+jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID
+
+set _TARGETNAME $_CHIPNAME.cpu
+target create $_TARGETNAME mips_m4k -endian little -chain-position $_TARGETNAME