xref: /rk3399_rockchip-uboot/board/freescale/mpc8555cds/mpc8555cds.c (revision 0e00a84cdedf7a1949486746225b35984b351eca)
1415a613bSKumar Gala /*
2568336ecSchenhui zhao  * Copyright 2004, 2011 Freescale Semiconductor.
3415a613bSKumar Gala  *
41a459660SWolfgang Denk  * SPDX-License-Identifier:	GPL-2.0+
5415a613bSKumar Gala  */
6415a613bSKumar Gala 
7415a613bSKumar Gala #include <common.h>
8415a613bSKumar Gala #include <pci.h>
9415a613bSKumar Gala #include <asm/processor.h>
102b40edb1SJon Loeliger #include <asm/mmu.h>
11415a613bSKumar Gala #include <asm/immap_85xx.h>
125614e71bSYork Sun #include <fsl_ddr_sdram.h>
13415a613bSKumar Gala #include <ioports.h>
14a30a549aSJon Loeliger #include <spd_sdram.h>
15*0e00a84cSMasahiro Yamada #include <linux/libfdt.h>
16415a613bSKumar Gala #include <fdt_support.h>
17415a613bSKumar Gala 
18415a613bSKumar Gala #include "../common/cadmus.h"
19415a613bSKumar Gala #include "../common/eeprom.h"
20415a613bSKumar Gala #include "../common/via.h"
21415a613bSKumar Gala 
22415a613bSKumar Gala #if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
23415a613bSKumar Gala extern void ddr_enable_ecc(unsigned int dram_size);
24415a613bSKumar Gala #endif
25415a613bSKumar Gala 
26415a613bSKumar Gala void local_bus_init(void);
27415a613bSKumar Gala 
28415a613bSKumar Gala /*
29415a613bSKumar Gala  * I/O Port configuration table
30415a613bSKumar Gala  *
31415a613bSKumar Gala  * if conf is 1, then that port pin will be configured at boot time
32415a613bSKumar Gala  * according to the five values podr/pdir/ppar/psor/pdat for that entry
33415a613bSKumar Gala  */
34415a613bSKumar Gala 
35415a613bSKumar Gala const iop_conf_t iop_conf_tab[4][32] = {
36415a613bSKumar Gala 
37415a613bSKumar Gala     /* Port A configuration */
38415a613bSKumar Gala     {   /*            conf ppar psor pdir podr pdat */
39415a613bSKumar Gala 	/* PA31 */ {   0,   1,   0,   1,   0,   0   }, /* FCC1 TxENB */
40415a613bSKumar Gala 	/* PA30 */ {   0,   1,   0,   0,   0,   0   }, /* FCC1 TxClav   */
41415a613bSKumar Gala 	/* PA29 */ {   0,   1,   0,   1,   0,   0   }, /* FCC1 TxSOC  */
42415a613bSKumar Gala 	/* PA28 */ {   0,   1,   0,   1,   0,   0   }, /* FCC1 RxENB */
43415a613bSKumar Gala 	/* PA27 */ {   0,   1,   0,   0,   0,   0   }, /* FCC1 RxSOC */
44415a613bSKumar Gala 	/* PA26 */ {   0,   1,   0,   0,   0,   0   }, /* FCC1 RxClav */
45415a613bSKumar Gala 	/* PA25 */ {   0,   1,   0,   1,   0,   0   }, /* FCC1 ATMTXD[0] */
46415a613bSKumar Gala 	/* PA24 */ {   0,   1,   0,   1,   0,   0   }, /* FCC1 ATMTXD[1] */
47415a613bSKumar Gala 	/* PA23 */ {   0,   1,   0,   1,   0,   0   }, /* FCC1 ATMTXD[2] */
48415a613bSKumar Gala 	/* PA22 */ {   0,   1,   0,   1,   0,   0   }, /* FCC1 ATMTXD[3] */
49415a613bSKumar Gala 	/* PA21 */ {   0,   1,   0,   1,   0,   0   }, /* FCC1 ATMTXD[4] */
50415a613bSKumar Gala 	/* PA20 */ {   0,   1,   0,   1,   0,   0   }, /* FCC1 ATMTXD[5] */
51415a613bSKumar Gala 	/* PA19 */ {   0,   1,   0,   1,   0,   0   }, /* FCC1 ATMTXD[6] */
52415a613bSKumar Gala 	/* PA18 */ {   0,   1,   0,   1,   0,   0   }, /* FCC1 ATMTXD[7] */
53415a613bSKumar Gala 	/* PA17 */ {   0,   1,   0,   0,   0,   0   }, /* FCC1 ATMRXD[7] */
54415a613bSKumar Gala 	/* PA16 */ {   0,   1,   0,   0,   0,   0   }, /* FCC1 ATMRXD[6] */
55415a613bSKumar Gala 	/* PA15 */ {   0,   1,   0,   0,   0,   0   }, /* FCC1 ATMRXD[5] */
56415a613bSKumar Gala 	/* PA14 */ {   0,   1,   0,   0,   0,   0   }, /* FCC1 ATMRXD[4] */
57415a613bSKumar Gala 	/* PA13 */ {   0,   1,   0,   0,   0,   0   }, /* FCC1 ATMRXD[3] */
58415a613bSKumar Gala 	/* PA12 */ {   0,   1,   0,   0,   0,   0   }, /* FCC1 ATMRXD[2] */
59415a613bSKumar Gala 	/* PA11 */ {   0,   1,   0,   0,   0,   0   }, /* FCC1 ATMRXD[1] */
60415a613bSKumar Gala 	/* PA10 */ {   0,   1,   0,   0,   0,   0   }, /* FCC1 ATMRXD[0] */
61415a613bSKumar Gala 	/* PA9  */ {   0,   1,   1,   1,   0,   0   }, /* FCC1 L1TXD */
62415a613bSKumar Gala 	/* PA8  */ {   0,   1,   1,   0,   0,   0   }, /* FCC1 L1RXD */
63415a613bSKumar Gala 	/* PA7  */ {   0,   0,   0,   1,   0,   0   }, /* PA7 */
64415a613bSKumar Gala 	/* PA6  */ {   0,   1,   1,   1,   0,   0   }, /* TDM A1 L1RSYNC */
65415a613bSKumar Gala 	/* PA5  */ {   0,   0,   0,   1,   0,   0   }, /* PA5 */
66415a613bSKumar Gala 	/* PA4  */ {   0,   0,   0,   1,   0,   0   }, /* PA4 */
67415a613bSKumar Gala 	/* PA3  */ {   0,   0,   0,   1,   0,   0   }, /* PA3 */
68415a613bSKumar Gala 	/* PA2  */ {   0,   0,   0,   1,   0,   0   }, /* PA2 */
69415a613bSKumar Gala 	/* PA1  */ {   1,   0,   0,   0,   0,   0   }, /* FREERUN */
70415a613bSKumar Gala 	/* PA0  */ {   0,   0,   0,   1,   0,   0   }  /* PA0 */
71415a613bSKumar Gala     },
72415a613bSKumar Gala 
73415a613bSKumar Gala     /* Port B configuration */
74415a613bSKumar Gala     {   /*            conf ppar psor pdir podr pdat */
75415a613bSKumar Gala 	/* PB31 */ {   1,   1,   0,   1,   0,   0   }, /* FCC2 MII TX_ER */
76415a613bSKumar Gala 	/* PB30 */ {   1,   1,   0,   0,   0,   0   }, /* FCC2 MII RX_DV */
77415a613bSKumar Gala 	/* PB29 */ {   1,   1,   1,   1,   0,   0   }, /* FCC2 MII TX_EN */
78415a613bSKumar Gala 	/* PB28 */ {   1,   1,   0,   0,   0,   0   }, /* FCC2 MII RX_ER */
79415a613bSKumar Gala 	/* PB27 */ {   1,   1,   0,   0,   0,   0   }, /* FCC2 MII COL */
80415a613bSKumar Gala 	/* PB26 */ {   1,   1,   0,   0,   0,   0   }, /* FCC2 MII CRS */
81415a613bSKumar Gala 	/* PB25 */ {   1,   1,   0,   1,   0,   0   }, /* FCC2 MII TxD[3] */
82415a613bSKumar Gala 	/* PB24 */ {   1,   1,   0,   1,   0,   0   }, /* FCC2 MII TxD[2] */
83415a613bSKumar Gala 	/* PB23 */ {   1,   1,   0,   1,   0,   0   }, /* FCC2 MII TxD[1] */
84415a613bSKumar Gala 	/* PB22 */ {   1,   1,   0,   1,   0,   0   }, /* FCC2 MII TxD[0] */
85415a613bSKumar Gala 	/* PB21 */ {   1,   1,   0,   0,   0,   0   }, /* FCC2 MII RxD[0] */
86415a613bSKumar Gala 	/* PB20 */ {   1,   1,   0,   0,   0,   0   }, /* FCC2 MII RxD[1] */
87415a613bSKumar Gala 	/* PB19 */ {   1,   1,   0,   0,   0,   0   }, /* FCC2 MII RxD[2] */
88415a613bSKumar Gala 	/* PB18 */ {   1,   1,   0,   0,   0,   0   }, /* FCC2 MII RxD[3] */
89415a613bSKumar Gala 	/* PB17 */ {   0,   1,   0,   0,   0,   0   }, /* FCC3:RX_DIV */
90415a613bSKumar Gala 	/* PB16 */ {   0,   1,   0,   0,   0,   0   }, /* FCC3:RX_ERR */
91415a613bSKumar Gala 	/* PB15 */ {   0,   1,   0,   1,   0,   0   }, /* FCC3:TX_ERR */
92415a613bSKumar Gala 	/* PB14 */ {   0,   1,   0,   1,   0,   0   }, /* FCC3:TX_EN */
93415a613bSKumar Gala 	/* PB13 */ {   0,   1,   0,   0,   0,   0   }, /* FCC3:COL */
94415a613bSKumar Gala 	/* PB12 */ {   0,   1,   0,   0,   0,   0   }, /* FCC3:CRS */
95415a613bSKumar Gala 	/* PB11 */ {   0,   1,   0,   0,   0,   0   }, /* FCC3:RXD */
96415a613bSKumar Gala 	/* PB10 */ {   0,   1,   0,   0,   0,   0   }, /* FCC3:RXD */
97415a613bSKumar Gala 	/* PB9  */ {   0,   1,   0,   0,   0,   0   }, /* FCC3:RXD */
98415a613bSKumar Gala 	/* PB8  */ {   0,   1,   0,   0,   0,   0   }, /* FCC3:RXD */
99415a613bSKumar Gala 	/* PB7  */ {   0,   1,   0,   1,   0,   0   }, /* FCC3:TXD */
100415a613bSKumar Gala 	/* PB6  */ {   0,   1,   0,   1,   0,   0   }, /* FCC3:TXD */
101415a613bSKumar Gala 	/* PB5  */ {   0,   1,   0,   1,   0,   0   }, /* FCC3:TXD */
102415a613bSKumar Gala 	/* PB4  */ {   0,   1,   0,   1,   0,   0   }, /* FCC3:TXD */
103415a613bSKumar Gala 	/* PB3  */ {   0,   0,   0,   0,   0,   0   }, /* pin doesn't exist */
104415a613bSKumar Gala 	/* PB2  */ {   0,   0,   0,   0,   0,   0   }, /* pin doesn't exist */
105415a613bSKumar Gala 	/* PB1  */ {   0,   0,   0,   0,   0,   0   }, /* pin doesn't exist */
106415a613bSKumar Gala 	/* PB0  */ {   0,   0,   0,   0,   0,   0   }  /* pin doesn't exist */
107415a613bSKumar Gala     },
108415a613bSKumar Gala 
109415a613bSKumar Gala     /* Port C */
110415a613bSKumar Gala     {   /*            conf ppar psor pdir podr pdat */
111415a613bSKumar Gala 	/* PC31 */ {   0,   0,   0,   1,   0,   0   }, /* PC31 */
112415a613bSKumar Gala 	/* PC30 */ {   0,   0,   0,   1,   0,   0   }, /* PC30 */
113415a613bSKumar Gala 	/* PC29 */ {   0,   1,   1,   0,   0,   0   }, /* SCC1 EN *CLSN */
114415a613bSKumar Gala 	/* PC28 */ {   0,   0,   0,   1,   0,   0   }, /* PC28 */
115415a613bSKumar Gala 	/* PC27 */ {   0,   0,   0,   1,   0,   0   }, /* UART Clock in */
116415a613bSKumar Gala 	/* PC26 */ {   0,   0,   0,   1,   0,   0   }, /* PC26 */
117415a613bSKumar Gala 	/* PC25 */ {   0,   0,   0,   1,   0,   0   }, /* PC25 */
118415a613bSKumar Gala 	/* PC24 */ {   0,   0,   0,   1,   0,   0   }, /* PC24 */
119415a613bSKumar Gala 	/* PC23 */ {   0,   1,   0,   1,   0,   0   }, /* ATMTFCLK */
120415a613bSKumar Gala 	/* PC22 */ {   0,   1,   0,   0,   0,   0   }, /* ATMRFCLK */
121415a613bSKumar Gala 	/* PC21 */ {   0,   1,   0,   0,   0,   0   }, /* SCC1 EN RXCLK */
122415a613bSKumar Gala 	/* PC20 */ {   0,   1,   0,   0,   0,   0   }, /* SCC1 EN TXCLK */
123415a613bSKumar Gala 	/* PC19 */ {   1,   1,   0,   0,   0,   0   }, /* FCC2 MII RX_CLK CLK13 */
124415a613bSKumar Gala 	/* PC18 */ {   1,   1,   0,   0,   0,   0   }, /* FCC Tx Clock (CLK14) */
125415a613bSKumar Gala 	/* PC17 */ {   0,   0,   0,   1,   0,   0   }, /* PC17 */
126415a613bSKumar Gala 	/* PC16 */ {   0,   1,   0,   0,   0,   0   }, /* FCC Tx Clock (CLK16) */
127415a613bSKumar Gala 	/* PC15 */ {   1,   1,   0,   0,   0,   0   }, /* PC15 */
128415a613bSKumar Gala 	/* PC14 */ {   0,   1,   0,   0,   0,   0   }, /* SCC1 EN *CD */
129415a613bSKumar Gala 	/* PC13 */ {   0,   0,   0,   1,   0,   0   }, /* PC13 */
130415a613bSKumar Gala 	/* PC12 */ {   0,   1,   0,   1,   0,   0   }, /* PC12 */
131415a613bSKumar Gala 	/* PC11 */ {   0,   0,   0,   1,   0,   0   }, /* LXT971 transmit control */
132415a613bSKumar Gala 	/* PC10 */ {   1,   0,   0,   1,   0,   0   }, /* FETHMDC */
133415a613bSKumar Gala 	/* PC9  */ {   1,   0,   0,   0,   0,   0   }, /* FETHMDIO */
134415a613bSKumar Gala 	/* PC8  */ {   0,   0,   0,   1,   0,   0   }, /* PC8 */
135415a613bSKumar Gala 	/* PC7  */ {   0,   0,   0,   1,   0,   0   }, /* PC7 */
136415a613bSKumar Gala 	/* PC6  */ {   0,   0,   0,   1,   0,   0   }, /* PC6 */
137415a613bSKumar Gala 	/* PC5  */ {   0,   0,   0,   1,   0,   0   }, /* PC5 */
138415a613bSKumar Gala 	/* PC4  */ {   0,   0,   0,   1,   0,   0   }, /* PC4 */
139415a613bSKumar Gala 	/* PC3  */ {   0,   0,   0,   1,   0,   0   }, /* PC3 */
140415a613bSKumar Gala 	/* PC2  */ {   0,   0,   0,   1,   0,   1   }, /* ENET FDE */
141415a613bSKumar Gala 	/* PC1  */ {   0,   0,   0,   1,   0,   0   }, /* ENET DSQE */
142415a613bSKumar Gala 	/* PC0  */ {   0,   0,   0,   1,   0,   0   }, /* ENET LBK */
143415a613bSKumar Gala     },
144415a613bSKumar Gala 
145415a613bSKumar Gala     /* Port D */
146415a613bSKumar Gala     {   /*            conf ppar psor pdir podr pdat */
147415a613bSKumar Gala 	/* PD31 */ {   1,   1,   0,   0,   0,   0   }, /* SCC1 EN RxD */
148415a613bSKumar Gala 	/* PD30 */ {   1,   1,   1,   1,   0,   0   }, /* SCC1 EN TxD */
149415a613bSKumar Gala 	/* PD29 */ {   1,   1,   0,   1,   0,   0   }, /* SCC1 EN TENA */
150415a613bSKumar Gala 	/* PD28 */ {   0,   1,   0,   0,   0,   0   }, /* PD28 */
151415a613bSKumar Gala 	/* PD27 */ {   0,   1,   1,   1,   0,   0   }, /* PD27 */
152415a613bSKumar Gala 	/* PD26 */ {   0,   0,   0,   1,   0,   0   }, /* PD26 */
153415a613bSKumar Gala 	/* PD25 */ {   0,   0,   0,   1,   0,   0   }, /* PD25 */
154415a613bSKumar Gala 	/* PD24 */ {   0,   0,   0,   1,   0,   0   }, /* PD24 */
155415a613bSKumar Gala 	/* PD23 */ {   0,   0,   0,   1,   0,   0   }, /* PD23 */
156415a613bSKumar Gala 	/* PD22 */ {   0,   0,   0,   1,   0,   0   }, /* PD22 */
157415a613bSKumar Gala 	/* PD21 */ {   0,   0,   0,   1,   0,   0   }, /* PD21 */
158415a613bSKumar Gala 	/* PD20 */ {   0,   0,   0,   1,   0,   0   }, /* PD20 */
159415a613bSKumar Gala 	/* PD19 */ {   0,   0,   0,   1,   0,   0   }, /* PD19 */
160415a613bSKumar Gala 	/* PD18 */ {   0,   0,   0,   1,   0,   0   }, /* PD18 */
161415a613bSKumar Gala 	/* PD17 */ {   0,   1,   0,   0,   0,   0   }, /* FCC1 ATMRXPRTY */
162415a613bSKumar Gala 	/* PD16 */ {   0,   1,   0,   1,   0,   0   }, /* FCC1 ATMTXPRTY */
163415a613bSKumar Gala 	/* PD15 */ {   0,   1,   1,   0,   1,   0   }, /* I2C SDA */
164415a613bSKumar Gala 	/* PD14 */ {   0,   0,   0,   1,   0,   0   }, /* LED */
165415a613bSKumar Gala 	/* PD13 */ {   0,   0,   0,   0,   0,   0   }, /* PD13 */
166415a613bSKumar Gala 	/* PD12 */ {   0,   0,   0,   0,   0,   0   }, /* PD12 */
167415a613bSKumar Gala 	/* PD11 */ {   0,   0,   0,   0,   0,   0   }, /* PD11 */
168415a613bSKumar Gala 	/* PD10 */ {   0,   0,   0,   0,   0,   0   }, /* PD10 */
169415a613bSKumar Gala 	/* PD9  */ {   0,   1,   0,   1,   0,   0   }, /* SMC1 TXD */
170415a613bSKumar Gala 	/* PD8  */ {   0,   1,   0,   0,   0,   0   }, /* SMC1 RXD */
171415a613bSKumar Gala 	/* PD7  */ {   0,   0,   0,   1,   0,   1   }, /* PD7 */
172415a613bSKumar Gala 	/* PD6  */ {   0,   0,   0,   1,   0,   1   }, /* PD6 */
173415a613bSKumar Gala 	/* PD5  */ {   0,   0,   0,   1,   0,   1   }, /* PD5 */
174415a613bSKumar Gala 	/* PD4  */ {   0,   0,   0,   1,   0,   1   }, /* PD4 */
175415a613bSKumar Gala 	/* PD3  */ {   0,   0,   0,   0,   0,   0   }, /* pin doesn't exist */
176415a613bSKumar Gala 	/* PD2  */ {   0,   0,   0,   0,   0,   0   }, /* pin doesn't exist */
177415a613bSKumar Gala 	/* PD1  */ {   0,   0,   0,   0,   0,   0   }, /* pin doesn't exist */
178415a613bSKumar Gala 	/* PD0  */ {   0,   0,   0,   0,   0,   0   }  /* pin doesn't exist */
179415a613bSKumar Gala     }
180415a613bSKumar Gala };
181415a613bSKumar Gala 
checkboard(void)182415a613bSKumar Gala int checkboard (void)
183415a613bSKumar Gala {
1846d0f6bcfSJean-Christophe PLAGNIOL-VILLARD 	volatile ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR);
185568336ecSchenhui zhao 	char buf[32];
186415a613bSKumar Gala 
187415a613bSKumar Gala 	/* PCI slot in USER bits CSR[6:7] by convention. */
188415a613bSKumar Gala 	uint pci_slot = get_pci_slot ();
189415a613bSKumar Gala 
190415a613bSKumar Gala 	uint pci_dual = get_pci_dual ();	/* PCI DUAL in CM_PCI[3] */
191415a613bSKumar Gala 	uint pci1_32 = gur->pordevsr & 0x10000;	/* PORDEVSR[15] */
192415a613bSKumar Gala 	uint pci1_clk_sel = gur->porpllsr & 0x8000;	/* PORPLLSR[16] */
193415a613bSKumar Gala 	uint pci2_clk_sel = gur->porpllsr & 0x4000;	/* PORPLLSR[17] */
194415a613bSKumar Gala 
195415a613bSKumar Gala 	uint pci1_speed = get_clock_freq ();	/* PCI PSPEED in [4:5] */
196415a613bSKumar Gala 
197415a613bSKumar Gala 	uint cpu_board_rev = get_cpu_board_revision ();
198415a613bSKumar Gala 
199415a613bSKumar Gala 	printf ("Board: CDS Version 0x%02x, PCI Slot %d\n",
200415a613bSKumar Gala 		get_board_version (), pci_slot);
201415a613bSKumar Gala 
202415a613bSKumar Gala 	printf ("CPU Board Revision %d.%d (0x%04x)\n",
203415a613bSKumar Gala 		MPC85XX_CPU_BOARD_MAJOR (cpu_board_rev),
204415a613bSKumar Gala 		MPC85XX_CPU_BOARD_MINOR (cpu_board_rev), cpu_board_rev);
205415a613bSKumar Gala 
206415a613bSKumar Gala 	printf("PCI1: %d bit, %s MHz, %s\n",
207415a613bSKumar Gala 		(pci1_32) ? 32 : 64,
208568336ecSchenhui zhao 		strmhz(buf, pci1_speed),
209415a613bSKumar Gala 		pci1_clk_sel ? "sync" : "async");
210415a613bSKumar Gala 
211415a613bSKumar Gala 	if (pci_dual) {
212415a613bSKumar Gala 		printf("PCI2: 32 bit, 66 MHz, %s\n",
213415a613bSKumar Gala 			pci2_clk_sel ? "sync" : "async");
214415a613bSKumar Gala 	} else {
215415a613bSKumar Gala 		printf("PCI2: disabled\n");
216415a613bSKumar Gala 	}
217415a613bSKumar Gala 
218415a613bSKumar Gala 	/*
219415a613bSKumar Gala 	 * Initialize local bus.
220415a613bSKumar Gala 	 */
221415a613bSKumar Gala 	local_bus_init ();
222415a613bSKumar Gala 
223415a613bSKumar Gala 	return 0;
224415a613bSKumar Gala }
225415a613bSKumar Gala 
226415a613bSKumar Gala /*
227415a613bSKumar Gala  * Initialize Local Bus
228415a613bSKumar Gala  */
229415a613bSKumar Gala void
local_bus_init(void)230415a613bSKumar Gala local_bus_init(void)
231415a613bSKumar Gala {
2326d0f6bcfSJean-Christophe PLAGNIOL-VILLARD 	volatile ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR);
233f51cdaf1SBecky Bruce 	volatile fsl_lbc_t *lbc = LBC_BASE_ADDR;
234415a613bSKumar Gala 
235415a613bSKumar Gala 	uint clkdiv;
236415a613bSKumar Gala 	uint lbc_hz;
237415a613bSKumar Gala 	sys_info_t sysinfo;
238415a613bSKumar Gala 	uint temp_lbcdll;
239415a613bSKumar Gala 
240415a613bSKumar Gala 	/*
241415a613bSKumar Gala 	 * Errata LBC11.
242415a613bSKumar Gala 	 * Fix Local Bus clock glitch when DLL is enabled.
243415a613bSKumar Gala 	 *
2448ed44d91SWolfgang Denk 	 * If localbus freq is < 66MHz, DLL bypass mode must be used.
2458ed44d91SWolfgang Denk 	 * If localbus freq is > 133MHz, DLL can be safely enabled.
246415a613bSKumar Gala 	 * Between 66 and 133, the DLL is enabled with an override workaround.
247415a613bSKumar Gala 	 */
248415a613bSKumar Gala 
249415a613bSKumar Gala 	get_sys_info(&sysinfo);
250a5d212a2STrent Piepho 	clkdiv = lbc->lcrr & LCRR_CLKDIV;
251997399faSPrabhakar Kushwaha 	lbc_hz = sysinfo.freq_systembus / 1000000 / clkdiv;
252415a613bSKumar Gala 
253415a613bSKumar Gala 	if (lbc_hz < 66) {
254a2af6a7aSPaul Gortmaker 		lbc->lcrr |= LCRR_DBYP;	/* DLL Bypass */
255415a613bSKumar Gala 
256415a613bSKumar Gala 	} else if (lbc_hz >= 133) {
257a2af6a7aSPaul Gortmaker 		lbc->lcrr &= (~LCRR_DBYP);		/* DLL Enabled */
258415a613bSKumar Gala 
259415a613bSKumar Gala 	} else {
260a2af6a7aSPaul Gortmaker 		lbc->lcrr &= (~LCRR_DBYP);	/* DLL Enabled */
261415a613bSKumar Gala 		udelay(200);
262415a613bSKumar Gala 
263415a613bSKumar Gala 		/*
264415a613bSKumar Gala 		 * Sample LBC DLL ctrl reg, upshift it to set the
265415a613bSKumar Gala 		 * override bits.
266415a613bSKumar Gala 		 */
267415a613bSKumar Gala 		temp_lbcdll = gur->lbcdllcr;
268415a613bSKumar Gala 		gur->lbcdllcr = (((temp_lbcdll & 0xff) << 16) | 0x80000000);
269415a613bSKumar Gala 		asm("sync;isync;msync");
270415a613bSKumar Gala 	}
271415a613bSKumar Gala }
272415a613bSKumar Gala 
273415a613bSKumar Gala /*
274415a613bSKumar Gala  * Initialize SDRAM memory on the Local Bus.
275415a613bSKumar Gala  */
lbc_sdram_init(void)27670961ba4SBecky Bruce void lbc_sdram_init(void)
277415a613bSKumar Gala {
2786d0f6bcfSJean-Christophe PLAGNIOL-VILLARD #if defined(CONFIG_SYS_OR2_PRELIM) && defined(CONFIG_SYS_BR2_PRELIM)
279415a613bSKumar Gala 
280415a613bSKumar Gala 	uint idx;
281f51cdaf1SBecky Bruce 	volatile fsl_lbc_t *lbc = LBC_BASE_ADDR;
2826d0f6bcfSJean-Christophe PLAGNIOL-VILLARD 	uint *sdram_addr = (uint *)CONFIG_SYS_LBC_SDRAM_BASE;
283415a613bSKumar Gala 	uint cpu_board_rev;
284415a613bSKumar Gala 	uint lsdmr_common;
285415a613bSKumar Gala 
2867ea3871eSBecky Bruce 	puts("LBC SDRAM: ");
2877ea3871eSBecky Bruce 	print_size(CONFIG_SYS_LBC_SDRAM_SIZE * 1024 * 1024,
2887ea3871eSBecky Bruce 		   "\n       ");
289415a613bSKumar Gala 
290415a613bSKumar Gala 	/*
291415a613bSKumar Gala 	 * Setup SDRAM Base and Option Registers
292415a613bSKumar Gala 	 */
293f51cdaf1SBecky Bruce 	set_lbc_or(2, CONFIG_SYS_OR2_PRELIM);
294f51cdaf1SBecky Bruce 	set_lbc_br(2, CONFIG_SYS_BR2_PRELIM);
2956d0f6bcfSJean-Christophe PLAGNIOL-VILLARD 	lbc->lbcr = CONFIG_SYS_LBC_LBCR;
296415a613bSKumar Gala 	asm("msync");
297415a613bSKumar Gala 
2986d0f6bcfSJean-Christophe PLAGNIOL-VILLARD 	lbc->lsrt = CONFIG_SYS_LBC_LSRT;
2996d0f6bcfSJean-Christophe PLAGNIOL-VILLARD 	lbc->mrtpr = CONFIG_SYS_LBC_MRTPR;
300415a613bSKumar Gala 	asm("msync");
301415a613bSKumar Gala 
302415a613bSKumar Gala 	/*
303415a613bSKumar Gala 	 * Determine which address lines to use baed on CPU board rev.
304415a613bSKumar Gala 	 */
305415a613bSKumar Gala 	cpu_board_rev = get_cpu_board_revision();
3066d0f6bcfSJean-Christophe PLAGNIOL-VILLARD 	lsdmr_common = CONFIG_SYS_LBC_LSDMR_COMMON;
307415a613bSKumar Gala 	if (cpu_board_rev == MPC85XX_CPU_BOARD_REV_1_0) {
308b0fe93edSKumar Gala 		lsdmr_common |= LSDMR_BSMA1617;
309415a613bSKumar Gala 	} else if (cpu_board_rev == MPC85XX_CPU_BOARD_REV_1_1) {
310b0fe93edSKumar Gala 		lsdmr_common |= LSDMR_BSMA1516;
311415a613bSKumar Gala 	} else {
312415a613bSKumar Gala 		/*
313415a613bSKumar Gala 		 * Assume something unable to identify itself is
314415a613bSKumar Gala 		 * really old, and likely has lines 16/17 mapped.
315415a613bSKumar Gala 		 */
316b0fe93edSKumar Gala 		lsdmr_common |= LSDMR_BSMA1617;
317415a613bSKumar Gala 	}
318415a613bSKumar Gala 
319415a613bSKumar Gala 	/*
320415a613bSKumar Gala 	 * Issue PRECHARGE ALL command.
321415a613bSKumar Gala 	 */
322b0fe93edSKumar Gala 	lbc->lsdmr = lsdmr_common | LSDMR_OP_PCHALL;
323415a613bSKumar Gala 	asm("sync;msync");
324415a613bSKumar Gala 	*sdram_addr = 0xff;
325415a613bSKumar Gala 	ppcDcbf((unsigned long) sdram_addr);
326415a613bSKumar Gala 	udelay(100);
327415a613bSKumar Gala 
328415a613bSKumar Gala 	/*
329415a613bSKumar Gala 	 * Issue 8 AUTO REFRESH commands.
330415a613bSKumar Gala 	 */
331415a613bSKumar Gala 	for (idx = 0; idx < 8; idx++) {
332b0fe93edSKumar Gala 		lbc->lsdmr = lsdmr_common | LSDMR_OP_ARFRSH;
333415a613bSKumar Gala 		asm("sync;msync");
334415a613bSKumar Gala 		*sdram_addr = 0xff;
335415a613bSKumar Gala 		ppcDcbf((unsigned long) sdram_addr);
336415a613bSKumar Gala 		udelay(100);
337415a613bSKumar Gala 	}
338415a613bSKumar Gala 
339415a613bSKumar Gala 	/*
340415a613bSKumar Gala 	 * Issue 8 MODE-set command.
341415a613bSKumar Gala 	 */
342b0fe93edSKumar Gala 	lbc->lsdmr = lsdmr_common | LSDMR_OP_MRW;
343415a613bSKumar Gala 	asm("sync;msync");
344415a613bSKumar Gala 	*sdram_addr = 0xff;
345415a613bSKumar Gala 	ppcDcbf((unsigned long) sdram_addr);
346415a613bSKumar Gala 	udelay(100);
347415a613bSKumar Gala 
348415a613bSKumar Gala 	/*
349415a613bSKumar Gala 	 * Issue NORMAL OP command.
350415a613bSKumar Gala 	 */
351b0fe93edSKumar Gala 	lbc->lsdmr = lsdmr_common | LSDMR_OP_NORMAL;
352415a613bSKumar Gala 	asm("sync;msync");
353415a613bSKumar Gala 	*sdram_addr = 0xff;
354415a613bSKumar Gala 	ppcDcbf((unsigned long) sdram_addr);
355415a613bSKumar Gala 	udelay(200);    /* Overkill. Must wait > 200 bus cycles */
356415a613bSKumar Gala 
357415a613bSKumar Gala #endif	/* enable SDRAM init */
358415a613bSKumar Gala }
359415a613bSKumar Gala 
360415a613bSKumar Gala #ifdef CONFIG_PCI
361415a613bSKumar Gala /* For some reason the Tundra PCI bridge shows up on itself as a
362415a613bSKumar Gala  * different device.  Work around that by refusing to configure it
363415a613bSKumar Gala  */
dummy_func(struct pci_controller * hose,pci_dev_t dev,struct pci_config_table * tab)364415a613bSKumar Gala void dummy_func(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab) { }
365415a613bSKumar Gala 
366415a613bSKumar Gala static struct pci_config_table pci_mpc85xxcds_config_table[] = {
367415a613bSKumar Gala 	{0x10e3, 0x0513, PCI_ANY_ID, 1, 3, PCI_ANY_ID, dummy_func, {0,0,0}},
368415a613bSKumar Gala 	{0x1106, 0x0686, PCI_ANY_ID, 1, VIA_ID, 0, mpc85xx_config_via, {0,0,0}},
369415a613bSKumar Gala 	{0x1106, 0x0571, PCI_ANY_ID, 1, VIA_ID, 1,
370415a613bSKumar Gala 		mpc85xx_config_via_usbide, {0,0,0}},
371415a613bSKumar Gala 	{0x1105, 0x3038, PCI_ANY_ID, 1, VIA_ID, 2,
372415a613bSKumar Gala 		mpc85xx_config_via_usb, {0,0,0}},
373415a613bSKumar Gala 	{0x1106, 0x3038, PCI_ANY_ID, 1, VIA_ID, 3,
374415a613bSKumar Gala 		mpc85xx_config_via_usb2, {0,0,0}},
375415a613bSKumar Gala 	{0x1106, 0x3058, PCI_ANY_ID, 1, VIA_ID, 5,
376415a613bSKumar Gala 		mpc85xx_config_via_power, {0,0,0}},
377415a613bSKumar Gala 	{0x1106, 0x3068, PCI_ANY_ID, 1, VIA_ID, 6,
378415a613bSKumar Gala 		mpc85xx_config_via_ac97, {0,0,0}},
379415a613bSKumar Gala 	{},
380415a613bSKumar Gala };
381415a613bSKumar Gala 
382415a613bSKumar Gala 
383415a613bSKumar Gala static struct pci_controller hose[] = {
384415a613bSKumar Gala 	{
385415a613bSKumar Gala 	config_table: pci_mpc85xxcds_config_table,
386415a613bSKumar Gala 	},
387415a613bSKumar Gala #ifdef CONFIG_MPC85XX_PCI2
388415a613bSKumar Gala 	{},
389415a613bSKumar Gala #endif
390415a613bSKumar Gala };
391415a613bSKumar Gala 
392415a613bSKumar Gala #endif
393415a613bSKumar Gala 
394415a613bSKumar Gala void
pci_init_board(void)395415a613bSKumar Gala pci_init_board(void)
396415a613bSKumar Gala {
397415a613bSKumar Gala #ifdef CONFIG_PCI
398415a613bSKumar Gala 	pci_mpc85xx_init(hose);
399415a613bSKumar Gala #endif
400415a613bSKumar Gala }
401415a613bSKumar Gala 
402415a613bSKumar Gala #if defined(CONFIG_OF_BOARD_SETUP)
403415a613bSKumar Gala void
ft_pci_setup(void * blob,bd_t * bd)404415a613bSKumar Gala ft_pci_setup(void *blob, bd_t *bd)
405415a613bSKumar Gala {
406415a613bSKumar Gala 	int node, tmp[2];
407415a613bSKumar Gala 	const char *path;
408415a613bSKumar Gala 
409415a613bSKumar Gala 	node = fdt_path_offset(blob, "/aliases");
410415a613bSKumar Gala 	tmp[0] = 0;
411415a613bSKumar Gala 	if (node >= 0) {
412415a613bSKumar Gala #ifdef CONFIG_PCI1
413415a613bSKumar Gala 		path = fdt_getprop(blob, node, "pci0", NULL);
414415a613bSKumar Gala 		if (path) {
415415a613bSKumar Gala 			tmp[1] = hose[0].last_busno - hose[0].first_busno;
416415a613bSKumar Gala 			do_fixup_by_path(blob, path, "bus-range", &tmp, 8, 1);
417415a613bSKumar Gala 		}
418415a613bSKumar Gala #endif
419415a613bSKumar Gala #ifdef CONFIG_MPC85XX_PCI2
420415a613bSKumar Gala 		path = fdt_getprop(blob, node, "pci1", NULL);
421415a613bSKumar Gala 		if (path) {
422415a613bSKumar Gala 			tmp[1] = hose[1].last_busno - hose[1].first_busno;
423415a613bSKumar Gala 			do_fixup_by_path(blob, path, "bus-range", &tmp, 8, 1);
424415a613bSKumar Gala 		}
425415a613bSKumar Gala #endif
426415a613bSKumar Gala 	}
427415a613bSKumar Gala }
428415a613bSKumar Gala #endif
429