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-s3c44b0x / hardware.h
blob53aaa8fb697df50e673b86269d4158d996d79d1f
1 /*
2 * linux/include/asm-arm/arch-s3c44b0x/hardware.h
3 */
4 #ifndef __ASM_ARCH_HARDWARE_H
5 #define __ASM_ARCH_HARDWARE_H
7 #include <asm/sizes.h>
8 #include <asm/arch/s3c44b0x.h>
10 #ifndef __ASSEMBLY__
12 #define HARD_RESET_NOW()
14 /* the machine dependent bootmem reserve and free routines */
15 #define MACH_RESERVE_BOOTMEM()
16 #define MACH_FREE_BOOTMEM()
18 /* yes, freeing initmem is okay */
19 #define DO_FREE_INITMEM() (1)
21 #endif
23 #define MEM_SIZE CONFIG_DRAM_SIZE
24 #define PA_SDRAM_BASE CONFIG_DRAM_BASE
26 /* The default system speed this box runs */
27 #if !defined(CONFIG_ARM_CLK)
28 #define CONFIG_ARM_CLK 60000000
29 #endif
31 #if !defined(CONFIG_ARM_CLK_FIN)
32 #define CONFIG_ARM_CLK_FIN 8000000
33 #endif
35 #endif /* END OF __ASM_ARCH_HARDWARE_H */