summaryrefslogtreecommitdiffstats
path: root/board/total5200/sdram.h
blob: 3758f5c986031bfa49f78d703bd0bbbe3e1c1367 (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@freescale.com.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

typedef struct {
	ulong ddr;
	ulong mode;
	ulong emode;
	ulong control;
	ulong config1;
	ulong config2;
	ulong tapdelay;
} sdram_conf_t;

long int mpc5xxx_sdram_init (sdram_conf_t *sdram_conf);
OpenPOWER on IntegriCloud