MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / arch-moxart / hardware.h
blobe55315fd2a8d96db0dad3a0dfb0fef95f7ff8dfc
1 /*
2 hardware.h
3 maintened by ivan wang 2004/8/18 11:25
4 */
5 #ifndef __ASM_ARCH_HARDWARE_H
6 #define __ASM_ARCH_HARDWARE_H
8 /* the mini io address is 0x6000,that is IO will allocate from 0-0x6000 offset*/
9 #define PCIBIOS_MIN_IO 0x6000
10 /* the mini MEM address is 0x100000,that is MEM will allocate from 0-0x100000 offset*/
11 #define PCIBIOS_MIN_MEM 0x100000
13 #define pcibios_assign_all_busses() 1
14 #endif
16 #if defined(CONFIG_DRAM_BASE) && defined(CONFIG_DRAM_SIZE)
17 #define PA_SDRAM_BASE (CONFIG_DRAM_BASE)
18 #define MEM_SIZE (CONFIG_DRAM_SIZE)
19 #endif