blob: a2feda855f6c5186fa7cb8c4c443d80600090cfd [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Kumar Gala86902b82006-01-12 19:51:38 -06002/*
Kim Phillips9993e192009-07-18 18:42:13 -05003 * Copyright (C) 2006-2009 Freescale Semiconductor, Inc.
Kumar Gala86902b82006-01-12 19:51:38 -06004 */
5
6#include <asm/mmu.h>
Ira W. Snyder162338e2008-08-22 11:00:13 -07007#include <asm/io.h>
Kumar Gala86902b82006-01-12 19:51:38 -06008#include <common.h>
Ira W. Snyder162338e2008-08-22 11:00:13 -07009#include <mpc83xx.h>
Kumar Gala86902b82006-01-12 19:51:38 -060010#include <pci.h>
Kumar Gala86902b82006-01-12 19:51:38 -060011#include <i2c.h>
Ira W. Snyder162338e2008-08-22 11:00:13 -070012#include <asm/fsl_i2c.h>
Kumar Gala86902b82006-01-12 19:51:38 -060013
Ira W. Snyder162338e2008-08-22 11:00:13 -070014static struct pci_region pci1_regions[] = {
15 {
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020016 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
17 phys_start: CONFIG_SYS_PCI1_MEM_PHYS,
18 size: CONFIG_SYS_PCI1_MEM_SIZE,
Ira W. Snyder162338e2008-08-22 11:00:13 -070019 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
Kumar Gala86902b82006-01-12 19:51:38 -060020 },
Ira W. Snyder162338e2008-08-22 11:00:13 -070021 {
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020022 bus_start: CONFIG_SYS_PCI1_IO_BASE,
23 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
24 size: CONFIG_SYS_PCI1_IO_SIZE,
Ira W. Snyder162338e2008-08-22 11:00:13 -070025 flags: PCI_REGION_IO
26 },
27 {
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020028 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
29 phys_start: CONFIG_SYS_PCI1_MMIO_PHYS,
30 size: CONFIG_SYS_PCI1_MMIO_SIZE,
Ira W. Snyder162338e2008-08-22 11:00:13 -070031 flags: PCI_REGION_MEM
32 },
33};
34
35#ifdef CONFIG_MPC83XX_PCI2
36static struct pci_region pci2_regions[] = {
37 {
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020038 bus_start: CONFIG_SYS_PCI2_MEM_BASE,
39 phys_start: CONFIG_SYS_PCI2_MEM_PHYS,
40 size: CONFIG_SYS_PCI2_MEM_SIZE,
Ira W. Snyder162338e2008-08-22 11:00:13 -070041 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
42 },
43 {
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020044 bus_start: CONFIG_SYS_PCI2_IO_BASE,
45 phys_start: CONFIG_SYS_PCI2_IO_PHYS,
46 size: CONFIG_SYS_PCI2_IO_SIZE,
Ira W. Snyder162338e2008-08-22 11:00:13 -070047 flags: PCI_REGION_IO
48 },
49 {
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020050 bus_start: CONFIG_SYS_PCI2_MMIO_BASE,
51 phys_start: CONFIG_SYS_PCI2_MMIO_PHYS,
52 size: CONFIG_SYS_PCI2_MMIO_SIZE,
Ira W. Snyder162338e2008-08-22 11:00:13 -070053 flags: PCI_REGION_MEM
54 },
Kumar Gala86902b82006-01-12 19:51:38 -060055};
56#endif
57
Ira W. Snyder447ad572008-08-22 11:00:15 -070058#ifndef CONFIG_PCISLAVE
Ira W. Snyder162338e2008-08-22 11:00:13 -070059void pib_init(void)
Kumar Gala86902b82006-01-12 19:51:38 -060060{
Ben Warren183da6d2006-09-12 10:15:53 -040061 u8 val8, orig_i2c_bus;
Kumar Gala86902b82006-01-12 19:51:38 -060062 /*
63 * Assign PIB PMC slot to desired PCI bus
64 */
Ben Warren183da6d2006-09-12 10:15:53 -040065 /* Switch temporarily to I2C bus #2 */
66 orig_i2c_bus = i2c_get_bus_num();
Wolfgang Denkdd520bf2006-11-30 18:02:20 +010067 i2c_set_bus_num(1);
Kumar Gala86902b82006-01-12 19:51:38 -060068
69 val8 = 0;
70 i2c_write(0x23, 0x6, 1, &val8, 1);
71 i2c_write(0x23, 0x7, 1, &val8, 1);
72 val8 = 0xff;
73 i2c_write(0x23, 0x2, 1, &val8, 1);
74 i2c_write(0x23, 0x3, 1, &val8, 1);
75
76 val8 = 0;
77 i2c_write(0x26, 0x6, 1, &val8, 1);
78 val8 = 0x34;
79 i2c_write(0x26, 0x7, 1, &val8, 1);
80#if defined(PCI_64BIT)
81 val8 = 0xf4; /* PMC2:PCI1/64-bit */
82#elif defined(PCI_ALL_PCI1)
83 val8 = 0xf3; /* PMC1:PCI1 PMC2:PCI1 PMC3:PCI1 */
84#elif defined(PCI_ONE_PCI1)
85 val8 = 0xf9; /* PMC1:PCI1 PMC2:PCI2 PMC3:PCI2 */
86#else
87 val8 = 0xf5; /* PMC1:PCI1 PMC2:PCI1 PMC3:PCI2 */
88#endif
89 i2c_write(0x26, 0x2, 1, &val8, 1);
90 val8 = 0xff;
91 i2c_write(0x26, 0x3, 1, &val8, 1);
92 val8 = 0;
93 i2c_write(0x27, 0x6, 1, &val8, 1);
94 i2c_write(0x27, 0x7, 1, &val8, 1);
95 val8 = 0xff;
96 i2c_write(0x27, 0x2, 1, &val8, 1);
97 val8 = 0xef;
98 i2c_write(0x27, 0x3, 1, &val8, 1);
99 asm("eieio");
100
101#if defined(PCI_64BIT)
102 printf("PCI1: 64-bit on PMC2\n");
103#elif defined(PCI_ALL_PCI1)
104 printf("PCI1: 32-bit on PMC1, PMC2, PMC3\n");
105#elif defined(PCI_ONE_PCI1)
106 printf("PCI1: 32-bit on PMC1\n");
107 printf("PCI2: 32-bit on PMC2, PMC3\n");
108#else
109 printf("PCI1: 32-bit on PMC1, PMC2\n");
110 printf("PCI2: 32-bit on PMC3\n");
111#endif
Ben Warren183da6d2006-09-12 10:15:53 -0400112 /* Reset to original I2C bus */
Timur Tabibe5e6182006-11-03 19:15:00 -0600113 i2c_set_bus_num(orig_i2c_bus);
Kumar Gala86902b82006-01-12 19:51:38 -0600114}
115
Ira W. Snyder162338e2008-08-22 11:00:13 -0700116void pci_init_board(void)
Kumar Gala86902b82006-01-12 19:51:38 -0600117{
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200118 volatile immap_t *immr = (volatile immap_t *)CONFIG_SYS_IMMR;
Ira W. Snyder162338e2008-08-22 11:00:13 -0700119 volatile clk83xx_t *clk = (volatile clk83xx_t *)&immr->clk;
120 volatile law83xx_t *pci_law = immr->sysconf.pcilaw;
121#ifndef CONFIG_MPC83XX_PCI2
122 struct pci_region *reg[] = { pci1_regions };
123#else
124 struct pci_region *reg[] = { pci1_regions, pci2_regions };
125#endif
Kumar Gala86902b82006-01-12 19:51:38 -0600126
Ira W. Snyder162338e2008-08-22 11:00:13 -0700127 /* initialize the PCA9555PW IO expander on the PIB board */
Kumar Gala86902b82006-01-12 19:51:38 -0600128 pib_init();
129
Ira W. Snyder162338e2008-08-22 11:00:13 -0700130 /* Enable all 8 PCI_CLK_OUTPUTS */
Kumar Gala86902b82006-01-12 19:51:38 -0600131 clk->occr = 0xff000000;
132 udelay(2000);
133
Ira W. Snyder162338e2008-08-22 11:00:13 -0700134 /* Configure PCI Local Access Windows */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200135 pci_law[0].bar = CONFIG_SYS_PCI1_MEM_PHYS & LAWBAR_BAR;
Kumar Gala86902b82006-01-12 19:51:38 -0600136 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G;
137
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200138 pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR;
Kumar Gala8fe9bf62006-04-20 13:45:32 -0500139 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M;
Kumar Gala86902b82006-01-12 19:51:38 -0600140
Ira W. Snyder162338e2008-08-22 11:00:13 -0700141 udelay(2000);
Kumar Gala86902b82006-01-12 19:51:38 -0600142
Ira W. Snyder162338e2008-08-22 11:00:13 -0700143#ifndef CONFIG_MPC83XX_PCI2
Peter Tyser6aa3d3b2010-09-14 19:13:50 -0500144 mpc83xx_pci_init(1, reg);
Ira W. Snyder162338e2008-08-22 11:00:13 -0700145#else
Peter Tyser6aa3d3b2010-09-14 19:13:50 -0500146 mpc83xx_pci_init(2, reg);
Kumar Gala86902b82006-01-12 19:51:38 -0600147#endif
Kumar Gala86902b82006-01-12 19:51:38 -0600148}
Kumar Gala8fe9bf62006-04-20 13:45:32 -0500149
Ira W. Snyder447ad572008-08-22 11:00:15 -0700150#else
151void pci_init_board(void)
152{
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200153 volatile immap_t *immr = (volatile immap_t *)CONFIG_SYS_IMMR;
Ira W. Snyder447ad572008-08-22 11:00:15 -0700154 volatile law83xx_t *pci_law = immr->sysconf.pcilaw;
155 volatile pcictrl83xx_t *pci_ctrl = &immr->pci_ctrl[0];
156 struct pci_region *reg[] = { pci1_regions };
157
Ira W. Snyder447ad572008-08-22 11:00:15 -0700158 /* Configure PCI Local Access Windows */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200159 pci_law[0].bar = CONFIG_SYS_PCI1_MEM_PHYS & LAWBAR_BAR;
Ira W. Snyder447ad572008-08-22 11:00:15 -0700160 pci_law[0].ar = LAWAR_EN | LAWAR_SIZE_1G;
161
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200162 pci_law[1].bar = CONFIG_SYS_PCI1_IO_PHYS & LAWBAR_BAR;
Ira W. Snyder447ad572008-08-22 11:00:15 -0700163 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M;
164
Peter Tyser6aa3d3b2010-09-14 19:13:50 -0500165 mpc83xx_pci_init(1, reg);
Ira W. Snyder447ad572008-08-22 11:00:15 -0700166
167 /* Configure PCI Inbound Translation Windows (3 1MB windows) */
168 pci_ctrl->pitar0 = 0x0;
169 pci_ctrl->pibar0 = 0x0;
170 pci_ctrl->piwar0 = PIWAR_EN | PIWAR_PF | PIWAR_RTT_SNOOP |
171 PIWAR_WTT_SNOOP | PIWAR_IWS_1M;
172
173 pci_ctrl->pitar1 = 0x0;
174 pci_ctrl->pibar1 = 0x0;
175 pci_ctrl->piebar1 = 0x0;
176 pci_ctrl->piwar1 = PIWAR_EN | PIWAR_PF | PIWAR_RTT_SNOOP |
177 PIWAR_WTT_SNOOP | PIWAR_IWS_1M;
178
179 pci_ctrl->pitar2 = 0x0;
180 pci_ctrl->pibar2 = 0x0;
181 pci_ctrl->piebar2 = 0x0;
182 pci_ctrl->piwar2 = PIWAR_EN | PIWAR_PF | PIWAR_RTT_SNOOP |
183 PIWAR_WTT_SNOOP | PIWAR_IWS_1M;
184
185 /* Unlock the configuration bit */
186 mpc83xx_pcislave_unlock(0);
187 printf("PCI: Agent mode enabled\n");
188}
189#endif /* CONFIG_PCISLAVE */