]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/MPC86xADS.h
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / include / configs / MPC86xADS.h
CommitLineData
2535d602
WD
1/*
2 * A collection of structures, addresses, and values associated with
3 * the Motorola MPC8xxADS board. Copied from the FADS config.
4 *
5 * Copyright (c) 1998 Dan Malek (dmalek@jlc.net)
180d3f74
WD
6 *
7 * Modified by, Yuli Barcohen, Arabella Software Ltd., yuli@arabellasw.com
8 *
9 * Values common to all FADS family boards are in board/fads/fads.h
2535d602
WD
10 */
11
2535d602
WD
12#ifndef __CONFIG_H
13#define __CONFIG_H
14
15/*
16 * High Level Configuration Options
17 * (easy to change)
18 */
2535d602
WD
19
20/* board type */
21#define CONFIG_MPC86xADS 1 /* new ADS */
22#define CONFIG_FADS 1 /* We are FADS compatible (more or less) */
23
8ff0208d 24/* CPU type - pick one of these */
53677ef1 25#define CONFIG_MPC866T 1
2535d602
WD
26#undef CONFIG_MPC866P
27#undef CONFIG_MPC859T
28#undef CONFIG_MPC859DSL
29#undef CONFIG_MPC852T
30
31#define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */
32#undef CONFIG_8xx_CONS_SMC2
33#undef CONFIG_8xx_CONS_NONE
34#define CONFIG_BAUDRATE 38400
2535d602 35
8ff0208d
WD
36#define CONFIG_8xx_OSCLK 10000000 /* 10MHz oscillator on EXTCLK */
37#define CONFIG_8xx_CPUCLK_DEFAULT 50000000
6d0f6bcf
JCPV
38#define CONFIG_SYS_8xx_CPUCLK_MIN 40000000
39#define CONFIG_SYS_8xx_CPUCLK_MAX 80000000
2535d602 40
180d3f74
WD
41#define CONFIG_DRAM_50MHZ 1
42#define CONFIG_SDRAM_50MHZ 1
2535d602 43
f2302d44 44#include "../../board/fads/fads.h"
2535d602 45
6d0f6bcf
JCPV
46#define CONFIG_SYS_OR5_PRELIM 0xFFFF8110 /* 64Kbyte address space */
47#define CONFIG_SYS_BR5_PRELIM (CONFIG_SYS_PHYDEV_ADDR | BR_PS_8 | BR_V)
1114257c 48
2535d602 49#endif /* __CONFIG_H */