2 * A collection of structures, addresses, and values associated with
3 * the Motorola MPC8xxADS board. Copied from the FADS config.
5 * Copyright (c) 1998 Dan Malek (dmalek@jlc.net)
7 * Modified by, Yuli Barcohen, Arabella Software Ltd., yuli@arabellasw.com
9 * Values common to all FADS family boards are in board/fads/fads.h
16 * High Level Configuration Options
21 #define CONFIG_MPC86xADS 1 /* new ADS */
22 #define CONFIG_FADS 1 /* We are FADS compatible (more or less) */
24 /* CPU type - pick one of these */
25 #define CONFIG_MPC866T 1
28 #undef CONFIG_MPC859DSL
31 #define CONFIG_SYS_TEXT_BASE 0xFE000000
33 #define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */
34 #undef CONFIG_8xx_CONS_SMC2
35 #undef CONFIG_8xx_CONS_NONE
36 #define CONFIG_BAUDRATE 38400
38 #define CONFIG_8xx_OSCLK 10000000 /* 10MHz oscillator on EXTCLK */
39 #define CONFIG_8xx_CPUCLK_DEFAULT 50000000
40 #define CONFIG_SYS_8xx_CPUCLK_MIN 40000000
41 #define CONFIG_SYS_8xx_CPUCLK_MAX 80000000
43 #define CONFIG_DRAM_50MHZ 1
44 #define CONFIG_SDRAM_50MHZ 1
46 #include "../../board/fads/fads.h"
48 #define CONFIG_SYS_OR5_PRELIM 0xFFFF8110 /* 64Kbyte address space */
49 #define CONFIG_SYS_BR5_PRELIM (CONFIG_SYS_PHYDEV_ADDR | BR_PS_8 | BR_V)
51 #endif /* __CONFIG_H */