|
@@ -30,51 +30,43 @@
|
|
|
*
|
|
|
* 0x50000000 0x10000000 ioremap'd EXP BUS
|
|
|
*
|
|
|
- * 0x6000000 0x00004000 ioremap'd QMgr
|
|
|
+ * 0xC8000000 0x00013000 0xFEF00000 On-Chip Peripherals
|
|
|
*
|
|
|
- * 0xC0000000 0x00001000 0xffbff000 PCI CFG
|
|
|
+ * 0xC0000000 0x00001000 0xFEF13000 PCI CFG
|
|
|
*
|
|
|
- * 0xC4000000 0x00001000 0xffbfe000 EXP CFG
|
|
|
+ * 0xC4000000 0x00001000 0xFEF14000 EXP CFG
|
|
|
*
|
|
|
- * 0xC8000000 0x00013000 0xffbeb000 On-Chip Peripherals
|
|
|
+ * 0x60000000 0x00004000 0xFEF15000 QMgr
|
|
|
*/
|
|
|
|
|
|
/*
|
|
|
* Queue Manager
|
|
|
*/
|
|
|
-#define IXP4XX_QMGR_BASE_PHYS (0x60000000)
|
|
|
-#define IXP4XX_QMGR_REGION_SIZE (0x00004000)
|
|
|
+#define IXP4XX_QMGR_BASE_PHYS 0x60000000
|
|
|
+#define IXP4XX_QMGR_BASE_VIRT IOMEM(0xFEF15000)
|
|
|
+#define IXP4XX_QMGR_REGION_SIZE 0x00004000
|
|
|
|
|
|
/*
|
|
|
- * Expansion BUS Configuration registers
|
|
|
+ * Peripheral space, including debug UART. Must be section-aligned so that
|
|
|
+ * it can be used with the low-level debug code.
|
|
|
*/
|
|
|
-#define IXP4XX_EXP_CFG_BASE_PHYS (0xC4000000)
|
|
|
-#define IXP4XX_EXP_CFG_BASE_VIRT IOMEM(0xFFBFE000)
|
|
|
-#define IXP4XX_EXP_CFG_REGION_SIZE (0x00001000)
|
|
|
+#define IXP4XX_PERIPHERAL_BASE_PHYS 0xC8000000
|
|
|
+#define IXP4XX_PERIPHERAL_BASE_VIRT IOMEM(0xFEF00000)
|
|
|
+#define IXP4XX_PERIPHERAL_REGION_SIZE 0x00013000
|
|
|
|
|
|
/*
|
|
|
* PCI Config registers
|
|
|
*/
|
|
|
-#define IXP4XX_PCI_CFG_BASE_PHYS (0xC0000000)
|
|
|
-#define IXP4XX_PCI_CFG_BASE_VIRT IOMEM(0xFFBFF000)
|
|
|
-#define IXP4XX_PCI_CFG_REGION_SIZE (0x00001000)
|
|
|
-
|
|
|
-/*
|
|
|
- * Peripheral space
|
|
|
- */
|
|
|
-#define IXP4XX_PERIPHERAL_BASE_PHYS (0xC8000000)
|
|
|
-#define IXP4XX_PERIPHERAL_BASE_VIRT IOMEM(0xFFBEB000)
|
|
|
-#define IXP4XX_PERIPHERAL_REGION_SIZE (0x00013000)
|
|
|
+#define IXP4XX_PCI_CFG_BASE_PHYS 0xC0000000
|
|
|
+#define IXP4XX_PCI_CFG_BASE_VIRT IOMEM(0xFEF13000)
|
|
|
+#define IXP4XX_PCI_CFG_REGION_SIZE 0x00001000
|
|
|
|
|
|
/*
|
|
|
- * Debug UART
|
|
|
- *
|
|
|
- * This is basically a remap of UART1 into a region that is section
|
|
|
- * aligned so that it * can be used with the low-level debug code.
|
|
|
+ * Expansion BUS Configuration registers
|
|
|
*/
|
|
|
-#define IXP4XX_DEBUG_UART_BASE_PHYS (0xC8000000)
|
|
|
-#define IXP4XX_DEBUG_UART_BASE_VIRT IOMEM(0xffb00000)
|
|
|
-#define IXP4XX_DEBUG_UART_REGION_SIZE (0x00001000)
|
|
|
+#define IXP4XX_EXP_CFG_BASE_PHYS 0xC4000000
|
|
|
+#define IXP4XX_EXP_CFG_BASE_VIRT 0xFEF14000
|
|
|
+#define IXP4XX_EXP_CFG_REGION_SIZE 0x00001000
|
|
|
|
|
|
#define IXP4XX_EXP_CS0_OFFSET 0x00
|
|
|
#define IXP4XX_EXP_CS1_OFFSET 0x04
|