3 * Mark Jonas, Freescale Semiconductor, mark.jonas@motorola.com.
5 * SPDX-License-Identifier: GPL-2.0+
8 #define SDRAM_DDR 0 /* is SDR */
10 /* Settings for XLB = 132 MHz */
11 #define SDRAM_MODE 0x00CD0000
12 /* #define SDRAM_MODE 0x008D0000 */ /* CAS latency 2 */
13 #define SDRAM_CONTROL 0x504F0000
14 #define SDRAM_CONFIG1 0xD2322800
15 /* #define SDRAM_CONFIG1 0xD2222800 */ /* CAS latency 2 */
16 /*#define SDRAM_CONFIG1 0xD7322800 */ /* SDRAM controller bug workaround */
17 #define SDRAM_CONFIG2 0x8AD70000
18 /*#define SDRAM_CONFIG2 0xDDD70000 */ /* SDRAM controller bug workaround */