From 12b43d515c62682fcf7b578f31920a2be49142fe Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 5 Apr 2005 21:57:18 +0000 Subject: Add support for MPC8220 based "sorcery" board. --- include/mpc8220.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/mpc8220.h') diff --git a/include/mpc8220.h b/include/mpc8220.h index fe22b8e5c..d8d8bd327 100644 --- a/include/mpc8220.h +++ b/include/mpc8220.h @@ -258,6 +258,10 @@ /* equates for tx FIFO last write frame pointer reg */ #define PSC_TFLWFPTR(x) (x&0x1ff) /* last write frame pointer */ +/* PCI configuration (only for PLL determination)*/ +#define PCI_REG_PCIGSCR (MMAP_XCPCI + 0x60) /* Global status/control register */ +#define PCI_REG_PCIGSCR_PCI2XLB_CLK_MASK 0x07000000 +#define PCI_REG_PCIGSCR_PCI2XLB_CLK_BIT 24 /* ------------------------------------------------------------------------ */ /* @@ -306,7 +310,7 @@ #define CFG_CS2_PORT3_CONFIG 0x10000000 #define CFG_CS3_PORT3_CONFIG 0x40000000 #define CFG_CS4_PORT3_CONFIG 0x00000400 -#define CFG_CS5_PORT3_CONFIG 0x00000100 +#define CFG_CS5_PORT3_CONFIG 0x00000200 #define CFG_I2C_PORT3_CONFIG 0x003c0000 /* ------------------------------------------------------------------------ */ -- cgit v1.2.3