1 /*
2  * (C) Copyright 2004
3  * Mark Jonas, Freescale Semiconductor, mark.jonas@motorola.com.
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 
8 #define SDRAM_DDR	0		/* is SDR */
9 
10 /* Settings for XLB = 132 MHz */
11 #define SDRAM_MODE	0x00CD0000
12 #define SDRAM_CONTROL	0x504F0000
13 #define SDRAM_CONFIG1	0xD2322800
14 #define SDRAM_CONFIG2	0x8AD70000
15