]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/mpc8220.h
Add support for MPC8220 based "sorcery" board.
[karo-tx-uboot.git] / include / mpc8220.h
index fe22b8e5c86a97d43ebe0a59a9945e024ce6e390..d8d8bd3277b971a52fbe8d4dbb14e26a83205df7 100644 (file)
 /* 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
 
 /* ------------------------------------------------------------------------ */
 /*
 #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
 
 /* ------------------------------------------------------------------------ */