blob: 70eb01d96085981d2c0cae2834da22fe08fe105d [file] [log] [blame]
Jason Cooper3d468b62012-02-27 16:07:13 +00001/*
2 * Copyright 2012 (C), Jason Cooper <jason@lakedaemon.net>
3 *
4 * arch/arm/mach-kirkwood/board-dt.c
5 *
Jason Cooper6fa6b872012-03-15 00:52:31 +00006 * Flattened Device Tree board initialization
Jason Cooper3d468b62012-02-27 16:07:13 +00007 *
8 * This file is licensed under the terms of the GNU General Public
9 * License version 2. This program is licensed "as is" without any
10 * warranty of any kind, whether express or implied.
11 */
12
13#include <linux/kernel.h>
14#include <linux/init.h>
Jason Cooper3d468b62012-02-27 16:07:13 +000015#include <linux/of.h>
Jason Cooper3d468b62012-02-27 16:07:13 +000016#include <linux/of_platform.h>
Ian Campbella7ac56d2012-04-29 14:40:42 +010017#include <linux/kexec.h>
Jason Cooper3d468b62012-02-27 16:07:13 +000018#include <asm/mach/arch.h>
Jason Cooper2b45e052012-02-29 17:39:08 +000019#include <asm/mach/map.h>
Jason Cooper2b45e052012-02-29 17:39:08 +000020#include <mach/bridge-regs.h>
Andrew Lunn278b45b2012-06-27 13:40:04 +020021#include <plat/irq.h>
Jason Cooper3d468b62012-02-27 16:07:13 +000022#include "common.h"
Jason Cooper3d468b62012-02-27 16:07:13 +000023
24static struct of_device_id kirkwood_dt_match_table[] __initdata = {
25 { .compatible = "simple-bus", },
26 { }
27};
28
Michael Walle76372122012-06-06 20:30:57 +020029struct of_dev_auxdata kirkwood_auxdata_lookup[] __initdata = {
30 OF_DEV_AUXDATA("marvell,orion-spi", 0xf1010600, "orion_spi.0", NULL),
Andrew Lunne91cac02012-07-20 13:51:55 +020031 OF_DEV_AUXDATA("marvell,mv64xxx-i2c", 0xf1011000, "mv64xxx_i2c.0",
32 NULL),
Jason Gunthorpebff08442012-10-01 17:59:32 -060033 OF_DEV_AUXDATA("marvell,mv64xxx-i2c", 0xf1011100, "mv64xxx_i2c.1",
34 NULL),
Andrew Lunn1e7bad02012-06-10 15:20:06 +020035 OF_DEV_AUXDATA("marvell,orion-wdt", 0xf1020300, "orion_wdt", NULL),
Andrew Lunn97b414e2012-06-10 16:45:37 +020036 OF_DEV_AUXDATA("marvell,orion-sata", 0xf1080000, "sata_mv.0", NULL),
Andrew Lunnf39c1102012-07-18 19:22:54 +020037 OF_DEV_AUXDATA("marvell,orion-nand", 0xf4000000, "orion_nand", NULL),
Andrew Lunnf37fbd32012-09-03 20:29:34 +020038 OF_DEV_AUXDATA("marvell,orion-crypto", 0xf1030000, "mv_crypto", NULL),
Michael Walle76372122012-06-06 20:30:57 +020039 {},
40};
41
Jason Cooper3d468b62012-02-27 16:07:13 +000042static void __init kirkwood_dt_init(void)
43{
Jason Cooper2b45e052012-02-29 17:39:08 +000044 pr_info("Kirkwood: %s, TCLK=%d.\n", kirkwood_id(), kirkwood_tclk);
45
46 /*
47 * Disable propagation of mbus errors to the CPU local bus,
48 * as this causes mbus errors (which can occur for example
49 * for PCI aborts) to throw CPU aborts, which we're not set
50 * up to deal with.
51 */
52 writel(readl(CPU_CONFIG) & ~CPU_CONFIG_ERROR_PROP, CPU_CONFIG);
53
54 kirkwood_setup_cpu_mbus();
55
Jason Cooper2b45e052012-02-29 17:39:08 +000056 kirkwood_l2_init();
Jason Cooper2b45e052012-02-29 17:39:08 +000057
Andrew Lunn2f129bf2011-12-15 08:15:07 +010058 /* Setup root of clk tree */
59 kirkwood_clk_init();
60
Jason Cooper2b45e052012-02-29 17:39:08 +000061 /* internal devices that every board has */
Jason Cooper2b45e052012-02-29 17:39:08 +000062 kirkwood_xor0_init();
63 kirkwood_xor1_init();
Jason Cooper2b45e052012-02-29 17:39:08 +000064
65#ifdef CONFIG_KEXEC
66 kexec_reinit = kirkwood_enable_pcie;
67#endif
Jason Cooper3d468b62012-02-27 16:07:13 +000068
69 if (of_machine_is_compatible("globalscale,dreamplug"))
70 dreamplug_init();
71
Jamie Lentin9007d102012-04-18 11:06:40 +010072 if (of_machine_is_compatible("dlink,dns-kirkwood"))
73 dnskw_init();
74
Arnaud Patard (Rtp)c06cd9b2012-04-18 23:16:41 +020075 if (of_machine_is_compatible("iom,iconnect"))
76 iconnect_init();
77
Simon Baatzf5520362012-04-30 23:55:17 +020078 if (of_machine_is_compatible("raidsonic,ib-nas62x0"))
79 ib62x0_init();
80
Andrew Lunn9eb61f42012-05-12 14:57:59 +020081 if (of_machine_is_compatible("qnap,ts219"))
82 qnap_dt_ts219_init();
83
Sebastian Hesselbarthdd88db72012-08-14 22:43:41 +020084 if (of_machine_is_compatible("seagate,dockstar"))
85 dockstar_dt_init();
86
Josh Coombs5136b2a2012-07-16 11:52:50 +020087 if (of_machine_is_compatible("seagate,goflexnet"))
88 goflexnet_init();
89
Michael Walle4aff38a2012-07-17 07:25:55 +020090 if (of_machine_is_compatible("buffalo,lsxl"))
91 lsxl_init();
92
Alan M Butler4f48b7f2012-08-20 15:29:07 +010093 if (of_machine_is_compatible("iom,ix2-200"))
94 iomega_ix2_200_init();
95
Valentin Longchamp0510c8a2012-09-04 11:55:02 +020096 if (of_machine_is_compatible("keymile,km_kirkwood"))
97 km_kirkwood_init();
98
Simon Guinotecee1e42012-10-17 12:09:04 +020099 if (of_machine_is_compatible("lacie,inetspace_v2") ||
100 of_machine_is_compatible("lacie,netspace_v2") ||
Simon Guinotca7d9452012-10-17 12:09:05 +0200101 of_machine_is_compatible("lacie,netspace_max_v2") ||
Simon Guinot7f9871d2012-10-17 12:09:06 +0200102 of_machine_is_compatible("lacie,netspace_lite_v2") ||
103 of_machine_is_compatible("lacie,netspace_mini_v2"))
Simon Guinotecee1e42012-10-17 12:09:04 +0200104 ns2_init();
105
Stefan Peter5492a112012-11-18 16:46:16 +0100106 if (of_machine_is_compatible("mpl,cec4"))
107 mplcec4_init();
108
Nobuhiro Iwamatsuf17073a2012-11-13 16:43:09 +0900109 if (of_machine_is_compatible("plathome,openblocks-a6"))
110 openblocks_a6_init();
111
Jason Cooper767fc1e2012-10-22 02:15:35 +0000112 if (of_machine_is_compatible("usi,topkick"))
113 usi_topkick_init();
114
Tero Jaaskoafcad882012-10-26 18:56:16 +0300115 if (of_machine_is_compatible("zyxel,nsa310"))
116 nsa310_init();
117
Michael Walle76372122012-06-06 20:30:57 +0200118 of_platform_populate(NULL, kirkwood_dt_match_table,
119 kirkwood_auxdata_lookup, NULL);
Jason Cooper3d468b62012-02-27 16:07:13 +0000120}
121
122static const char *kirkwood_dt_board_compat[] = {
123 "globalscale,dreamplug",
Jamie Lentin9007d102012-04-18 11:06:40 +0100124 "dlink,dns-320",
125 "dlink,dns-325",
Arnaud Patard (Rtp)c06cd9b2012-04-18 23:16:41 +0200126 "iom,iconnect",
Simon Baatzf5520362012-04-30 23:55:17 +0200127 "raidsonic,ib-nas62x0",
Andrew Lunn9eb61f42012-05-12 14:57:59 +0200128 "qnap,ts219",
Sebastian Hesselbarthdd88db72012-08-14 22:43:41 +0200129 "seagate,dockstar",
Josh Coombs5136b2a2012-07-16 11:52:50 +0200130 "seagate,goflexnet",
Michael Walle4aff38a2012-07-17 07:25:55 +0200131 "buffalo,lsxl",
Alan M Butler4f48b7f2012-08-20 15:29:07 +0100132 "iom,ix2-200",
Valentin Longchamp0510c8a2012-09-04 11:55:02 +0200133 "keymile,km_kirkwood",
Simon Guinotecee1e42012-10-17 12:09:04 +0200134 "lacie,inetspace_v2",
135 "lacie,netspace_max_v2",
136 "lacie,netspace_v2",
Simon Guinotca7d9452012-10-17 12:09:05 +0200137 "lacie,netspace_lite_v2",
Simon Guinot7f9871d2012-10-17 12:09:06 +0200138 "lacie,netspace_mini_v2",
Stefan Peter5492a112012-11-18 16:46:16 +0100139 "mpl,cec4",
Nobuhiro Iwamatsuf17073a2012-11-13 16:43:09 +0900140 "plathome,openblocks-a6",
Jason Cooper767fc1e2012-10-22 02:15:35 +0000141 "usi,topkick",
Tero Jaaskoafcad882012-10-26 18:56:16 +0300142 "zyxel,nsa310",
Jason Cooper3d468b62012-02-27 16:07:13 +0000143 NULL
144};
145
146DT_MACHINE_START(KIRKWOOD_DT, "Marvell Kirkwood (Flattened Device Tree)")
147 /* Maintainer: Jason Cooper <jason@lakedaemon.net> */
148 .map_io = kirkwood_map_io,
149 .init_early = kirkwood_init_early,
Andrew Lunn278b45b2012-06-27 13:40:04 +0200150 .init_irq = orion_dt_init_irq,
Jason Cooper3d468b62012-02-27 16:07:13 +0000151 .timer = &kirkwood_timer,
152 .init_machine = kirkwood_dt_init,
153 .restart = kirkwood_restart,
154 .dt_compat = kirkwood_dt_board_compat,
155MACHINE_END