| .. | .. |
|---|
| 31 | 31 | * fc000000 device bus mappings (cs0/cs1) |
|---|
| 32 | 32 | * |
|---|
| 33 | 33 | * virt phys size |
|---|
| 34 | | - * fe000000 f1000000 1M on-chip peripheral registers |
|---|
| 34 | + * fec00000 f1000000 1M on-chip peripheral registers |
|---|
| 35 | 35 | * fee00000 f2000000 64K PCIe I/O space |
|---|
| 36 | 36 | * fee10000 f2100000 64K PCI I/O space |
|---|
| 37 | 37 | * fd000000 f0000000 16M PCIe WA space (Orion-1/Orion-NAS only) |
|---|
| 38 | 38 | ****************************************************************************/ |
|---|
| 39 | 39 | #define ORION5X_REGS_PHYS_BASE 0xf1000000 |
|---|
| 40 | | -#define ORION5X_REGS_VIRT_BASE IOMEM(0xfe000000) |
|---|
| 40 | +#define ORION5X_REGS_VIRT_BASE IOMEM(0xfec00000) |
|---|
| 41 | 41 | #define ORION5X_REGS_SIZE SZ_1M |
|---|
| 42 | 42 | |
|---|
| 43 | 43 | #define ORION5X_PCIE_IO_PHYS_BASE 0xf2000000 |
|---|