]> git.gag.com Git - fw/openocd/blobdiff - tcl/board/atmel_samg55_xplained_pro.cfg
Add support for the ATMEL SAM G55 Xplained Pro board and CPU.
[fw/openocd] / tcl / board / atmel_samg55_xplained_pro.cfg
diff --git a/tcl/board/atmel_samg55_xplained_pro.cfg b/tcl/board/atmel_samg55_xplained_pro.cfg
new file mode 100644 (file)
index 0000000..3797bf8
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# Atmel SAMG55 Xplained Pro evaluation kit.
+# http://www.atmel.com/tools/ATSAMG55-XPRO.aspx
+#
+
+source [find interface/cmsis-dap.cfg]
+
+# chip name
+set CHIPNAME ATSAMG55J19
+
+source [find target/at91samg5x.cfg]