Magnus Damm | f411fad | 2011-12-14 01:36:12 +0900 | [diff] [blame] | 1 | /* |
| 2 | * r8a7779 processor support |
| 3 | * |
Sergei Shtylyov | dace48d | 2013-04-04 18:53:50 +0000 | [diff] [blame] | 4 | * Copyright (C) 2011, 2013 Renesas Solutions Corp. |
Magnus Damm | f411fad | 2011-12-14 01:36:12 +0900 | [diff] [blame] | 5 | * Copyright (C) 2011 Magnus Damm |
Sergei Shtylyov | dace48d | 2013-04-04 18:53:50 +0000 | [diff] [blame] | 6 | * Copyright (C) 2013 Cogent Embedded, Inc. |
Magnus Damm | f411fad | 2011-12-14 01:36:12 +0900 | [diff] [blame] | 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify |
| 9 | * it under the terms of the GNU General Public License as published by |
| 10 | * the Free Software Foundation; version 2 of the License. |
| 11 | * |
| 12 | * This program is distributed in the hope that it will be useful, |
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. |
Magnus Damm | f411fad | 2011-12-14 01:36:12 +0900 | [diff] [blame] | 16 | */ |
Simon Horman | 09c3242 | 2016-03-08 09:42:07 +0900 | [diff] [blame] | 17 | #include <linux/clk/renesas.h> |
Magnus Damm | 131c2e0 | 2015-06-25 17:57:39 +0900 | [diff] [blame] | 18 | #include <linux/clocksource.h> |
Magnus Damm | f411fad | 2011-12-14 01:36:12 +0900 | [diff] [blame] | 19 | #include <linux/init.h> |
Magnus Damm | f411fad | 2011-12-14 01:36:12 +0900 | [diff] [blame] | 20 | #include <linux/irq.h> |
Kuninori Morimoto | 5b3859d | 2013-08-01 23:39:56 -0700 | [diff] [blame] | 21 | #include <linux/irqchip.h> |
| 22 | #include <linux/irqchip/arm-gic.h> |
Geert Uytterhoeven | 1b55353 | 2014-06-20 18:53:05 +0200 | [diff] [blame] | 23 | |
Magnus Damm | f411fad | 2011-12-14 01:36:12 +0900 | [diff] [blame] | 24 | #include <asm/mach/arch.h> |
Magnus Damm | 3e353b87 | 2012-02-29 21:37:43 +0900 | [diff] [blame] | 25 | #include <asm/mach/map.h> |
Geert Uytterhoeven | 1b55353 | 2014-06-20 18:53:05 +0200 | [diff] [blame] | 26 | |
Magnus Damm | fd44aa5 | 2014-06-17 16:47:37 +0900 | [diff] [blame] | 27 | #include "common.h" |
Geert Uytterhoeven | 1b55353 | 2014-06-20 18:53:05 +0200 | [diff] [blame] | 28 | #include "r8a7779.h" |
Magnus Damm | 3e353b87 | 2012-02-29 21:37:43 +0900 | [diff] [blame] | 29 | |
| 30 | static struct map_desc r8a7779_io_desc[] __initdata = { |
Geert Uytterhoeven | 3e94095 | 2014-11-14 17:07:05 +0100 | [diff] [blame] | 31 | /* 2M identity mapping for 0xf0000000 (MPCORE) */ |
Magnus Damm | 3e353b87 | 2012-02-29 21:37:43 +0900 | [diff] [blame] | 32 | { |
| 33 | .virtual = 0xf0000000, |
| 34 | .pfn = __phys_to_pfn(0xf0000000), |
| 35 | .length = SZ_2M, |
| 36 | .type = MT_DEVICE_NONSHARED |
| 37 | }, |
Geert Uytterhoeven | 3e94095 | 2014-11-14 17:07:05 +0100 | [diff] [blame] | 38 | /* 16M identity mapping for 0xfexxxxxx (DMAC-S/HPBREG/INTC2/LRAM/DBSC) */ |
Magnus Damm | 3e353b87 | 2012-02-29 21:37:43 +0900 | [diff] [blame] | 39 | { |
| 40 | .virtual = 0xfe000000, |
| 41 | .pfn = __phys_to_pfn(0xfe000000), |
| 42 | .length = SZ_16M, |
| 43 | .type = MT_DEVICE_NONSHARED |
| 44 | }, |
| 45 | }; |
| 46 | |
Magnus Damm | c99cd90 | 2015-07-16 16:54:03 +0900 | [diff] [blame] | 47 | static void __init r8a7779_map_io(void) |
Magnus Damm | 3e353b87 | 2012-02-29 21:37:43 +0900 | [diff] [blame] | 48 | { |
Geert Uytterhoeven | 7a2071c | 2014-11-14 16:49:47 +0100 | [diff] [blame] | 49 | debug_ll_io_init(); |
Magnus Damm | 3e353b87 | 2012-02-29 21:37:43 +0900 | [diff] [blame] | 50 | iotable_init(r8a7779_io_desc, ARRAY_SIZE(r8a7779_io_desc)); |
| 51 | } |
Magnus Damm | f411fad | 2011-12-14 01:36:12 +0900 | [diff] [blame] | 52 | |
Kuninori Morimoto | 5b3859d | 2013-08-01 23:39:56 -0700 | [diff] [blame] | 53 | /* IRQ */ |
| 54 | #define INT2SMSKCR0 IOMEM(0xfe7822a0) |
| 55 | #define INT2SMSKCR1 IOMEM(0xfe7822a4) |
| 56 | #define INT2SMSKCR2 IOMEM(0xfe7822a8) |
| 57 | #define INT2SMSKCR3 IOMEM(0xfe7822ac) |
| 58 | #define INT2SMSKCR4 IOMEM(0xfe7822b0) |
| 59 | |
| 60 | #define INT2NTSR0 IOMEM(0xfe700060) |
| 61 | #define INT2NTSR1 IOMEM(0xfe700064) |
| 62 | |
Magnus Damm | c99cd90 | 2015-07-16 16:54:03 +0900 | [diff] [blame] | 63 | static void __init r8a7779_init_irq_dt(void) |
Kuninori Morimoto | 5b3859d | 2013-08-01 23:39:56 -0700 | [diff] [blame] | 64 | { |
Kuninori Morimoto | 5b3859d | 2013-08-01 23:39:56 -0700 | [diff] [blame] | 65 | irqchip_init(); |
Magnus Damm | c99cd90 | 2015-07-16 16:54:03 +0900 | [diff] [blame] | 66 | |
Kuninori Morimoto | 5b3859d | 2013-08-01 23:39:56 -0700 | [diff] [blame] | 67 | /* route all interrupts to ARM */ |
| 68 | __raw_writel(0xffffffff, INT2NTSR0); |
| 69 | __raw_writel(0x3fffffff, INT2NTSR1); |
| 70 | |
| 71 | /* unmask all known interrupts in INTCS2 */ |
| 72 | __raw_writel(0xfffffff0, INT2SMSKCR0); |
| 73 | __raw_writel(0xfff7ffff, INT2SMSKCR1); |
| 74 | __raw_writel(0xfffbffdf, INT2SMSKCR2); |
| 75 | __raw_writel(0xbffffffc, INT2SMSKCR3); |
| 76 | __raw_writel(0x003fee3f, INT2SMSKCR4); |
| 77 | } |
| 78 | |
Simon Horman | 3e05f24 | 2014-05-15 20:32:01 +0900 | [diff] [blame] | 79 | #define MODEMR 0xffcc0020 |
| 80 | |
Magnus Damm | c99cd90 | 2015-07-16 16:54:03 +0900 | [diff] [blame] | 81 | static u32 __init r8a7779_read_mode_pins(void) |
Simon Horman | 3e05f24 | 2014-05-15 20:32:01 +0900 | [diff] [blame] | 82 | { |
| 83 | static u32 mode; |
| 84 | static bool mode_valid; |
| 85 | |
| 86 | if (!mode_valid) { |
| 87 | void __iomem *modemr = ioremap_nocache(MODEMR, PAGE_SIZE); |
| 88 | BUG_ON(!modemr); |
| 89 | mode = ioread32(modemr); |
| 90 | iounmap(modemr); |
| 91 | mode_valid = true; |
| 92 | } |
| 93 | |
| 94 | return mode; |
Simon Horman | 10e8d4f | 2012-11-21 22:00:15 +0900 | [diff] [blame] | 95 | } |
| 96 | |
Magnus Damm | 131c2e0 | 2015-06-25 17:57:39 +0900 | [diff] [blame] | 97 | static void __init r8a7779_init_time(void) |
| 98 | { |
| 99 | r8a7779_clocks_init(r8a7779_read_mode_pins()); |
Marc Zyngier | 3722ed2 | 2015-09-28 15:49:18 +0100 | [diff] [blame] | 100 | clocksource_probe(); |
Magnus Damm | 131c2e0 | 2015-06-25 17:57:39 +0900 | [diff] [blame] | 101 | } |
| 102 | |
Nicolas Pitre | 19c233b | 2015-07-27 18:27:52 -0400 | [diff] [blame] | 103 | static const char *const r8a7779_compat_dt[] __initconst = { |
Simon Horman | 10e8d4f | 2012-11-21 22:00:15 +0900 | [diff] [blame] | 104 | "renesas,r8a7779", |
| 105 | NULL, |
| 106 | }; |
| 107 | |
Kuninori Morimoto | abe0e14 | 2013-03-03 23:11:20 -0800 | [diff] [blame] | 108 | DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)") |
Magnus Damm | 44ade5e | 2015-07-13 15:15:02 +0900 | [diff] [blame] | 109 | .smp = smp_ops(r8a7779_smp_ops), |
Simon Horman | 10e8d4f | 2012-11-21 22:00:15 +0900 | [diff] [blame] | 110 | .map_io = r8a7779_map_io, |
Simon Horman | 0157b62 | 2014-05-16 13:42:59 +0900 | [diff] [blame] | 111 | .init_early = shmobile_init_delay, |
Magnus Damm | 131c2e0 | 2015-06-25 17:57:39 +0900 | [diff] [blame] | 112 | .init_time = r8a7779_init_time, |
Simon Horman | 10e8d4f | 2012-11-21 22:00:15 +0900 | [diff] [blame] | 113 | .init_irq = r8a7779_init_irq_dt, |
Magnus Damm | d5b00b9 | 2014-07-31 08:32:33 +0900 | [diff] [blame] | 114 | .init_late = shmobile_init_late, |
Simon Horman | 10e8d4f | 2012-11-21 22:00:15 +0900 | [diff] [blame] | 115 | .dt_compat = r8a7779_compat_dt, |
| 116 | MACHINE_END |