summaryrefslogtreecommitdiffstats
path: root/include/configs/inka4x0.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-03-06 01:21:30 +0000
committerwdenk <wdenk>2005-03-06 01:21:30 +0000
commitf4733a0764741966a5e842968166b40fb062d577 (patch)
tree2fb8f9d690db7cca7aa1808899a3a589c456adf4 /include/configs/inka4x0.h
parentb05dcb58fe04c6274fc942fa93efe77072395951 (diff)
downloadtalos-obmc-uboot-f4733a0764741966a5e842968166b40fb062d577.tar.gz
talos-obmc-uboot-f4733a0764741966a5e842968166b40fb062d577.zip
Add port initialization for digital I/O on INKA4x0
Diffstat (limited to 'include/configs/inka4x0.h')
-rw-r--r--include/configs/inka4x0.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h
index 038ab75e7c..c817d2c3a8 100644
--- a/include/configs/inka4x0.h
+++ b/include/configs/inka4x0.h
@@ -274,6 +274,11 @@
#define CFG_CS2_SIZE 0x0001000
#define CFG_CS2_CFG 0x21800 /* for pci_clk = 33 MHz */
+/* GPIO in @0x30400000 */
+#define CFG_CS3_START 0x30400000
+#define CFG_CS3_SIZE 0x00100000
+#define CFG_CS3_CFG 0x31800 /* for pci_clk = 33 MHz */
+
#define CFG_CS_BURST 0x00000000
#define CFG_CS_DEADCYCLE 0x33333333
OpenPOWER on IntegriCloud