diff options
author | wdenk <wdenk> | 2005-04-05 21:57:18 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-05 21:57:18 +0000 |
commit | 12b43d515c62682fcf7b578f31920a2be49142fe (patch) | |
tree | 1bfefb96f221647486f80b4fc91b3a7e3660beca /include/mpc8220.h | |
parent | f5c5ef4a1fa7dcf90fd74f795a131d07377406ab (diff) | |
download | u-boot-imx-12b43d515c62682fcf7b578f31920a2be49142fe.zip u-boot-imx-12b43d515c62682fcf7b578f31920a2be49142fe.tar.gz u-boot-imx-12b43d515c62682fcf7b578f31920a2be49142fe.tar.bz2 |
Add support for MPC8220 based "sorcery" board.
Diffstat (limited to 'include/mpc8220.h')
-rw-r--r-- | include/mpc8220.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/mpc8220.h b/include/mpc8220.h index fe22b8e..d8d8bd3 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 /* ------------------------------------------------------------------------ */ |