Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91199
b: refs/heads/master
c: da14d88
h: refs/heads/master
i:
  91197: 7bcfc21
  91195: 3b049bb
  91191: f9698bf
  91183: e6f7a40
  91167: ba59428
  91135: 317bc7d
v: v3
  • Loading branch information
Lennert Buytenhek authored and Nicolas Pitre committed Mar 27, 2008
1 parent bf300ba commit 8e6c4e5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98f79d1ea0459b907f95846bad5e967a06b7a0d5
refs/heads/master: da14d88e90d476b315e5e9c3e3ffa940cb670c6d
18 changes: 15 additions & 3 deletions trunk/include/asm-arm/arch-orion/orion.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,25 @@
#define __ASM_ARCH_ORION_H__

/*****************************************************************************
* Orion Address Map
* Orion Address Maps
*
* phys
* e0000000 PCIe MEM space
* e8000000 PCI MEM space
* f0000000 PCIe WA space (Orion-1/Orion-NAS only)
* f1000000 on-chip peripheral registers
* f2000000 PCIe I/O space
* f2100000 PCI I/O space
* f4000000 device bus mappings (boot)
* fa000000 device bus mappings (cs0)
* fa800000 device bus mappings (cs2)
* fc000000 device bus mappings (cs0/cs1)
*
* virt phys size
* fdd00000 f1000000 1M on-chip peripheral registers
* fde00000 f2000000 1M PCIe I/O space
* fdf00000 f2100000 1M PCI I/O space
* fe000000 f0000000 16M PCIe WA space (Orion-NAS only)
* fe000000 f0000000 16M PCIe WA space (Orion-1/Orion-NAS only)
****************************************************************************/
#define ORION_REGS_PHYS_BASE 0xf1000000
#define ORION_REGS_VIRT_BASE 0xfdd00000
Expand All @@ -37,7 +49,7 @@
#define ORION_PCI_IO_BUS_BASE 0x00100000
#define ORION_PCI_IO_SIZE SZ_1M

/* Relevant only for Orion-NAS */
/* Relevant only for Orion-1/Orion-NAS */
#define ORION_PCIE_WA_PHYS_BASE 0xf0000000
#define ORION_PCIE_WA_VIRT_BASE 0xfe000000
#define ORION_PCIE_WA_SIZE SZ_16M
Expand Down

0 comments on commit 8e6c4e5

Please sign in to comment.