2 * arch/arm/mach-kirkwood/common.c
4 * Core functions for Marvell Kirkwood SoCs
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
11 #include <linux/kernel.h>
12 #include <linux/init.h>
13 #include <linux/platform_device.h>
14 #include <linux/serial_8250.h>
15 #include <linux/ata_platform.h>
16 #include <linux/mtd/nand.h>
17 #include <linux/dma-mapping.h>
20 #include <asm/timex.h>
21 #include <asm/kexec.h>
22 #include <asm/mach/map.h>
23 #include <asm/mach/time.h>
24 #include <mach/kirkwood.h>
25 #include <mach/bridge-regs.h>
26 #include <plat/audio.h>
27 #include <plat/cache-feroceon-l2.h>
28 #include <plat/mvsdio.h>
29 #include <plat/orion_nand.h>
30 #include <plat/ehci-orion.h>
31 #include <plat/common.h>
32 #include <plat/time.h>
33 #include <plat/addr-map.h>
36 /*****************************************************************************
38 ****************************************************************************/
39 static struct map_desc kirkwood_io_desc
[] __initdata
= {
41 .virtual = KIRKWOOD_PCIE_IO_VIRT_BASE
,
42 .pfn
= __phys_to_pfn(KIRKWOOD_PCIE_IO_PHYS_BASE
),
43 .length
= KIRKWOOD_PCIE_IO_SIZE
,
46 .virtual = KIRKWOOD_PCIE1_IO_VIRT_BASE
,
47 .pfn
= __phys_to_pfn(KIRKWOOD_PCIE1_IO_PHYS_BASE
),
48 .length
= KIRKWOOD_PCIE1_IO_SIZE
,
51 .virtual = KIRKWOOD_REGS_VIRT_BASE
,
52 .pfn
= __phys_to_pfn(KIRKWOOD_REGS_PHYS_BASE
),
53 .length
= KIRKWOOD_REGS_SIZE
,
58 void __init
kirkwood_map_io(void)
60 iotable_init(kirkwood_io_desc
, ARRAY_SIZE(kirkwood_io_desc
));
64 * Default clock control bits. Any bit _not_ set in this variable
65 * will be cleared from the hardware after platform devices have been
66 * registered. Some reserved bits must be set to 1.
68 unsigned int kirkwood_clk_ctrl
= CGC_DUNIT
| CGC_RESERVED
;
71 /*****************************************************************************
73 ****************************************************************************/
74 void __init
kirkwood_ehci_init(void)
76 kirkwood_clk_ctrl
|= CGC_USB0
;
77 orion_ehci_init(USB_PHYS_BASE
, IRQ_KIRKWOOD_USB
, EHCI_PHY_NA
);
81 /*****************************************************************************
83 ****************************************************************************/
84 void __init
kirkwood_ge00_init(struct mv643xx_eth_platform_data
*eth_data
)
86 kirkwood_clk_ctrl
|= CGC_GE0
;
88 orion_ge00_init(eth_data
,
89 GE00_PHYS_BASE
, IRQ_KIRKWOOD_GE00_SUM
,
90 IRQ_KIRKWOOD_GE00_ERR
, kirkwood_tclk
);
94 /*****************************************************************************
96 ****************************************************************************/
97 void __init
kirkwood_ge01_init(struct mv643xx_eth_platform_data
*eth_data
)
100 kirkwood_clk_ctrl
|= CGC_GE1
;
102 orion_ge01_init(eth_data
,
103 GE01_PHYS_BASE
, IRQ_KIRKWOOD_GE01_SUM
,
104 IRQ_KIRKWOOD_GE01_ERR
, kirkwood_tclk
);
108 /*****************************************************************************
110 ****************************************************************************/
111 void __init
kirkwood_ge00_switch_init(struct dsa_platform_data
*d
, int irq
)
113 orion_ge00_switch_init(d
, irq
);
117 /*****************************************************************************
119 ****************************************************************************/
120 static struct resource kirkwood_nand_resource
= {
121 .flags
= IORESOURCE_MEM
,
122 .start
= KIRKWOOD_NAND_MEM_PHYS_BASE
,
123 .end
= KIRKWOOD_NAND_MEM_PHYS_BASE
+
124 KIRKWOOD_NAND_MEM_SIZE
- 1,
127 static struct orion_nand_data kirkwood_nand_data
= {
133 static struct platform_device kirkwood_nand_flash
= {
134 .name
= "orion_nand",
137 .platform_data
= &kirkwood_nand_data
,
139 .resource
= &kirkwood_nand_resource
,
143 void __init
kirkwood_nand_init(struct mtd_partition
*parts
, int nr_parts
,
146 kirkwood_clk_ctrl
|= CGC_RUNIT
;
147 kirkwood_nand_data
.parts
= parts
;
148 kirkwood_nand_data
.nr_parts
= nr_parts
;
149 kirkwood_nand_data
.chip_delay
= chip_delay
;
150 platform_device_register(&kirkwood_nand_flash
);
153 void __init
kirkwood_nand_init_rnb(struct mtd_partition
*parts
, int nr_parts
,
154 int (*dev_ready
)(struct mtd_info
*))
156 kirkwood_clk_ctrl
|= CGC_RUNIT
;
157 kirkwood_nand_data
.parts
= parts
;
158 kirkwood_nand_data
.nr_parts
= nr_parts
;
159 kirkwood_nand_data
.dev_ready
= dev_ready
;
160 platform_device_register(&kirkwood_nand_flash
);
163 /*****************************************************************************
165 ****************************************************************************/
166 static void __init
kirkwood_rtc_init(void)
168 orion_rtc_init(RTC_PHYS_BASE
, IRQ_KIRKWOOD_RTC
);
172 /*****************************************************************************
174 ****************************************************************************/
175 void __init
kirkwood_sata_init(struct mv_sata_platform_data
*sata_data
)
177 kirkwood_clk_ctrl
|= CGC_SATA0
;
178 if (sata_data
->n_ports
> 1)
179 kirkwood_clk_ctrl
|= CGC_SATA1
;
181 orion_sata_init(sata_data
, SATA_PHYS_BASE
, IRQ_KIRKWOOD_SATA
);
185 /*****************************************************************************
187 ****************************************************************************/
188 static struct resource mvsdio_resources
[] = {
190 .start
= SDIO_PHYS_BASE
,
191 .end
= SDIO_PHYS_BASE
+ SZ_1K
- 1,
192 .flags
= IORESOURCE_MEM
,
195 .start
= IRQ_KIRKWOOD_SDIO
,
196 .end
= IRQ_KIRKWOOD_SDIO
,
197 .flags
= IORESOURCE_IRQ
,
201 static u64 mvsdio_dmamask
= DMA_BIT_MASK(32);
203 static struct platform_device kirkwood_sdio
= {
207 .dma_mask
= &mvsdio_dmamask
,
208 .coherent_dma_mask
= DMA_BIT_MASK(32),
210 .num_resources
= ARRAY_SIZE(mvsdio_resources
),
211 .resource
= mvsdio_resources
,
214 void __init
kirkwood_sdio_init(struct mvsdio_platform_data
*mvsdio_data
)
218 kirkwood_pcie_id(&dev
, &rev
);
219 if (rev
== 0 && dev
!= MV88F6282_DEV_ID
) /* catch all Kirkwood Z0's */
220 mvsdio_data
->clock
= 100000000;
222 mvsdio_data
->clock
= 200000000;
223 kirkwood_clk_ctrl
|= CGC_SDIO
;
224 kirkwood_sdio
.dev
.platform_data
= mvsdio_data
;
225 platform_device_register(&kirkwood_sdio
);
229 /*****************************************************************************
231 ****************************************************************************/
232 void __init
kirkwood_spi_init()
234 kirkwood_clk_ctrl
|= CGC_RUNIT
;
235 orion_spi_init(SPI_PHYS_BASE
, kirkwood_tclk
);
239 /*****************************************************************************
241 ****************************************************************************/
242 void __init
kirkwood_i2c_init(void)
244 orion_i2c_init(I2C_PHYS_BASE
, IRQ_KIRKWOOD_TWSI
, 8);
248 /*****************************************************************************
250 ****************************************************************************/
252 void __init
kirkwood_uart0_init(void)
254 orion_uart0_init(UART0_VIRT_BASE
, UART0_PHYS_BASE
,
255 IRQ_KIRKWOOD_UART_0
, kirkwood_tclk
);
259 /*****************************************************************************
261 ****************************************************************************/
262 void __init
kirkwood_uart1_init(void)
264 orion_uart1_init(UART1_VIRT_BASE
, UART1_PHYS_BASE
,
265 IRQ_KIRKWOOD_UART_1
, kirkwood_tclk
);
268 /*****************************************************************************
269 * Cryptographic Engines and Security Accelerator (CESA)
270 ****************************************************************************/
271 void __init
kirkwood_crypto_init(void)
273 kirkwood_clk_ctrl
|= CGC_CRYPTO
;
274 orion_crypto_init(CRYPTO_PHYS_BASE
, KIRKWOOD_SRAM_PHYS_BASE
,
275 KIRKWOOD_SRAM_SIZE
, IRQ_KIRKWOOD_CRYPTO
);
279 /*****************************************************************************
281 ****************************************************************************/
282 static void __init
kirkwood_xor0_init(void)
284 kirkwood_clk_ctrl
|= CGC_XOR0
;
286 orion_xor0_init(XOR0_PHYS_BASE
, XOR0_HIGH_PHYS_BASE
,
287 IRQ_KIRKWOOD_XOR_00
, IRQ_KIRKWOOD_XOR_01
);
291 /*****************************************************************************
293 ****************************************************************************/
294 static void __init
kirkwood_xor1_init(void)
296 kirkwood_clk_ctrl
|= CGC_XOR1
;
298 orion_xor1_init(XOR1_PHYS_BASE
, XOR1_HIGH_PHYS_BASE
,
299 IRQ_KIRKWOOD_XOR_10
, IRQ_KIRKWOOD_XOR_11
);
303 /*****************************************************************************
305 ****************************************************************************/
306 static void __init
kirkwood_wdt_init(void)
308 orion_wdt_init(kirkwood_tclk
);
312 /*****************************************************************************
314 ****************************************************************************/
315 void __init
kirkwood_init_early(void)
317 orion_time_set_base(TIMER_VIRT_BASE
);
322 static int __init
kirkwood_find_tclk(void)
326 kirkwood_pcie_id(&dev
, &rev
);
328 if (dev
== MV88F6281_DEV_ID
|| dev
== MV88F6282_DEV_ID
)
329 if (((readl(SAMPLE_AT_RESET
) >> 21) & 1) == 0)
335 static void __init
kirkwood_timer_init(void)
337 kirkwood_tclk
= kirkwood_find_tclk();
339 orion_time_init(BRIDGE_VIRT_BASE
, BRIDGE_INT_TIMER1_CLR
,
340 IRQ_KIRKWOOD_BRIDGE
, kirkwood_tclk
);
343 struct sys_timer kirkwood_timer
= {
344 .init
= kirkwood_timer_init
,
347 /*****************************************************************************
349 ****************************************************************************/
350 static struct resource kirkwood_i2s_resources
[] = {
352 .start
= AUDIO_PHYS_BASE
,
353 .end
= AUDIO_PHYS_BASE
+ SZ_16K
- 1,
354 .flags
= IORESOURCE_MEM
,
357 .start
= IRQ_KIRKWOOD_I2S
,
358 .end
= IRQ_KIRKWOOD_I2S
,
359 .flags
= IORESOURCE_IRQ
,
363 static struct kirkwood_asoc_platform_data kirkwood_i2s_data
= {
367 static struct platform_device kirkwood_i2s_device
= {
368 .name
= "kirkwood-i2s",
370 .num_resources
= ARRAY_SIZE(kirkwood_i2s_resources
),
371 .resource
= kirkwood_i2s_resources
,
373 .platform_data
= &kirkwood_i2s_data
,
377 static struct platform_device kirkwood_pcm_device
= {
378 .name
= "kirkwood-pcm-audio",
382 void __init
kirkwood_audio_init(void)
384 kirkwood_clk_ctrl
|= CGC_AUDIO
;
385 platform_device_register(&kirkwood_i2s_device
);
386 platform_device_register(&kirkwood_pcm_device
);
389 /*****************************************************************************
391 ****************************************************************************/
393 * Identify device ID and revision.
395 static char * __init
kirkwood_id(void)
399 kirkwood_pcie_id(&dev
, &rev
);
401 if (dev
== MV88F6281_DEV_ID
) {
402 if (rev
== MV88F6281_REV_Z0
)
403 return "MV88F6281-Z0";
404 else if (rev
== MV88F6281_REV_A0
)
405 return "MV88F6281-A0";
406 else if (rev
== MV88F6281_REV_A1
)
407 return "MV88F6281-A1";
409 return "MV88F6281-Rev-Unsupported";
410 } else if (dev
== MV88F6192_DEV_ID
) {
411 if (rev
== MV88F6192_REV_Z0
)
412 return "MV88F6192-Z0";
413 else if (rev
== MV88F6192_REV_A0
)
414 return "MV88F6192-A0";
415 else if (rev
== MV88F6192_REV_A1
)
416 return "MV88F6192-A1";
418 return "MV88F6192-Rev-Unsupported";
419 } else if (dev
== MV88F6180_DEV_ID
) {
420 if (rev
== MV88F6180_REV_A0
)
421 return "MV88F6180-Rev-A0";
422 else if (rev
== MV88F6180_REV_A1
)
423 return "MV88F6180-Rev-A1";
425 return "MV88F6180-Rev-Unsupported";
426 } else if (dev
== MV88F6282_DEV_ID
) {
427 if (rev
== MV88F6282_REV_A0
)
428 return "MV88F6282-Rev-A0";
429 else if (rev
== MV88F6282_REV_A1
)
430 return "MV88F6282-Rev-A1";
432 return "MV88F6282-Rev-Unsupported";
434 return "Device-Unknown";
438 static void __init
kirkwood_l2_init(void)
440 #ifdef CONFIG_CACHE_FEROCEON_L2_WRITETHROUGH
441 writel(readl(L2_CONFIG_REG
) | L2_WRITETHROUGH
, L2_CONFIG_REG
);
444 writel(readl(L2_CONFIG_REG
) & ~L2_WRITETHROUGH
, L2_CONFIG_REG
);
449 void __init
kirkwood_init(void)
451 printk(KERN_INFO
"Kirkwood: %s, TCLK=%d.\n",
452 kirkwood_id(), kirkwood_tclk
);
453 kirkwood_i2s_data
.tclk
= kirkwood_tclk
;
456 * Disable propagation of mbus errors to the CPU local bus,
457 * as this causes mbus errors (which can occur for example
458 * for PCI aborts) to throw CPU aborts, which we're not set
461 writel(readl(CPU_CONFIG
) & ~CPU_CONFIG_ERROR_PROP
, CPU_CONFIG
);
463 kirkwood_setup_cpu_mbus();
465 #ifdef CONFIG_CACHE_FEROCEON_L2
469 /* internal devices that every board has */
472 kirkwood_xor0_init();
473 kirkwood_xor1_init();
474 kirkwood_crypto_init();
477 kexec_reinit
= kirkwood_enable_pcie
;
481 static int __init
kirkwood_clock_gate(void)
483 unsigned int curr
= readl(CLOCK_GATING_CTRL
);
486 kirkwood_pcie_id(&dev
, &rev
);
487 printk(KERN_DEBUG
"Gating clock of unused units\n");
488 printk(KERN_DEBUG
"before: 0x%08x\n", curr
);
490 /* Make sure those units are accessible */
491 writel(curr
| CGC_SATA0
| CGC_SATA1
| CGC_PEX0
| CGC_PEX1
, CLOCK_GATING_CTRL
);
493 /* For SATA: first shutdown the phy */
494 if (!(kirkwood_clk_ctrl
& CGC_SATA0
)) {
495 /* Disable PLL and IVREF */
496 writel(readl(SATA0_PHY_MODE_2
) & ~0xf, SATA0_PHY_MODE_2
);
498 writel(readl(SATA0_IF_CTRL
) | 0x200, SATA0_IF_CTRL
);
500 if (!(kirkwood_clk_ctrl
& CGC_SATA1
)) {
501 /* Disable PLL and IVREF */
502 writel(readl(SATA1_PHY_MODE_2
) & ~0xf, SATA1_PHY_MODE_2
);
504 writel(readl(SATA1_IF_CTRL
) | 0x200, SATA1_IF_CTRL
);
507 /* For PCIe: first shutdown the phy */
508 if (!(kirkwood_clk_ctrl
& CGC_PEX0
)) {
509 writel(readl(PCIE_LINK_CTRL
) | 0x10, PCIE_LINK_CTRL
);
511 if (readl(PCIE_STATUS
) & 0x1)
513 writel(readl(PCIE_LINK_CTRL
) & ~0x10, PCIE_LINK_CTRL
);
516 /* For PCIe 1: first shutdown the phy */
517 if (dev
== MV88F6282_DEV_ID
) {
518 if (!(kirkwood_clk_ctrl
& CGC_PEX1
)) {
519 writel(readl(PCIE1_LINK_CTRL
) | 0x10, PCIE1_LINK_CTRL
);
521 if (readl(PCIE1_STATUS
) & 0x1)
523 writel(readl(PCIE1_LINK_CTRL
) & ~0x10, PCIE1_LINK_CTRL
);
525 } else /* keep this bit set for devices that don't have PCIe1 */
526 kirkwood_clk_ctrl
|= CGC_PEX1
;
528 /* Now gate clock the required units */
529 writel(kirkwood_clk_ctrl
, CLOCK_GATING_CTRL
);
530 printk(KERN_DEBUG
" after: 0x%08x\n", readl(CLOCK_GATING_CTRL
));
534 late_initcall(kirkwood_clock_gate
);
536 void kirkwood_restart(char mode
, const char *cmd
)
539 * Enable soft reset to assert RSTOUTn.
541 writel(SOFT_RESET_OUT_EN
, RSTOUTn_MASK
);
546 writel(SOFT_RESET
, SYSTEM_SOFT_RESET
);