summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-09 18:50:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-09 18:50:13 +0000
commit2ba0a0c2a83f560fe6f33184dbac9bd2bef2623b (patch)
tree57041bffc13aad5aea525e2a90e8bb4ac485a273 /c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h
parentAdded board specific baud rate table and set driver function table (diff)
downloadrtems-2ba0a0c2a83f560fe6f33184dbac9bd2bef2623b.tar.bz2
Corrected z85c30 address and clock constants.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h b/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h
index 9b8824d690..b5bddc7411 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h
+++ b/c/src/lib/libbsp/powerpc/dmv177/include/dmv170.h
@@ -54,10 +54,10 @@ extern "C" {
/* base address for the SCC (85C30) */
#define Z85C30_ADDR 0xfb000000
#define Z85C30_CTRL_A 0xfb000000
-#define Z85C30_DATA_A 0xfb000000
-#define Z85C30_CTRL_B 0xfb000000
-#define Z85C30_DATA_B 0xfb000000
-#define Z85C30_CLOCK 0
+#define Z85C30_DATA_A 0xfb000008
+#define Z85C30_CTRL_B 0xfb000010
+#define Z85C30_DATA_B 0xfb000018
+#define Z85C30_CLOCK (8 * 1024 * 1024)
#define DMV170_LOCAL_CONTROL_STATUS_REG 0xf2400000
#define DMV170_TIMER0_COUNT_INTERVAL_REG 0xf2400008