diff options
author | wdenk <wdenk> | 2005-03-06 01:21:30 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-03-06 01:21:30 +0000 |
commit | f4733a0764741966a5e842968166b40fb062d577 (patch) | |
tree | 2fb8f9d690db7cca7aa1808899a3a589c456adf4 /include/configs/inka4x0.h | |
parent | b05dcb58fe04c6274fc942fa93efe77072395951 (diff) | |
download | u-boot-f4733a0764741966a5e842968166b40fb062d577.tar.gz |
Add port initialization for digital I/O on INKA4x0LABEL_2005_03_06_0225
Diffstat (limited to 'include/configs/inka4x0.h')
-rw-r--r-- | include/configs/inka4x0.h | 5 |
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 |