From f4733a0764741966a5e842968166b40fb062d577 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 6 Mar 2005 01:21:30 +0000 Subject: Add port initialization for digital I/O on INKA4x0 --- include/configs/inka4x0.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/configs/inka4x0.h') diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h index 038ab75e7..c817d2c3a 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 -- cgit v1.2.3