summaryrefslogtreecommitdiff
path: root/tcl/target/ti_dm355.cfg
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-12 08:11:45 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-12 08:11:45 +0000
commit40f361dd944803e500169337fffe7713842fd632 (patch)
treead60e121bbb07e16d7337a14efd8e7e1c8f47bc7 /tcl/target/ti_dm355.cfg
parentc993d75d1febddc96286b0d41b682ab81bf28684 (diff)
downloadopenocd_libswd-40f361dd944803e500169337fffe7713842fd632.tar.gz
openocd_libswd-40f361dd944803e500169337fffe7713842fd632.tar.bz2
openocd_libswd-40f361dd944803e500169337fffe7713842fd632.tar.xz
openocd_libswd-40f361dd944803e500169337fffe7713842fd632.zip
David Brownell <david-b@pacbell.net>
Update the board config for the DaVinci DM355 EVM so the reset-init event handler does the rest of the work it should do: - minor PLL setup bugfixes - initialize the DDR2 controller - probe both NAND banks - initialize UART0 - enable the icache git-svn-id: svn://svn.berlios.de/openocd/trunk@2699 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl/target/ti_dm355.cfg')
-rw-r--r--tcl/target/ti_dm355.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl/target/ti_dm355.cfg b/tcl/target/ti_dm355.cfg
index da05e734..e5ef8cd2 100644
--- a/tcl/target/ti_dm355.cfg
+++ b/tcl/target/ti_dm355.cfg
@@ -65,6 +65,9 @@ dict set dm355 a_emif_cs0 0x02000000
dict set dm355 a_emif_cs1 0x04000000
dict set dm355 ddr_emif 0x20000000
dict set dm355 ddr 0x80000000
+dict set dm355 uart0 0x01c20000
+dict set dm355 uart1 0x01c20400
+dict set dm355 uart2 0x01e06000
source [find target/davinci.cfg]