[ARM] 3821/1: iop3xx: switch iop32x/iop33x over to shared pci code
[linux-2.6/libata-dev.git] / include / asm-arm / arch-iop33x / hardware.h
blob5e3cb32af0205e0c752f4a97df7686ace0149da4
1 /*
2 * linux/include/asm-arm/arch-iop33x/hardware.h
3 */
4 #ifndef __ASM_ARCH_HARDWARE_H
5 #define __ASM_ARCH_HARDWARE_H
7 #include <asm/types.h>
9 /*
10 * Note about PCI IO space mappings
12 * To make IO space accesses efficient, we store virtual addresses in
13 * the IO resources.
15 * The PCI IO space is located at virtual 0xfe000000 from physical
16 * 0x90000000. The PCI BARs must be programmed with physical addresses,
17 * but when we read them, we convert them to virtual addresses. See
18 * arch/arm/mach-iop33x/pci.c
21 #define pcibios_assign_all_busses() 1
22 #define PCIBIOS_MIN_IO 0x00000000
23 #define PCIBIOS_MIN_MEM 0x00000000
27 * Generic chipset bits
30 #include "iop331.h"
33 * Board specific bits
35 #include "iq80331.h"
36 #include "iq80332.h"
38 #endif /* _ASM_ARCH_HARDWARE_H */