summaryrefslogtreecommitdiffstats
path: root/board/bc3450/mt48lc16m16a2-75.h
blob: 3d9979664f3b44a29133d0485736baa3441a9ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * (C) Copyright 2004
 * Mark Jonas, Freescale Semiconductor, mark.jonas@motorola.com.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#define SDRAM_DDR	0		/* is SDR */

/* Settings for XLB = 132 MHz */
#define SDRAM_MODE	0x00CD0000
/* #define SDRAM_MODE	0x008D0000 */ /* CAS latency 2 */
#define SDRAM_CONTROL	0x504F0000
#define SDRAM_CONFIG1	0xD2322800
/* #define SDRAM_CONFIG1	0xD2222800 */ /* CAS latency 2 */
/*#define SDRAM_CONFIG1	0xD7322800 */ /* SDRAM controller bug workaround */
#define SDRAM_CONFIG2	0x8AD70000
/*#define SDRAM_CONFIG2	0xDDD70000 */ /* SDRAM controller bug workaround */
OpenPOWER on IntegriCloud