From 12b43d515c62682fcf7b578f31920a2be49142fe Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 5 Apr 2005 21:57:18 +0000 Subject: Add support for MPC8220 based "sorcery" board. --- include/configs/Alaska8220.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/configs/Alaska8220.h') diff --git a/include/configs/Alaska8220.h b/include/configs/Alaska8220.h index 4927a379b..49c78200f 100644 --- a/include/configs/Alaska8220.h +++ b/include/configs/Alaska8220.h @@ -34,6 +34,7 @@ /* Input clock running at 30Mhz, read Hid1 for the CPU multiplier to determine the CPU speed. */ #define CFG_MPC8220_CLKIN 30000000/* ... running at 30MHz */ +#define CFG_MPC8220_SYSPLL_VCO_MULTIPLIER 16 /* VCO multiplier can't be read from any register */ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ @@ -258,6 +259,12 @@ #define CFG_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */ #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */ +/* SDRAM configuration */ +#define CFG_SDRAM_TOTAL_BANKS 2 +#define CFG_SDRAM_SPD_I2C_ADDR 0x51 /* 7bit */ +#define CFG_SDRAM_SPD_SIZE 0x40 +#define CFG_SDRAM_CAS_LATENCY 4 /* (CL=2)x2 */ + /* * Ethernet configuration */ -- cgit v1.2.3