]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/MPC86xADS.h
* Fix problems caused by Robert Schwebel's cramfs patch
[karo-tx-uboot.git] / include / configs / MPC86xADS.h
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)
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
10   */
11
12 #ifndef __CONFIG_H
13 #define __CONFIG_H
14
15 /*
16  * High Level Configuration Options
17  * (easy to change)
18  */
19
20 /* board type */
21 #define CONFIG_MPC86xADS        1       /* new ADS */
22 #define CONFIG_FADS             1       /* We are FADS compatible (more or less) */
23
24 /* New MPC86xADS - pick one of these */
25 #define CONFIG_MPC866T          1
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
35
36 # define CFG_8XX_FACT           5               /* Multiply by 5        */
37 # define CFG_8XX_XIN            10000000        /* 10 MHz in    */
38
39 #define CONFIG_DRAM_50MHZ       1
40 #define CONFIG_SDRAM_50MHZ      1
41
42 /*-----------------------------------------------------------------------
43  * PLPRCR - PLL, Low-Power, and Reset Control Register          14-22
44  *-----------------------------------------------------------------------
45  * set the PLL, the low-power modes and the reset control
46  */
47 #define CFG_PLPRCR ((CFG_8XX_FACT << PLPRCR_MFI_SHIFT) | PLPRCR_TEXPS)
48
49 #include "fads.h"
50
51 #endif  /* __CONFIG_H */