summaryrefslogtreecommitdiff
path: root/tcl/chip/atmel/at91/hardware.cfg
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-04-09 18:06:36 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-04-09 19:18:03 +0200
commitba71e8c521a7e7c1652560f580f81d564e613508 (patch)
tree2b579f49b454552776b632d810e995aa041e7820 /tcl/chip/atmel/at91/hardware.cfg
parent28e6dcee85ffdc5af0c630b0aca4e2087d95bca9 (diff)
downloadopenocd+libswd-ba71e8c521a7e7c1652560f580f81d564e613508.tar.gz
openocd+libswd-ba71e8c521a7e7c1652560f580f81d564e613508.tar.bz2
openocd+libswd-ba71e8c521a7e7c1652560f580f81d564e613508.tar.xz
openocd+libswd-ba71e8c521a7e7c1652560f580f81d564e613508.zip
at91: add chip register definition and generic init support
for - pio - pmc - rstc - wdt - sdramc - smc Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nicolas Ferre <nicolas.ferre@atmel.com> Cc: Patrice Vilchez <patrice.vilchez@atmel.com>
Diffstat (limited to 'tcl/chip/atmel/at91/hardware.cfg')
-rw-r--r--tcl/chip/atmel/at91/hardware.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/tcl/chip/atmel/at91/hardware.cfg b/tcl/chip/atmel/at91/hardware.cfg
new file mode 100644
index 00000000..a25eab97
--- /dev/null
+++ b/tcl/chip/atmel/at91/hardware.cfg
@@ -0,0 +1,9 @@
+# External Memory Map
+set AT91_CHIPSELECT_0 0x10000000
+set AT91_CHIPSELECT_1 0x20000000
+set AT91_CHIPSELECT_2 0x30000000
+set AT91_CHIPSELECT_3 0x40000000
+set AT91_CHIPSELECT_4 0x50000000
+set AT91_CHIPSELECT_5 0x60000000
+set AT91_CHIPSELECT_6 0x70000000
+set AT91_CHIPSELECT_7 0x80000000