Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree Source for the r8a7790 SoC |
| 3 | * |
Kazuya Mizuguchi | b621f6d | 2015-02-19 10:42:55 -0500 | [diff] [blame] | 4 | * Copyright (C) 2015 Renesas Electronics Corporation |
Sergei Shtylyov | d8913c6 | 2014-02-20 02:20:43 +0300 | [diff] [blame] | 5 | * Copyright (C) 2013-2014 Renesas Solutions Corp. |
| 6 | * Copyright (C) 2014 Cogent Embedded Inc. |
Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 7 | * |
| 8 | * This file is licensed under the terms of the GNU General Public License |
| 9 | * version 2. This program is licensed "as is" without any warranty of any |
| 10 | * kind, whether express or implied. |
| 11 | */ |
| 12 | |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 13 | #include <dt-bindings/clock/r8a7790-clock.h> |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 14 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
| 15 | #include <dt-bindings/interrupt-controller/irq.h> |
| 16 | |
Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 17 | / { |
| 18 | compatible = "renesas,r8a7790"; |
| 19 | interrupt-parent = <&gic>; |
Takashi Yoshii | 8585deb | 2013-03-29 16:49:17 +0900 | [diff] [blame] | 20 | #address-cells = <2>; |
| 21 | #size-cells = <2>; |
Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 22 | |
Wolfram Sang | 6b1d7c6 | 2014-02-16 10:40:58 +0100 | [diff] [blame] | 23 | aliases { |
| 24 | i2c0 = &i2c0; |
| 25 | i2c1 = &i2c1; |
| 26 | i2c2 = &i2c2; |
| 27 | i2c3 = &i2c3; |
Wolfram Sang | 05f3991 | 2014-03-25 19:56:29 +0100 | [diff] [blame] | 28 | i2c4 = &iic0; |
| 29 | i2c5 = &iic1; |
| 30 | i2c6 = &iic2; |
| 31 | i2c7 = &iic3; |
Geert Uytterhoeven | fad6d45 | 2014-02-25 11:30:13 +0100 | [diff] [blame] | 32 | spi0 = &qspi; |
Geert Uytterhoeven | ae8a614 | 2014-02-25 11:30:15 +0100 | [diff] [blame] | 33 | spi1 = &msiof0; |
| 34 | spi2 = &msiof1; |
| 35 | spi3 = &msiof2; |
| 36 | spi4 = &msiof3; |
Ben Dooks | 9f685bf | 2014-08-13 00:16:18 +0400 | [diff] [blame] | 37 | vin0 = &vin0; |
| 38 | vin1 = &vin1; |
| 39 | vin2 = &vin2; |
| 40 | vin3 = &vin3; |
Wolfram Sang | 6b1d7c6 | 2014-02-16 10:40:58 +0100 | [diff] [blame] | 41 | }; |
| 42 | |
Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 43 | cpus { |
| 44 | #address-cells = <1>; |
| 45 | #size-cells = <0>; |
| 46 | |
| 47 | cpu0: cpu@0 { |
| 48 | device_type = "cpu"; |
| 49 | compatible = "arm,cortex-a15"; |
| 50 | reg = <0>; |
| 51 | clock-frequency = <1300000000>; |
Benoit Cousson | b989e13 | 2014-06-03 21:02:24 +0900 | [diff] [blame] | 52 | voltage-tolerance = <1>; /* 1% */ |
| 53 | clocks = <&cpg_clocks R8A7790_CLK_Z>; |
| 54 | clock-latency = <300000>; /* 300 us */ |
| 55 | |
| 56 | /* kHz - uV - OPPs unknown yet */ |
| 57 | operating-points = <1400000 1000000>, |
| 58 | <1225000 1000000>, |
| 59 | <1050000 1000000>, |
| 60 | < 875000 1000000>, |
| 61 | < 700000 1000000>, |
| 62 | < 350000 1000000>; |
Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 63 | }; |
Magnus Damm | c1f9597 | 2013-08-29 08:22:17 +0900 | [diff] [blame] | 64 | |
| 65 | cpu1: cpu@1 { |
| 66 | device_type = "cpu"; |
| 67 | compatible = "arm,cortex-a15"; |
| 68 | reg = <1>; |
| 69 | clock-frequency = <1300000000>; |
| 70 | }; |
| 71 | |
| 72 | cpu2: cpu@2 { |
| 73 | device_type = "cpu"; |
| 74 | compatible = "arm,cortex-a15"; |
| 75 | reg = <2>; |
| 76 | clock-frequency = <1300000000>; |
| 77 | }; |
| 78 | |
| 79 | cpu3: cpu@3 { |
| 80 | device_type = "cpu"; |
| 81 | compatible = "arm,cortex-a15"; |
| 82 | reg = <3>; |
| 83 | clock-frequency = <1300000000>; |
| 84 | }; |
Magnus Damm | 2007e74 | 2013-09-15 00:28:58 +0900 | [diff] [blame] | 85 | |
| 86 | cpu4: cpu@4 { |
| 87 | device_type = "cpu"; |
| 88 | compatible = "arm,cortex-a7"; |
| 89 | reg = <0x100>; |
| 90 | clock-frequency = <780000000>; |
| 91 | }; |
| 92 | |
| 93 | cpu5: cpu@5 { |
| 94 | device_type = "cpu"; |
| 95 | compatible = "arm,cortex-a7"; |
| 96 | reg = <0x101>; |
| 97 | clock-frequency = <780000000>; |
| 98 | }; |
| 99 | |
| 100 | cpu6: cpu@6 { |
| 101 | device_type = "cpu"; |
| 102 | compatible = "arm,cortex-a7"; |
| 103 | reg = <0x102>; |
| 104 | clock-frequency = <780000000>; |
| 105 | }; |
| 106 | |
| 107 | cpu7: cpu@7 { |
| 108 | device_type = "cpu"; |
| 109 | compatible = "arm,cortex-a7"; |
| 110 | reg = <0x103>; |
| 111 | clock-frequency = <780000000>; |
| 112 | }; |
Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 113 | }; |
| 114 | |
| 115 | gic: interrupt-controller@f1001000 { |
| 116 | compatible = "arm,cortex-a15-gic"; |
| 117 | #interrupt-cells = <3>; |
| 118 | #address-cells = <0>; |
| 119 | interrupt-controller; |
Takashi Yoshii | 8585deb | 2013-03-29 16:49:17 +0900 | [diff] [blame] | 120 | reg = <0 0xf1001000 0 0x1000>, |
| 121 | <0 0xf1002000 0 0x1000>, |
| 122 | <0 0xf1004000 0 0x2000>, |
| 123 | <0 0xf1006000 0 0x2000>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 124 | interrupts = <1 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; |
Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 125 | }; |
| 126 | |
Magnus Damm | 23de227 | 2013-11-21 14:19:29 +0900 | [diff] [blame] | 127 | gpio0: gpio@e6050000 { |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 128 | compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; |
Magnus Damm | 23de227 | 2013-11-21 14:19:29 +0900 | [diff] [blame] | 129 | reg = <0 0xe6050000 0 0x50>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 130 | interrupts = <0 4 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 131 | #gpio-cells = <2>; |
| 132 | gpio-controller; |
| 133 | gpio-ranges = <&pfc 0 0 32>; |
| 134 | #interrupt-cells = <2>; |
| 135 | interrupt-controller; |
Geert Uytterhoeven | 81f6883 | 2014-04-23 10:25:27 +0200 | [diff] [blame] | 136 | clocks = <&mstp9_clks R8A7790_CLK_GPIO0>; |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 137 | }; |
| 138 | |
Magnus Damm | 23de227 | 2013-11-21 14:19:29 +0900 | [diff] [blame] | 139 | gpio1: gpio@e6051000 { |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 140 | compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; |
Magnus Damm | 23de227 | 2013-11-21 14:19:29 +0900 | [diff] [blame] | 141 | reg = <0 0xe6051000 0 0x50>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 142 | interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 143 | #gpio-cells = <2>; |
| 144 | gpio-controller; |
| 145 | gpio-ranges = <&pfc 0 32 32>; |
| 146 | #interrupt-cells = <2>; |
| 147 | interrupt-controller; |
Geert Uytterhoeven | 81f6883 | 2014-04-23 10:25:27 +0200 | [diff] [blame] | 148 | clocks = <&mstp9_clks R8A7790_CLK_GPIO1>; |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 149 | }; |
| 150 | |
Magnus Damm | 23de227 | 2013-11-21 14:19:29 +0900 | [diff] [blame] | 151 | gpio2: gpio@e6052000 { |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 152 | compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; |
Magnus Damm | 23de227 | 2013-11-21 14:19:29 +0900 | [diff] [blame] | 153 | reg = <0 0xe6052000 0 0x50>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 154 | interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 155 | #gpio-cells = <2>; |
| 156 | gpio-controller; |
| 157 | gpio-ranges = <&pfc 0 64 32>; |
| 158 | #interrupt-cells = <2>; |
| 159 | interrupt-controller; |
Geert Uytterhoeven | 81f6883 | 2014-04-23 10:25:27 +0200 | [diff] [blame] | 160 | clocks = <&mstp9_clks R8A7790_CLK_GPIO2>; |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 161 | }; |
| 162 | |
Magnus Damm | 23de227 | 2013-11-21 14:19:29 +0900 | [diff] [blame] | 163 | gpio3: gpio@e6053000 { |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 164 | compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; |
Magnus Damm | 23de227 | 2013-11-21 14:19:29 +0900 | [diff] [blame] | 165 | reg = <0 0xe6053000 0 0x50>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 166 | interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 167 | #gpio-cells = <2>; |
| 168 | gpio-controller; |
| 169 | gpio-ranges = <&pfc 0 96 32>; |
| 170 | #interrupt-cells = <2>; |
| 171 | interrupt-controller; |
Geert Uytterhoeven | 81f6883 | 2014-04-23 10:25:27 +0200 | [diff] [blame] | 172 | clocks = <&mstp9_clks R8A7790_CLK_GPIO3>; |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 173 | }; |
| 174 | |
Magnus Damm | 23de227 | 2013-11-21 14:19:29 +0900 | [diff] [blame] | 175 | gpio4: gpio@e6054000 { |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 176 | compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; |
Magnus Damm | 23de227 | 2013-11-21 14:19:29 +0900 | [diff] [blame] | 177 | reg = <0 0xe6054000 0 0x50>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 178 | interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 179 | #gpio-cells = <2>; |
| 180 | gpio-controller; |
| 181 | gpio-ranges = <&pfc 0 128 32>; |
| 182 | #interrupt-cells = <2>; |
| 183 | interrupt-controller; |
Geert Uytterhoeven | 81f6883 | 2014-04-23 10:25:27 +0200 | [diff] [blame] | 184 | clocks = <&mstp9_clks R8A7790_CLK_GPIO4>; |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 185 | }; |
| 186 | |
Magnus Damm | 23de227 | 2013-11-21 14:19:29 +0900 | [diff] [blame] | 187 | gpio5: gpio@e6055000 { |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 188 | compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; |
Magnus Damm | 23de227 | 2013-11-21 14:19:29 +0900 | [diff] [blame] | 189 | reg = <0 0xe6055000 0 0x50>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 190 | interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 191 | #gpio-cells = <2>; |
| 192 | gpio-controller; |
| 193 | gpio-ranges = <&pfc 0 160 32>; |
| 194 | #interrupt-cells = <2>; |
| 195 | interrupt-controller; |
Geert Uytterhoeven | 81f6883 | 2014-04-23 10:25:27 +0200 | [diff] [blame] | 196 | clocks = <&mstp9_clks R8A7790_CLK_GPIO5>; |
Laurent Pinchart | f98e10c | 2013-05-10 15:51:14 +0200 | [diff] [blame] | 197 | }; |
| 198 | |
Magnus Damm | 03e2f56 | 2013-11-20 16:59:30 +0900 | [diff] [blame] | 199 | thermal@e61f0000 { |
| 200 | compatible = "renesas,thermal-r8a7790", "renesas,rcar-thermal"; |
| 201 | reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>; |
Magnus Damm | 03e2f56 | 2013-11-20 16:59:30 +0900 | [diff] [blame] | 202 | interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>; |
Geert Uytterhoeven | d3a439d | 2014-01-07 19:57:14 +0100 | [diff] [blame] | 203 | clocks = <&mstp5_clks R8A7790_CLK_THERMAL>; |
Magnus Damm | 03e2f56 | 2013-11-20 16:59:30 +0900 | [diff] [blame] | 204 | }; |
| 205 | |
Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 206 | timer { |
| 207 | compatible = "arm,armv7-timer"; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 208 | interrupts = <1 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
| 209 | <1 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
| 210 | <1 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
| 211 | <1 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; |
Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 212 | }; |
Magnus Damm | 8f5ec0a | 2013-03-28 00:49:54 +0900 | [diff] [blame] | 213 | |
Laurent Pinchart | 39cf6d7 | 2014-07-09 15:12:37 +0200 | [diff] [blame] | 214 | cmt0: timer@ffca0000 { |
Simon Horman | 3775703 | 2014-09-08 09:27:45 +0900 | [diff] [blame] | 215 | compatible = "renesas,cmt-48-r8a7790", "renesas,cmt-48-gen2"; |
Laurent Pinchart | 39cf6d7 | 2014-07-09 15:12:37 +0200 | [diff] [blame] | 216 | reg = <0 0xffca0000 0 0x1004>; |
| 217 | interrupts = <0 142 IRQ_TYPE_LEVEL_HIGH>, |
| 218 | <0 143 IRQ_TYPE_LEVEL_HIGH>; |
| 219 | clocks = <&mstp1_clks R8A7790_CLK_CMT0>; |
| 220 | clock-names = "fck"; |
| 221 | |
| 222 | renesas,channels-mask = <0x60>; |
| 223 | |
| 224 | status = "disabled"; |
| 225 | }; |
| 226 | |
| 227 | cmt1: timer@e6130000 { |
Simon Horman | 3775703 | 2014-09-08 09:27:45 +0900 | [diff] [blame] | 228 | compatible = "renesas,cmt-48-r8a7790", "renesas,cmt-48-gen2"; |
Laurent Pinchart | 39cf6d7 | 2014-07-09 15:12:37 +0200 | [diff] [blame] | 229 | reg = <0 0xe6130000 0 0x1004>; |
| 230 | interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>, |
| 231 | <0 121 IRQ_TYPE_LEVEL_HIGH>, |
| 232 | <0 122 IRQ_TYPE_LEVEL_HIGH>, |
| 233 | <0 123 IRQ_TYPE_LEVEL_HIGH>, |
| 234 | <0 124 IRQ_TYPE_LEVEL_HIGH>, |
| 235 | <0 125 IRQ_TYPE_LEVEL_HIGH>, |
| 236 | <0 126 IRQ_TYPE_LEVEL_HIGH>, |
| 237 | <0 127 IRQ_TYPE_LEVEL_HIGH>; |
| 238 | clocks = <&mstp3_clks R8A7790_CLK_CMT1>; |
| 239 | clock-names = "fck"; |
| 240 | |
| 241 | renesas,channels-mask = <0xff>; |
| 242 | |
| 243 | status = "disabled"; |
| 244 | }; |
| 245 | |
Magnus Damm | 8f5ec0a | 2013-03-28 00:49:54 +0900 | [diff] [blame] | 246 | irqc0: interrupt-controller@e61c0000 { |
Magnus Damm | 220fc35 | 2013-11-20 09:07:40 +0900 | [diff] [blame] | 247 | compatible = "renesas,irqc-r8a7790", "renesas,irqc"; |
Magnus Damm | 8f5ec0a | 2013-03-28 00:49:54 +0900 | [diff] [blame] | 248 | #interrupt-cells = <2>; |
| 249 | interrupt-controller; |
Takashi Yoshii | 8585deb | 2013-03-29 16:49:17 +0900 | [diff] [blame] | 250 | reg = <0 0xe61c0000 0 0x200>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 251 | interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>, |
| 252 | <0 1 IRQ_TYPE_LEVEL_HIGH>, |
| 253 | <0 2 IRQ_TYPE_LEVEL_HIGH>, |
| 254 | <0 3 IRQ_TYPE_LEVEL_HIGH>; |
Geert Uytterhoeven | 61624ca | 2015-03-18 19:55:59 +0100 | [diff] [blame] | 255 | clocks = <&mstp4_clks R8A7790_CLK_IRQC>; |
Magnus Damm | 8f5ec0a | 2013-03-28 00:49:54 +0900 | [diff] [blame] | 256 | }; |
Guennadi Liakhovetski | 8c9b1aa | 2013-07-08 17:54:46 +0200 | [diff] [blame] | 257 | |
Laurent Pinchart | b9fea49 | 2014-07-19 01:50:24 +0200 | [diff] [blame] | 258 | dmac0: dma-controller@e6700000 { |
| 259 | compatible = "renesas,rcar-dmac"; |
| 260 | reg = <0 0xe6700000 0 0x20000>; |
| 261 | interrupts = <0 197 IRQ_TYPE_LEVEL_HIGH |
| 262 | 0 200 IRQ_TYPE_LEVEL_HIGH |
| 263 | 0 201 IRQ_TYPE_LEVEL_HIGH |
| 264 | 0 202 IRQ_TYPE_LEVEL_HIGH |
| 265 | 0 203 IRQ_TYPE_LEVEL_HIGH |
| 266 | 0 204 IRQ_TYPE_LEVEL_HIGH |
| 267 | 0 205 IRQ_TYPE_LEVEL_HIGH |
| 268 | 0 206 IRQ_TYPE_LEVEL_HIGH |
| 269 | 0 207 IRQ_TYPE_LEVEL_HIGH |
| 270 | 0 208 IRQ_TYPE_LEVEL_HIGH |
| 271 | 0 209 IRQ_TYPE_LEVEL_HIGH |
| 272 | 0 210 IRQ_TYPE_LEVEL_HIGH |
| 273 | 0 211 IRQ_TYPE_LEVEL_HIGH |
| 274 | 0 212 IRQ_TYPE_LEVEL_HIGH |
| 275 | 0 213 IRQ_TYPE_LEVEL_HIGH |
| 276 | 0 214 IRQ_TYPE_LEVEL_HIGH>; |
| 277 | interrupt-names = "error", |
| 278 | "ch0", "ch1", "ch2", "ch3", |
| 279 | "ch4", "ch5", "ch6", "ch7", |
| 280 | "ch8", "ch9", "ch10", "ch11", |
| 281 | "ch12", "ch13", "ch14"; |
| 282 | clocks = <&mstp2_clks R8A7790_CLK_SYS_DMAC0>; |
| 283 | clock-names = "fck"; |
| 284 | #dma-cells = <1>; |
| 285 | dma-channels = <15>; |
| 286 | }; |
| 287 | |
| 288 | dmac1: dma-controller@e6720000 { |
| 289 | compatible = "renesas,rcar-dmac"; |
| 290 | reg = <0 0xe6720000 0 0x20000>; |
| 291 | interrupts = <0 220 IRQ_TYPE_LEVEL_HIGH |
| 292 | 0 216 IRQ_TYPE_LEVEL_HIGH |
| 293 | 0 217 IRQ_TYPE_LEVEL_HIGH |
| 294 | 0 218 IRQ_TYPE_LEVEL_HIGH |
| 295 | 0 219 IRQ_TYPE_LEVEL_HIGH |
| 296 | 0 308 IRQ_TYPE_LEVEL_HIGH |
| 297 | 0 309 IRQ_TYPE_LEVEL_HIGH |
| 298 | 0 310 IRQ_TYPE_LEVEL_HIGH |
| 299 | 0 311 IRQ_TYPE_LEVEL_HIGH |
| 300 | 0 312 IRQ_TYPE_LEVEL_HIGH |
| 301 | 0 313 IRQ_TYPE_LEVEL_HIGH |
| 302 | 0 314 IRQ_TYPE_LEVEL_HIGH |
| 303 | 0 315 IRQ_TYPE_LEVEL_HIGH |
| 304 | 0 316 IRQ_TYPE_LEVEL_HIGH |
| 305 | 0 317 IRQ_TYPE_LEVEL_HIGH |
| 306 | 0 318 IRQ_TYPE_LEVEL_HIGH>; |
| 307 | interrupt-names = "error", |
| 308 | "ch0", "ch1", "ch2", "ch3", |
| 309 | "ch4", "ch5", "ch6", "ch7", |
| 310 | "ch8", "ch9", "ch10", "ch11", |
| 311 | "ch12", "ch13", "ch14"; |
| 312 | clocks = <&mstp2_clks R8A7790_CLK_SYS_DMAC1>; |
| 313 | clock-names = "fck"; |
| 314 | #dma-cells = <1>; |
| 315 | dma-channels = <15>; |
| 316 | }; |
Kuninori Morimoto | ba3240b | 2014-11-03 17:44:51 -0800 | [diff] [blame] | 317 | |
| 318 | audma0: dma-controller@ec700000 { |
| 319 | compatible = "renesas,rcar-dmac"; |
| 320 | reg = <0 0xec700000 0 0x10000>; |
| 321 | interrupts = <0 346 IRQ_TYPE_LEVEL_HIGH |
| 322 | 0 320 IRQ_TYPE_LEVEL_HIGH |
| 323 | 0 321 IRQ_TYPE_LEVEL_HIGH |
| 324 | 0 322 IRQ_TYPE_LEVEL_HIGH |
| 325 | 0 323 IRQ_TYPE_LEVEL_HIGH |
| 326 | 0 324 IRQ_TYPE_LEVEL_HIGH |
| 327 | 0 325 IRQ_TYPE_LEVEL_HIGH |
| 328 | 0 326 IRQ_TYPE_LEVEL_HIGH |
| 329 | 0 327 IRQ_TYPE_LEVEL_HIGH |
| 330 | 0 328 IRQ_TYPE_LEVEL_HIGH |
| 331 | 0 329 IRQ_TYPE_LEVEL_HIGH |
| 332 | 0 330 IRQ_TYPE_LEVEL_HIGH |
| 333 | 0 331 IRQ_TYPE_LEVEL_HIGH |
| 334 | 0 332 IRQ_TYPE_LEVEL_HIGH>; |
| 335 | interrupt-names = "error", |
| 336 | "ch0", "ch1", "ch2", "ch3", |
| 337 | "ch4", "ch5", "ch6", "ch7", |
| 338 | "ch8", "ch9", "ch10", "ch11", |
| 339 | "ch12"; |
| 340 | clocks = <&mstp5_clks R8A7790_CLK_AUDIO_DMAC0>; |
| 341 | clock-names = "fck"; |
| 342 | #dma-cells = <1>; |
| 343 | dma-channels = <13>; |
| 344 | }; |
| 345 | |
| 346 | audma1: dma-controller@ec720000 { |
| 347 | compatible = "renesas,rcar-dmac"; |
| 348 | reg = <0 0xec720000 0 0x10000>; |
| 349 | interrupts = <0 347 IRQ_TYPE_LEVEL_HIGH |
| 350 | 0 333 IRQ_TYPE_LEVEL_HIGH |
| 351 | 0 334 IRQ_TYPE_LEVEL_HIGH |
| 352 | 0 335 IRQ_TYPE_LEVEL_HIGH |
| 353 | 0 336 IRQ_TYPE_LEVEL_HIGH |
| 354 | 0 337 IRQ_TYPE_LEVEL_HIGH |
| 355 | 0 338 IRQ_TYPE_LEVEL_HIGH |
| 356 | 0 339 IRQ_TYPE_LEVEL_HIGH |
| 357 | 0 340 IRQ_TYPE_LEVEL_HIGH |
| 358 | 0 341 IRQ_TYPE_LEVEL_HIGH |
| 359 | 0 342 IRQ_TYPE_LEVEL_HIGH |
| 360 | 0 343 IRQ_TYPE_LEVEL_HIGH |
| 361 | 0 344 IRQ_TYPE_LEVEL_HIGH |
| 362 | 0 345 IRQ_TYPE_LEVEL_HIGH>; |
| 363 | interrupt-names = "error", |
| 364 | "ch0", "ch1", "ch2", "ch3", |
| 365 | "ch4", "ch5", "ch6", "ch7", |
| 366 | "ch8", "ch9", "ch10", "ch11", |
| 367 | "ch12"; |
| 368 | clocks = <&mstp5_clks R8A7790_CLK_AUDIO_DMAC1>; |
| 369 | clock-names = "fck"; |
| 370 | #dma-cells = <1>; |
| 371 | dma-channels = <13>; |
| 372 | }; |
| 373 | |
Yoshihiro Shimoda | a3ff209 | 2015-05-08 16:13:06 +0900 | [diff] [blame] | 374 | usb_dmac0: dma-controller@e65a0000 { |
| 375 | compatible = "renesas,usb-dmac"; |
| 376 | reg = <0 0xe65a0000 0 0x100>; |
| 377 | interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH |
| 378 | 0 109 IRQ_TYPE_LEVEL_HIGH>; |
| 379 | interrupt-names = "ch0", "ch1"; |
| 380 | clocks = <&mstp3_clks R8A7790_CLK_USBDMAC0>; |
| 381 | #dma-cells = <1>; |
| 382 | dma-channels = <2>; |
| 383 | }; |
| 384 | |
| 385 | usb_dmac1: dma-controller@e65b0000 { |
| 386 | compatible = "renesas,usb-dmac"; |
| 387 | reg = <0 0xe65b0000 0 0x100>; |
| 388 | interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH |
| 389 | 0 110 IRQ_TYPE_LEVEL_HIGH>; |
| 390 | interrupt-names = "ch0", "ch1"; |
| 391 | clocks = <&mstp3_clks R8A7790_CLK_USBDMAC1>; |
| 392 | #dma-cells = <1>; |
| 393 | dma-channels = <2>; |
| 394 | }; |
| 395 | |
Guennadi Liakhovetski | edd2b9f | 2013-09-26 19:20:58 +0200 | [diff] [blame] | 396 | i2c0: i2c@e6508000 { |
| 397 | #address-cells = <1>; |
| 398 | #size-cells = <0>; |
| 399 | compatible = "renesas,i2c-r8a7790"; |
| 400 | reg = <0 0xe6508000 0 0x40>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 401 | interrupts = <0 287 IRQ_TYPE_LEVEL_HIGH>; |
Ben Dooks | 2450bad | 2014-01-20 11:44:21 +0000 | [diff] [blame] | 402 | clocks = <&mstp9_clks R8A7790_CLK_I2C0>; |
Guennadi Liakhovetski | edd2b9f | 2013-09-26 19:20:58 +0200 | [diff] [blame] | 403 | status = "disabled"; |
| 404 | }; |
| 405 | |
| 406 | i2c1: i2c@e6518000 { |
| 407 | #address-cells = <1>; |
| 408 | #size-cells = <0>; |
| 409 | compatible = "renesas,i2c-r8a7790"; |
| 410 | reg = <0 0xe6518000 0 0x40>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 411 | interrupts = <0 288 IRQ_TYPE_LEVEL_HIGH>; |
Ben Dooks | 2450bad | 2014-01-20 11:44:21 +0000 | [diff] [blame] | 412 | clocks = <&mstp9_clks R8A7790_CLK_I2C1>; |
Guennadi Liakhovetski | edd2b9f | 2013-09-26 19:20:58 +0200 | [diff] [blame] | 413 | status = "disabled"; |
| 414 | }; |
| 415 | |
| 416 | i2c2: i2c@e6530000 { |
| 417 | #address-cells = <1>; |
| 418 | #size-cells = <0>; |
| 419 | compatible = "renesas,i2c-r8a7790"; |
| 420 | reg = <0 0xe6530000 0 0x40>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 421 | interrupts = <0 286 IRQ_TYPE_LEVEL_HIGH>; |
Ben Dooks | 2450bad | 2014-01-20 11:44:21 +0000 | [diff] [blame] | 422 | clocks = <&mstp9_clks R8A7790_CLK_I2C2>; |
Guennadi Liakhovetski | edd2b9f | 2013-09-26 19:20:58 +0200 | [diff] [blame] | 423 | status = "disabled"; |
| 424 | }; |
| 425 | |
| 426 | i2c3: i2c@e6540000 { |
| 427 | #address-cells = <1>; |
| 428 | #size-cells = <0>; |
| 429 | compatible = "renesas,i2c-r8a7790"; |
| 430 | reg = <0 0xe6540000 0 0x40>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 431 | interrupts = <0 290 IRQ_TYPE_LEVEL_HIGH>; |
Ben Dooks | 2450bad | 2014-01-20 11:44:21 +0000 | [diff] [blame] | 432 | clocks = <&mstp9_clks R8A7790_CLK_I2C3>; |
Guennadi Liakhovetski | edd2b9f | 2013-09-26 19:20:58 +0200 | [diff] [blame] | 433 | status = "disabled"; |
| 434 | }; |
| 435 | |
Wolfram Sang | 05f3991 | 2014-03-25 19:56:29 +0100 | [diff] [blame] | 436 | iic0: i2c@e6500000 { |
| 437 | #address-cells = <1>; |
| 438 | #size-cells = <0>; |
| 439 | compatible = "renesas,iic-r8a7790", "renesas,rmobile-iic"; |
| 440 | reg = <0 0xe6500000 0 0x425>; |
| 441 | interrupts = <0 174 IRQ_TYPE_LEVEL_HIGH>; |
| 442 | clocks = <&mstp3_clks R8A7790_CLK_IIC0>; |
Wolfram Sang | 0d73ca4 | 2014-11-07 11:11:43 +0100 | [diff] [blame] | 443 | dmas = <&dmac0 0x61>, <&dmac0 0x62>; |
| 444 | dma-names = "tx", "rx"; |
Wolfram Sang | 05f3991 | 2014-03-25 19:56:29 +0100 | [diff] [blame] | 445 | status = "disabled"; |
| 446 | }; |
| 447 | |
| 448 | iic1: i2c@e6510000 { |
| 449 | #address-cells = <1>; |
| 450 | #size-cells = <0>; |
| 451 | compatible = "renesas,iic-r8a7790", "renesas,rmobile-iic"; |
| 452 | reg = <0 0xe6510000 0 0x425>; |
| 453 | interrupts = <0 175 IRQ_TYPE_LEVEL_HIGH>; |
| 454 | clocks = <&mstp3_clks R8A7790_CLK_IIC1>; |
Wolfram Sang | 0d73ca4 | 2014-11-07 11:11:43 +0100 | [diff] [blame] | 455 | dmas = <&dmac0 0x65>, <&dmac0 0x66>; |
| 456 | dma-names = "tx", "rx"; |
Wolfram Sang | 05f3991 | 2014-03-25 19:56:29 +0100 | [diff] [blame] | 457 | status = "disabled"; |
| 458 | }; |
| 459 | |
| 460 | iic2: i2c@e6520000 { |
| 461 | #address-cells = <1>; |
| 462 | #size-cells = <0>; |
| 463 | compatible = "renesas,iic-r8a7790", "renesas,rmobile-iic"; |
| 464 | reg = <0 0xe6520000 0 0x425>; |
| 465 | interrupts = <0 176 IRQ_TYPE_LEVEL_HIGH>; |
| 466 | clocks = <&mstp3_clks R8A7790_CLK_IIC2>; |
Wolfram Sang | 0d73ca4 | 2014-11-07 11:11:43 +0100 | [diff] [blame] | 467 | dmas = <&dmac0 0x69>, <&dmac0 0x6a>; |
| 468 | dma-names = "tx", "rx"; |
Wolfram Sang | 05f3991 | 2014-03-25 19:56:29 +0100 | [diff] [blame] | 469 | status = "disabled"; |
| 470 | }; |
| 471 | |
| 472 | iic3: i2c@e60b0000 { |
| 473 | #address-cells = <1>; |
| 474 | #size-cells = <0>; |
| 475 | compatible = "renesas,iic-r8a7790", "renesas,rmobile-iic"; |
| 476 | reg = <0 0xe60b0000 0 0x425>; |
| 477 | interrupts = <0 173 IRQ_TYPE_LEVEL_HIGH>; |
| 478 | clocks = <&mstp9_clks R8A7790_CLK_IICDVFS>; |
Wolfram Sang | 0d73ca4 | 2014-11-07 11:11:43 +0100 | [diff] [blame] | 479 | dmas = <&dmac0 0x77>, <&dmac0 0x78>; |
| 480 | dma-names = "tx", "rx"; |
Wolfram Sang | 05f3991 | 2014-03-25 19:56:29 +0100 | [diff] [blame] | 481 | status = "disabled"; |
| 482 | }; |
| 483 | |
Laurent Pinchart | 22c2b78 | 2014-10-26 19:40:11 +0200 | [diff] [blame] | 484 | mmcif0: mmc@ee200000 { |
Magnus Damm | 063e8560 | 2013-11-20 09:05:53 +0900 | [diff] [blame] | 485 | compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif"; |
Guennadi Liakhovetski | 8c9b1aa | 2013-07-08 17:54:46 +0200 | [diff] [blame] | 486 | reg = <0 0xee200000 0 0x80>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 487 | interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 72197ca | 2013-12-11 15:05:15 +0100 | [diff] [blame] | 488 | clocks = <&mstp3_clks R8A7790_CLK_MMCIF0>; |
Laurent Pinchart | 108216c | 2014-10-26 19:40:13 +0200 | [diff] [blame] | 489 | dmas = <&dmac0 0xd1>, <&dmac0 0xd2>; |
| 490 | dma-names = "tx", "rx"; |
Guennadi Liakhovetski | 8c9b1aa | 2013-07-08 17:54:46 +0200 | [diff] [blame] | 491 | reg-io-width = <4>; |
| 492 | status = "disabled"; |
| 493 | }; |
| 494 | |
Kuninori Morimoto | b718aa4 | 2013-10-21 19:36:13 -0700 | [diff] [blame] | 495 | mmcif1: mmc@ee220000 { |
Magnus Damm | 063e8560 | 2013-11-20 09:05:53 +0900 | [diff] [blame] | 496 | compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif"; |
Guennadi Liakhovetski | 8c9b1aa | 2013-07-08 17:54:46 +0200 | [diff] [blame] | 497 | reg = <0 0xee220000 0 0x80>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 498 | interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 72197ca | 2013-12-11 15:05:15 +0100 | [diff] [blame] | 499 | clocks = <&mstp3_clks R8A7790_CLK_MMCIF1>; |
Laurent Pinchart | 108216c | 2014-10-26 19:40:13 +0200 | [diff] [blame] | 500 | dmas = <&dmac0 0xe1>, <&dmac0 0xe2>; |
| 501 | dma-names = "tx", "rx"; |
Guennadi Liakhovetski | 8c9b1aa | 2013-07-08 17:54:46 +0200 | [diff] [blame] | 502 | reg-io-width = <4>; |
| 503 | status = "disabled"; |
| 504 | }; |
| 505 | |
Laurent Pinchart | 9694c77 | 2013-05-09 15:05:57 +0200 | [diff] [blame] | 506 | pfc: pfc@e6060000 { |
| 507 | compatible = "renesas,pfc-r8a7790"; |
| 508 | reg = <0 0xe6060000 0 0x250>; |
| 509 | }; |
Olof Johansson | 55689bf | 2013-08-14 00:24:05 -0700 | [diff] [blame] | 510 | |
Kuninori Morimoto | b718aa4 | 2013-10-21 19:36:13 -0700 | [diff] [blame] | 511 | sdhi0: sd@ee100000 { |
Guennadi Liakhovetski | df1d058 | 2013-08-29 17:14:49 +0200 | [diff] [blame] | 512 | compatible = "renesas,sdhi-r8a7790"; |
Kuninori Morimoto | 66f47ed | 2015-02-24 02:20:37 +0000 | [diff] [blame] | 513 | reg = <0 0xee100000 0 0x328>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 514 | interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 72197ca | 2013-12-11 15:05:15 +0100 | [diff] [blame] | 515 | clocks = <&mstp3_clks R8A7790_CLK_SDHI0>; |
Laurent Pinchart | 941fe36 | 2015-02-24 02:20:03 +0000 | [diff] [blame] | 516 | dmas = <&dmac1 0xcd>, <&dmac1 0xce>; |
| 517 | dma-names = "tx", "rx"; |
Guennadi Liakhovetski | 8c9b1aa | 2013-07-08 17:54:46 +0200 | [diff] [blame] | 518 | status = "disabled"; |
| 519 | }; |
| 520 | |
Kuninori Morimoto | b718aa4 | 2013-10-21 19:36:13 -0700 | [diff] [blame] | 521 | sdhi1: sd@ee120000 { |
Guennadi Liakhovetski | df1d058 | 2013-08-29 17:14:49 +0200 | [diff] [blame] | 522 | compatible = "renesas,sdhi-r8a7790"; |
Kuninori Morimoto | 66f47ed | 2015-02-24 02:20:37 +0000 | [diff] [blame] | 523 | reg = <0 0xee120000 0 0x328>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 524 | interrupts = <0 166 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 72197ca | 2013-12-11 15:05:15 +0100 | [diff] [blame] | 525 | clocks = <&mstp3_clks R8A7790_CLK_SDHI1>; |
Laurent Pinchart | 941fe36 | 2015-02-24 02:20:03 +0000 | [diff] [blame] | 526 | dmas = <&dmac1 0xc9>, <&dmac1 0xca>; |
| 527 | dma-names = "tx", "rx"; |
Guennadi Liakhovetski | 8c9b1aa | 2013-07-08 17:54:46 +0200 | [diff] [blame] | 528 | status = "disabled"; |
| 529 | }; |
| 530 | |
Kuninori Morimoto | b718aa4 | 2013-10-21 19:36:13 -0700 | [diff] [blame] | 531 | sdhi2: sd@ee140000 { |
Guennadi Liakhovetski | df1d058 | 2013-08-29 17:14:49 +0200 | [diff] [blame] | 532 | compatible = "renesas,sdhi-r8a7790"; |
Guennadi Liakhovetski | 8c9b1aa | 2013-07-08 17:54:46 +0200 | [diff] [blame] | 533 | reg = <0 0xee140000 0 0x100>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 534 | interrupts = <0 167 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 72197ca | 2013-12-11 15:05:15 +0100 | [diff] [blame] | 535 | clocks = <&mstp3_clks R8A7790_CLK_SDHI2>; |
Laurent Pinchart | 941fe36 | 2015-02-24 02:20:03 +0000 | [diff] [blame] | 536 | dmas = <&dmac1 0xc1>, <&dmac1 0xc2>; |
| 537 | dma-names = "tx", "rx"; |
Guennadi Liakhovetski | 8c9b1aa | 2013-07-08 17:54:46 +0200 | [diff] [blame] | 538 | status = "disabled"; |
| 539 | }; |
| 540 | |
Kuninori Morimoto | b718aa4 | 2013-10-21 19:36:13 -0700 | [diff] [blame] | 541 | sdhi3: sd@ee160000 { |
Guennadi Liakhovetski | df1d058 | 2013-08-29 17:14:49 +0200 | [diff] [blame] | 542 | compatible = "renesas,sdhi-r8a7790"; |
Guennadi Liakhovetski | 8c9b1aa | 2013-07-08 17:54:46 +0200 | [diff] [blame] | 543 | reg = <0 0xee160000 0 0x100>; |
Laurent Pinchart | 5f75e73 | 2013-11-19 03:18:25 +0100 | [diff] [blame] | 544 | interrupts = <0 168 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 72197ca | 2013-12-11 15:05:15 +0100 | [diff] [blame] | 545 | clocks = <&mstp3_clks R8A7790_CLK_SDHI3>; |
Laurent Pinchart | 941fe36 | 2015-02-24 02:20:03 +0000 | [diff] [blame] | 546 | dmas = <&dmac1 0xd3>, <&dmac1 0xd4>; |
| 547 | dma-names = "tx", "rx"; |
Guennadi Liakhovetski | 8c9b1aa | 2013-07-08 17:54:46 +0200 | [diff] [blame] | 548 | status = "disabled"; |
| 549 | }; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 550 | |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 551 | scifa0: serial@e6c40000 { |
Laurent Pinchart | 59d2b51 | 2014-01-21 13:48:38 +0100 | [diff] [blame] | 552 | compatible = "renesas,scifa-r8a7790", "renesas,scifa"; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 553 | reg = <0 0xe6c40000 0 64>; |
Laurent Pinchart | 1f4c745 | 2014-01-21 13:48:39 +0100 | [diff] [blame] | 554 | interrupts = <0 144 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 555 | clocks = <&mstp2_clks R8A7790_CLK_SCIFA0>; |
| 556 | clock-names = "sci_ick"; |
| 557 | status = "disabled"; |
| 558 | }; |
| 559 | |
| 560 | scifa1: serial@e6c50000 { |
Laurent Pinchart | 59d2b51 | 2014-01-21 13:48:38 +0100 | [diff] [blame] | 561 | compatible = "renesas,scifa-r8a7790", "renesas,scifa"; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 562 | reg = <0 0xe6c50000 0 64>; |
Laurent Pinchart | 1f4c745 | 2014-01-21 13:48:39 +0100 | [diff] [blame] | 563 | interrupts = <0 145 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 564 | clocks = <&mstp2_clks R8A7790_CLK_SCIFA1>; |
| 565 | clock-names = "sci_ick"; |
| 566 | status = "disabled"; |
| 567 | }; |
| 568 | |
| 569 | scifa2: serial@e6c60000 { |
Laurent Pinchart | 59d2b51 | 2014-01-21 13:48:38 +0100 | [diff] [blame] | 570 | compatible = "renesas,scifa-r8a7790", "renesas,scifa"; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 571 | reg = <0 0xe6c60000 0 64>; |
Laurent Pinchart | 1f4c745 | 2014-01-21 13:48:39 +0100 | [diff] [blame] | 572 | interrupts = <0 151 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 573 | clocks = <&mstp2_clks R8A7790_CLK_SCIFA2>; |
| 574 | clock-names = "sci_ick"; |
| 575 | status = "disabled"; |
| 576 | }; |
| 577 | |
| 578 | scifb0: serial@e6c20000 { |
Laurent Pinchart | 59d2b51 | 2014-01-21 13:48:38 +0100 | [diff] [blame] | 579 | compatible = "renesas,scifb-r8a7790", "renesas,scifb"; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 580 | reg = <0 0xe6c20000 0 64>; |
Laurent Pinchart | 1f4c745 | 2014-01-21 13:48:39 +0100 | [diff] [blame] | 581 | interrupts = <0 148 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 582 | clocks = <&mstp2_clks R8A7790_CLK_SCIFB0>; |
| 583 | clock-names = "sci_ick"; |
| 584 | status = "disabled"; |
| 585 | }; |
| 586 | |
| 587 | scifb1: serial@e6c30000 { |
Laurent Pinchart | 59d2b51 | 2014-01-21 13:48:38 +0100 | [diff] [blame] | 588 | compatible = "renesas,scifb-r8a7790", "renesas,scifb"; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 589 | reg = <0 0xe6c30000 0 64>; |
Laurent Pinchart | 1f4c745 | 2014-01-21 13:48:39 +0100 | [diff] [blame] | 590 | interrupts = <0 149 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 591 | clocks = <&mstp2_clks R8A7790_CLK_SCIFB1>; |
| 592 | clock-names = "sci_ick"; |
| 593 | status = "disabled"; |
| 594 | }; |
| 595 | |
| 596 | scifb2: serial@e6ce0000 { |
Laurent Pinchart | 59d2b51 | 2014-01-21 13:48:38 +0100 | [diff] [blame] | 597 | compatible = "renesas,scifb-r8a7790", "renesas,scifb"; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 598 | reg = <0 0xe6ce0000 0 64>; |
Laurent Pinchart | 1f4c745 | 2014-01-21 13:48:39 +0100 | [diff] [blame] | 599 | interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 600 | clocks = <&mstp2_clks R8A7790_CLK_SCIFB2>; |
| 601 | clock-names = "sci_ick"; |
| 602 | status = "disabled"; |
| 603 | }; |
| 604 | |
| 605 | scif0: serial@e6e60000 { |
Laurent Pinchart | 59d2b51 | 2014-01-21 13:48:38 +0100 | [diff] [blame] | 606 | compatible = "renesas,scif-r8a7790", "renesas,scif"; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 607 | reg = <0 0xe6e60000 0 64>; |
Laurent Pinchart | 1f4c745 | 2014-01-21 13:48:39 +0100 | [diff] [blame] | 608 | interrupts = <0 152 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 609 | clocks = <&mstp7_clks R8A7790_CLK_SCIF0>; |
| 610 | clock-names = "sci_ick"; |
| 611 | status = "disabled"; |
| 612 | }; |
| 613 | |
| 614 | scif1: serial@e6e68000 { |
Laurent Pinchart | 59d2b51 | 2014-01-21 13:48:38 +0100 | [diff] [blame] | 615 | compatible = "renesas,scif-r8a7790", "renesas,scif"; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 616 | reg = <0 0xe6e68000 0 64>; |
Laurent Pinchart | 1f4c745 | 2014-01-21 13:48:39 +0100 | [diff] [blame] | 617 | interrupts = <0 153 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 618 | clocks = <&mstp7_clks R8A7790_CLK_SCIF1>; |
| 619 | clock-names = "sci_ick"; |
| 620 | status = "disabled"; |
| 621 | }; |
| 622 | |
| 623 | hscif0: serial@e62c0000 { |
Laurent Pinchart | 59d2b51 | 2014-01-21 13:48:38 +0100 | [diff] [blame] | 624 | compatible = "renesas,hscif-r8a7790", "renesas,hscif"; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 625 | reg = <0 0xe62c0000 0 96>; |
Laurent Pinchart | 1f4c745 | 2014-01-21 13:48:39 +0100 | [diff] [blame] | 626 | interrupts = <0 154 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 627 | clocks = <&mstp7_clks R8A7790_CLK_HSCIF0>; |
| 628 | clock-names = "sci_ick"; |
| 629 | status = "disabled"; |
| 630 | }; |
| 631 | |
| 632 | hscif1: serial@e62c8000 { |
Laurent Pinchart | 59d2b51 | 2014-01-21 13:48:38 +0100 | [diff] [blame] | 633 | compatible = "renesas,hscif-r8a7790", "renesas,hscif"; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 634 | reg = <0 0xe62c8000 0 96>; |
Laurent Pinchart | 1f4c745 | 2014-01-21 13:48:39 +0100 | [diff] [blame] | 635 | interrupts = <0 155 IRQ_TYPE_LEVEL_HIGH>; |
Laurent Pinchart | 597af20 | 2013-10-29 16:23:12 +0100 | [diff] [blame] | 636 | clocks = <&mstp7_clks R8A7790_CLK_HSCIF1>; |
| 637 | clock-names = "sci_ick"; |
| 638 | status = "disabled"; |
| 639 | }; |
| 640 | |
Sergei Shtylyov | d8913c6 | 2014-02-20 02:20:43 +0300 | [diff] [blame] | 641 | ether: ethernet@ee700000 { |
| 642 | compatible = "renesas,ether-r8a7790"; |
| 643 | reg = <0 0xee700000 0 0x400>; |
| 644 | interrupts = <0 162 IRQ_TYPE_LEVEL_HIGH>; |
| 645 | clocks = <&mstp8_clks R8A7790_CLK_ETHER>; |
| 646 | phy-mode = "rmii"; |
| 647 | #address-cells = <1>; |
| 648 | #size-cells = <0>; |
| 649 | status = "disabled"; |
| 650 | }; |
| 651 | |
Valentine Barshak | cde630f | 2014-01-14 21:05:30 +0400 | [diff] [blame] | 652 | sata0: sata@ee300000 { |
| 653 | compatible = "renesas,sata-r8a7790"; |
| 654 | reg = <0 0xee300000 0 0x2000>; |
Valentine Barshak | cde630f | 2014-01-14 21:05:30 +0400 | [diff] [blame] | 655 | interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>; |
| 656 | clocks = <&mstp8_clks R8A7790_CLK_SATA0>; |
| 657 | status = "disabled"; |
| 658 | }; |
| 659 | |
| 660 | sata1: sata@ee500000 { |
| 661 | compatible = "renesas,sata-r8a7790"; |
| 662 | reg = <0 0xee500000 0 0x2000>; |
Valentine Barshak | cde630f | 2014-01-14 21:05:30 +0400 | [diff] [blame] | 663 | interrupts = <0 106 IRQ_TYPE_LEVEL_HIGH>; |
| 664 | clocks = <&mstp8_clks R8A7790_CLK_SATA1>; |
| 665 | status = "disabled"; |
| 666 | }; |
| 667 | |
Yoshihiro Shimoda | ae0a555 | 2014-10-24 19:44:33 +0900 | [diff] [blame] | 668 | hsusb: usb@e6590000 { |
| 669 | compatible = "renesas,usbhs-r8a7790"; |
| 670 | reg = <0 0xe6590000 0 0x100>; |
| 671 | interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>; |
| 672 | clocks = <&mstp7_clks R8A7790_CLK_HSUSB>; |
| 673 | renesas,buswait = <4>; |
| 674 | phys = <&usb0 1>; |
| 675 | phy-names = "usb"; |
Yoshihiro Shimoda | e8295dc | 2015-05-08 16:13:07 +0900 | [diff] [blame] | 676 | dmas = <&usb_dmac0 0>, <&usb_dmac0 1>, |
| 677 | <&usb_dmac1 0>, <&usb_dmac1 1>; |
| 678 | dma-names = "ch0", "ch1", "ch2", "ch3"; |
Yoshihiro Shimoda | ae0a555 | 2014-10-24 19:44:33 +0900 | [diff] [blame] | 679 | status = "disabled"; |
| 680 | }; |
| 681 | |
Sergei Shtylyov | e089f65 | 2014-09-27 01:00:20 +0400 | [diff] [blame] | 682 | usbphy: usb-phy@e6590100 { |
| 683 | compatible = "renesas,usb-phy-r8a7790"; |
| 684 | reg = <0 0xe6590100 0 0x100>; |
| 685 | #address-cells = <1>; |
| 686 | #size-cells = <0>; |
| 687 | clocks = <&mstp7_clks R8A7790_CLK_HSUSB>; |
| 688 | clock-names = "usbhs"; |
| 689 | status = "disabled"; |
| 690 | |
| 691 | usb0: usb-channel@0 { |
| 692 | reg = <0>; |
| 693 | #phy-cells = <1>; |
| 694 | }; |
| 695 | usb2: usb-channel@2 { |
| 696 | reg = <2>; |
| 697 | #phy-cells = <1>; |
| 698 | }; |
| 699 | }; |
| 700 | |
Ben Dooks | 9f685bf | 2014-08-13 00:16:18 +0400 | [diff] [blame] | 701 | vin0: video@e6ef0000 { |
| 702 | compatible = "renesas,vin-r8a7790"; |
| 703 | clocks = <&mstp8_clks R8A7790_CLK_VIN0>; |
| 704 | reg = <0 0xe6ef0000 0 0x1000>; |
| 705 | interrupts = <0 188 IRQ_TYPE_LEVEL_HIGH>; |
| 706 | status = "disabled"; |
| 707 | }; |
| 708 | |
| 709 | vin1: video@e6ef1000 { |
| 710 | compatible = "renesas,vin-r8a7790"; |
| 711 | clocks = <&mstp8_clks R8A7790_CLK_VIN1>; |
| 712 | reg = <0 0xe6ef1000 0 0x1000>; |
| 713 | interrupts = <0 189 IRQ_TYPE_LEVEL_HIGH>; |
| 714 | status = "disabled"; |
| 715 | }; |
| 716 | |
| 717 | vin2: video@e6ef2000 { |
| 718 | compatible = "renesas,vin-r8a7790"; |
| 719 | clocks = <&mstp8_clks R8A7790_CLK_VIN2>; |
| 720 | reg = <0 0xe6ef2000 0 0x1000>; |
| 721 | interrupts = <0 190 IRQ_TYPE_LEVEL_HIGH>; |
| 722 | status = "disabled"; |
| 723 | }; |
| 724 | |
| 725 | vin3: video@e6ef3000 { |
| 726 | compatible = "renesas,vin-r8a7790"; |
| 727 | clocks = <&mstp8_clks R8A7790_CLK_VIN3>; |
| 728 | reg = <0 0xe6ef3000 0 0x1000>; |
| 729 | interrupts = <0 191 IRQ_TYPE_LEVEL_HIGH>; |
| 730 | status = "disabled"; |
| 731 | }; |
| 732 | |
Laurent Pinchart | 3ac6a83 | 2014-01-21 16:00:46 +0100 | [diff] [blame] | 733 | vsp1@fe920000 { |
| 734 | compatible = "renesas,vsp1"; |
| 735 | reg = <0 0xfe920000 0 0x8000>; |
| 736 | interrupts = <0 266 IRQ_TYPE_LEVEL_HIGH>; |
| 737 | clocks = <&mstp1_clks R8A7790_CLK_VSP1_R>; |
| 738 | |
| 739 | renesas,has-sru; |
| 740 | renesas,#rpf = <5>; |
| 741 | renesas,#uds = <1>; |
| 742 | renesas,#wpf = <4>; |
| 743 | }; |
| 744 | |
| 745 | vsp1@fe928000 { |
| 746 | compatible = "renesas,vsp1"; |
| 747 | reg = <0 0xfe928000 0 0x8000>; |
| 748 | interrupts = <0 267 IRQ_TYPE_LEVEL_HIGH>; |
| 749 | clocks = <&mstp1_clks R8A7790_CLK_VSP1_S>; |
| 750 | |
| 751 | renesas,has-lut; |
| 752 | renesas,has-sru; |
| 753 | renesas,#rpf = <5>; |
| 754 | renesas,#uds = <3>; |
| 755 | renesas,#wpf = <4>; |
| 756 | }; |
| 757 | |
| 758 | vsp1@fe930000 { |
| 759 | compatible = "renesas,vsp1"; |
| 760 | reg = <0 0xfe930000 0 0x8000>; |
| 761 | interrupts = <0 246 IRQ_TYPE_LEVEL_HIGH>; |
| 762 | clocks = <&mstp1_clks R8A7790_CLK_VSP1_DU0>; |
| 763 | |
| 764 | renesas,has-lif; |
| 765 | renesas,has-lut; |
| 766 | renesas,#rpf = <4>; |
| 767 | renesas,#uds = <1>; |
| 768 | renesas,#wpf = <4>; |
| 769 | }; |
| 770 | |
| 771 | vsp1@fe938000 { |
| 772 | compatible = "renesas,vsp1"; |
| 773 | reg = <0 0xfe938000 0 0x8000>; |
| 774 | interrupts = <0 247 IRQ_TYPE_LEVEL_HIGH>; |
| 775 | clocks = <&mstp1_clks R8A7790_CLK_VSP1_DU1>; |
| 776 | |
| 777 | renesas,has-lif; |
| 778 | renesas,has-lut; |
| 779 | renesas,#rpf = <4>; |
| 780 | renesas,#uds = <1>; |
| 781 | renesas,#wpf = <4>; |
| 782 | }; |
| 783 | |
| 784 | du: display@feb00000 { |
| 785 | compatible = "renesas,du-r8a7790"; |
| 786 | reg = <0 0xfeb00000 0 0x70000>, |
| 787 | <0 0xfeb90000 0 0x1c>, |
| 788 | <0 0xfeb94000 0 0x1c>; |
| 789 | reg-names = "du", "lvds.0", "lvds.1"; |
| 790 | interrupts = <0 256 IRQ_TYPE_LEVEL_HIGH>, |
| 791 | <0 268 IRQ_TYPE_LEVEL_HIGH>, |
| 792 | <0 269 IRQ_TYPE_LEVEL_HIGH>; |
| 793 | clocks = <&mstp7_clks R8A7790_CLK_DU0>, |
| 794 | <&mstp7_clks R8A7790_CLK_DU1>, |
| 795 | <&mstp7_clks R8A7790_CLK_DU2>, |
| 796 | <&mstp7_clks R8A7790_CLK_LVDS0>, |
| 797 | <&mstp7_clks R8A7790_CLK_LVDS1>; |
| 798 | clock-names = "du.0", "du.1", "du.2", "lvds.0", "lvds.1"; |
| 799 | status = "disabled"; |
| 800 | |
| 801 | ports { |
| 802 | #address-cells = <1>; |
| 803 | #size-cells = <0>; |
| 804 | |
| 805 | port@0 { |
| 806 | reg = <0>; |
| 807 | du_out_rgb: endpoint { |
| 808 | }; |
| 809 | }; |
| 810 | port@1 { |
| 811 | reg = <1>; |
| 812 | du_out_lvds0: endpoint { |
| 813 | }; |
| 814 | }; |
| 815 | port@2 { |
| 816 | reg = <2>; |
| 817 | du_out_lvds1: endpoint { |
| 818 | }; |
| 819 | }; |
| 820 | }; |
| 821 | }; |
| 822 | |
Sergei Shtylyov | 6a7742b | 2015-01-06 00:34:42 +0300 | [diff] [blame] | 823 | can0: can@e6e80000 { |
| 824 | compatible = "renesas,can-r8a7790"; |
| 825 | reg = <0 0xe6e80000 0 0x1000>; |
| 826 | interrupts = <0 186 IRQ_TYPE_LEVEL_HIGH>; |
| 827 | clocks = <&mstp9_clks R8A7790_CLK_RCAN0>, |
| 828 | <&cpg_clocks R8A7790_CLK_RCAN>, <&can_clk>; |
| 829 | clock-names = "clkp1", "clkp2", "can_clk"; |
| 830 | status = "disabled"; |
| 831 | }; |
| 832 | |
| 833 | can1: can@e6e88000 { |
| 834 | compatible = "renesas,can-r8a7790"; |
| 835 | reg = <0 0xe6e88000 0 0x1000>; |
| 836 | interrupts = <0 187 IRQ_TYPE_LEVEL_HIGH>; |
| 837 | clocks = <&mstp9_clks R8A7790_CLK_RCAN1>, |
| 838 | <&cpg_clocks R8A7790_CLK_RCAN>, <&can_clk>; |
| 839 | clock-names = "clkp1", "clkp2", "can_clk"; |
| 840 | status = "disabled"; |
| 841 | }; |
| 842 | |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 843 | clocks { |
| 844 | #address-cells = <2>; |
| 845 | #size-cells = <2>; |
| 846 | ranges; |
| 847 | |
| 848 | /* External root clock */ |
| 849 | extal_clk: extal_clk { |
| 850 | compatible = "fixed-clock"; |
| 851 | #clock-cells = <0>; |
| 852 | /* This value must be overriden by the board. */ |
| 853 | clock-frequency = <0>; |
| 854 | clock-output-names = "extal"; |
| 855 | }; |
| 856 | |
Phil Edworthy | 51d1791 | 2014-06-13 10:37:16 +0100 | [diff] [blame] | 857 | /* External PCIe clock - can be overridden by the board */ |
| 858 | pcie_bus_clk: pcie_bus_clk { |
| 859 | compatible = "fixed-clock"; |
| 860 | #clock-cells = <0>; |
| 861 | clock-frequency = <100000000>; |
| 862 | clock-output-names = "pcie_bus"; |
| 863 | status = "disabled"; |
| 864 | }; |
| 865 | |
Kuninori Morimoto | c7c2ec3 | 2014-01-13 18:25:39 -0800 | [diff] [blame] | 866 | /* |
| 867 | * The external audio clocks are configured as 0 Hz fixed frequency clocks by |
| 868 | * default. Boards that provide audio clocks should override them. |
| 869 | */ |
| 870 | audio_clk_a: audio_clk_a { |
| 871 | compatible = "fixed-clock"; |
| 872 | #clock-cells = <0>; |
| 873 | clock-frequency = <0>; |
| 874 | clock-output-names = "audio_clk_a"; |
| 875 | }; |
| 876 | audio_clk_b: audio_clk_b { |
| 877 | compatible = "fixed-clock"; |
| 878 | #clock-cells = <0>; |
| 879 | clock-frequency = <0>; |
| 880 | clock-output-names = "audio_clk_b"; |
| 881 | }; |
| 882 | audio_clk_c: audio_clk_c { |
| 883 | compatible = "fixed-clock"; |
| 884 | #clock-cells = <0>; |
| 885 | clock-frequency = <0>; |
| 886 | clock-output-names = "audio_clk_c"; |
| 887 | }; |
| 888 | |
Sergei Shtylyov | 41650f4 | 2015-01-06 00:33:25 +0300 | [diff] [blame] | 889 | /* External USB clock - can be overridden by the board */ |
| 890 | usb_extal_clk: usb_extal_clk { |
| 891 | compatible = "fixed-clock"; |
| 892 | #clock-cells = <0>; |
| 893 | clock-frequency = <48000000>; |
| 894 | clock-output-names = "usb_extal"; |
| 895 | }; |
| 896 | |
| 897 | /* External CAN clock */ |
| 898 | can_clk: can_clk { |
| 899 | compatible = "fixed-clock"; |
| 900 | #clock-cells = <0>; |
| 901 | /* This value must be overridden by the board. */ |
| 902 | clock-frequency = <0>; |
| 903 | clock-output-names = "can_clk"; |
| 904 | status = "disabled"; |
| 905 | }; |
| 906 | |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 907 | /* Special CPG clocks */ |
| 908 | cpg_clocks: cpg_clocks@e6150000 { |
| 909 | compatible = "renesas,r8a7790-cpg-clocks", |
| 910 | "renesas,rcar-gen2-cpg-clocks"; |
| 911 | reg = <0 0xe6150000 0 0x1000>; |
Sergei Shtylyov | 41650f4 | 2015-01-06 00:33:25 +0300 | [diff] [blame] | 912 | clocks = <&extal_clk &usb_extal_clk>; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 913 | #clock-cells = <1>; |
| 914 | clock-output-names = "main", "pll0", "pll1", "pll3", |
| 915 | "lb", "qspi", "sdh", "sd0", "sd1", |
Sergei Shtylyov | 3453ca9 | 2014-12-30 23:21:45 +0300 | [diff] [blame] | 916 | "z", "rcan", "adsp"; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 917 | }; |
| 918 | |
| 919 | /* Variable factor clocks */ |
| 920 | sd2_clk: sd2_clk@e6150078 { |
| 921 | compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock"; |
| 922 | reg = <0 0xe6150078 0 4>; |
| 923 | clocks = <&pll1_div2_clk>; |
| 924 | #clock-cells = <0>; |
| 925 | clock-output-names = "sd2"; |
| 926 | }; |
Shinobu Uehara | edd7b93 | 2014-10-30 14:57:57 +0900 | [diff] [blame] | 927 | sd3_clk: sd3_clk@e615026c { |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 928 | compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock"; |
Shinobu Uehara | edd7b93 | 2014-10-30 14:57:57 +0900 | [diff] [blame] | 929 | reg = <0 0xe615026c 0 4>; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 930 | clocks = <&pll1_div2_clk>; |
| 931 | #clock-cells = <0>; |
| 932 | clock-output-names = "sd3"; |
| 933 | }; |
| 934 | mmc0_clk: mmc0_clk@e6150240 { |
| 935 | compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock"; |
| 936 | reg = <0 0xe6150240 0 4>; |
| 937 | clocks = <&pll1_div2_clk>; |
| 938 | #clock-cells = <0>; |
| 939 | clock-output-names = "mmc0"; |
| 940 | }; |
| 941 | mmc1_clk: mmc1_clk@e6150244 { |
| 942 | compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock"; |
| 943 | reg = <0 0xe6150244 0 4>; |
| 944 | clocks = <&pll1_div2_clk>; |
| 945 | #clock-cells = <0>; |
| 946 | clock-output-names = "mmc1"; |
| 947 | }; |
| 948 | ssp_clk: ssp_clk@e6150248 { |
| 949 | compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock"; |
| 950 | reg = <0 0xe6150248 0 4>; |
| 951 | clocks = <&pll1_div2_clk>; |
| 952 | #clock-cells = <0>; |
| 953 | clock-output-names = "ssp"; |
| 954 | }; |
| 955 | ssprs_clk: ssprs_clk@e615024c { |
| 956 | compatible = "renesas,r8a7790-div6-clock", "renesas,cpg-div6-clock"; |
| 957 | reg = <0 0xe615024c 0 4>; |
| 958 | clocks = <&pll1_div2_clk>; |
| 959 | #clock-cells = <0>; |
| 960 | clock-output-names = "ssprs"; |
| 961 | }; |
| 962 | |
| 963 | /* Fixed factor clocks */ |
| 964 | pll1_div2_clk: pll1_div2_clk { |
| 965 | compatible = "fixed-factor-clock"; |
| 966 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 967 | #clock-cells = <0>; |
| 968 | clock-div = <2>; |
| 969 | clock-mult = <1>; |
| 970 | clock-output-names = "pll1_div2"; |
| 971 | }; |
| 972 | z2_clk: z2_clk { |
| 973 | compatible = "fixed-factor-clock"; |
| 974 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 975 | #clock-cells = <0>; |
| 976 | clock-div = <2>; |
| 977 | clock-mult = <1>; |
| 978 | clock-output-names = "z2"; |
| 979 | }; |
| 980 | zg_clk: zg_clk { |
| 981 | compatible = "fixed-factor-clock"; |
| 982 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 983 | #clock-cells = <0>; |
| 984 | clock-div = <3>; |
| 985 | clock-mult = <1>; |
| 986 | clock-output-names = "zg"; |
| 987 | }; |
| 988 | zx_clk: zx_clk { |
| 989 | compatible = "fixed-factor-clock"; |
| 990 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 991 | #clock-cells = <0>; |
| 992 | clock-div = <3>; |
| 993 | clock-mult = <1>; |
| 994 | clock-output-names = "zx"; |
| 995 | }; |
| 996 | zs_clk: zs_clk { |
| 997 | compatible = "fixed-factor-clock"; |
| 998 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 999 | #clock-cells = <0>; |
| 1000 | clock-div = <6>; |
| 1001 | clock-mult = <1>; |
| 1002 | clock-output-names = "zs"; |
| 1003 | }; |
| 1004 | hp_clk: hp_clk { |
| 1005 | compatible = "fixed-factor-clock"; |
| 1006 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 1007 | #clock-cells = <0>; |
| 1008 | clock-div = <12>; |
| 1009 | clock-mult = <1>; |
| 1010 | clock-output-names = "hp"; |
| 1011 | }; |
| 1012 | i_clk: i_clk { |
| 1013 | compatible = "fixed-factor-clock"; |
| 1014 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 1015 | #clock-cells = <0>; |
| 1016 | clock-div = <2>; |
| 1017 | clock-mult = <1>; |
| 1018 | clock-output-names = "i"; |
| 1019 | }; |
| 1020 | b_clk: b_clk { |
| 1021 | compatible = "fixed-factor-clock"; |
| 1022 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 1023 | #clock-cells = <0>; |
| 1024 | clock-div = <12>; |
| 1025 | clock-mult = <1>; |
| 1026 | clock-output-names = "b"; |
| 1027 | }; |
| 1028 | p_clk: p_clk { |
| 1029 | compatible = "fixed-factor-clock"; |
| 1030 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 1031 | #clock-cells = <0>; |
| 1032 | clock-div = <24>; |
| 1033 | clock-mult = <1>; |
| 1034 | clock-output-names = "p"; |
| 1035 | }; |
| 1036 | cl_clk: cl_clk { |
| 1037 | compatible = "fixed-factor-clock"; |
| 1038 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 1039 | #clock-cells = <0>; |
| 1040 | clock-div = <48>; |
| 1041 | clock-mult = <1>; |
| 1042 | clock-output-names = "cl"; |
| 1043 | }; |
| 1044 | m2_clk: m2_clk { |
| 1045 | compatible = "fixed-factor-clock"; |
| 1046 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 1047 | #clock-cells = <0>; |
| 1048 | clock-div = <8>; |
| 1049 | clock-mult = <1>; |
| 1050 | clock-output-names = "m2"; |
| 1051 | }; |
| 1052 | imp_clk: imp_clk { |
| 1053 | compatible = "fixed-factor-clock"; |
| 1054 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 1055 | #clock-cells = <0>; |
| 1056 | clock-div = <4>; |
| 1057 | clock-mult = <1>; |
| 1058 | clock-output-names = "imp"; |
| 1059 | }; |
| 1060 | rclk_clk: rclk_clk { |
| 1061 | compatible = "fixed-factor-clock"; |
| 1062 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 1063 | #clock-cells = <0>; |
| 1064 | clock-div = <(48 * 1024)>; |
| 1065 | clock-mult = <1>; |
| 1066 | clock-output-names = "rclk"; |
| 1067 | }; |
| 1068 | oscclk_clk: oscclk_clk { |
| 1069 | compatible = "fixed-factor-clock"; |
| 1070 | clocks = <&cpg_clocks R8A7790_CLK_PLL1>; |
| 1071 | #clock-cells = <0>; |
| 1072 | clock-div = <(12 * 1024)>; |
| 1073 | clock-mult = <1>; |
| 1074 | clock-output-names = "oscclk"; |
| 1075 | }; |
| 1076 | zb3_clk: zb3_clk { |
| 1077 | compatible = "fixed-factor-clock"; |
| 1078 | clocks = <&cpg_clocks R8A7790_CLK_PLL3>; |
| 1079 | #clock-cells = <0>; |
| 1080 | clock-div = <4>; |
| 1081 | clock-mult = <1>; |
| 1082 | clock-output-names = "zb3"; |
| 1083 | }; |
| 1084 | zb3d2_clk: zb3d2_clk { |
| 1085 | compatible = "fixed-factor-clock"; |
| 1086 | clocks = <&cpg_clocks R8A7790_CLK_PLL3>; |
| 1087 | #clock-cells = <0>; |
| 1088 | clock-div = <8>; |
| 1089 | clock-mult = <1>; |
| 1090 | clock-output-names = "zb3d2"; |
| 1091 | }; |
| 1092 | ddr_clk: ddr_clk { |
| 1093 | compatible = "fixed-factor-clock"; |
| 1094 | clocks = <&cpg_clocks R8A7790_CLK_PLL3>; |
| 1095 | #clock-cells = <0>; |
| 1096 | clock-div = <8>; |
| 1097 | clock-mult = <1>; |
| 1098 | clock-output-names = "ddr"; |
| 1099 | }; |
| 1100 | mp_clk: mp_clk { |
| 1101 | compatible = "fixed-factor-clock"; |
| 1102 | clocks = <&pll1_div2_clk>; |
| 1103 | #clock-cells = <0>; |
| 1104 | clock-div = <15>; |
| 1105 | clock-mult = <1>; |
| 1106 | clock-output-names = "mp"; |
| 1107 | }; |
| 1108 | cp_clk: cp_clk { |
| 1109 | compatible = "fixed-factor-clock"; |
| 1110 | clocks = <&extal_clk>; |
| 1111 | #clock-cells = <0>; |
| 1112 | clock-div = <2>; |
| 1113 | clock-mult = <1>; |
| 1114 | clock-output-names = "cp"; |
| 1115 | }; |
| 1116 | |
| 1117 | /* Gate clocks */ |
Laurent Pinchart | 9d90951 | 2013-12-19 16:51:01 +0100 | [diff] [blame] | 1118 | mstp0_clks: mstp0_clks@e6150130 { |
| 1119 | compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1120 | reg = <0 0xe6150130 0 4>, <0 0xe6150030 0 4>; |
| 1121 | clocks = <&mp_clk>; |
| 1122 | #clock-cells = <1>; |
Ben Dooks | b54010a | 2014-11-10 19:49:37 +0100 | [diff] [blame] | 1123 | clock-indices = <R8A7790_CLK_MSIOF0>; |
Laurent Pinchart | 9d90951 | 2013-12-19 16:51:01 +0100 | [diff] [blame] | 1124 | clock-output-names = "msiof0"; |
| 1125 | }; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1126 | mstp1_clks: mstp1_clks@e6150134 { |
| 1127 | compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1128 | reg = <0 0xe6150134 0 4>, <0 0xe6150038 0 4>; |
Yoshifumi Hosoya | 4ba8f24 | 2014-10-14 16:01:42 +0900 | [diff] [blame] | 1129 | clocks = <&zs_clk>, <&zs_clk>, <&zs_clk>, <&zs_clk>, <&m2_clk>, |
| 1130 | <&zs_clk>, <&p_clk>, <&zg_clk>, <&zs_clk>, <&zs_clk>, |
| 1131 | <&zs_clk>, <&zs_clk>, <&p_clk>, <&p_clk>, <&rclk_clk>, |
| 1132 | <&cp_clk>, <&zs_clk>, <&zs_clk>, <&zs_clk>, <&zs_clk>; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1133 | #clock-cells = <1>; |
Ben Dooks | b54010a | 2014-11-10 19:49:37 +0100 | [diff] [blame] | 1134 | clock-indices = < |
Yoshifumi Hosoya | 4ba8f24 | 2014-10-14 16:01:42 +0900 | [diff] [blame] | 1135 | R8A7790_CLK_VCP1 R8A7790_CLK_VCP0 R8A7790_CLK_VPC1 |
| 1136 | R8A7790_CLK_VPC0 R8A7790_CLK_JPU R8A7790_CLK_SSP1 |
| 1137 | R8A7790_CLK_TMU1 R8A7790_CLK_3DG R8A7790_CLK_2DDMAC |
| 1138 | R8A7790_CLK_FDP1_2 R8A7790_CLK_FDP1_1 R8A7790_CLK_FDP1_0 |
| 1139 | R8A7790_CLK_TMU3 R8A7790_CLK_TMU2 R8A7790_CLK_CMT0 |
| 1140 | R8A7790_CLK_TMU0 R8A7790_CLK_VSP1_DU1 R8A7790_CLK_VSP1_DU0 |
| 1141 | R8A7790_CLK_VSP1_R R8A7790_CLK_VSP1_S |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1142 | >; |
| 1143 | clock-output-names = |
Yoshifumi Hosoya | 4ba8f24 | 2014-10-14 16:01:42 +0900 | [diff] [blame] | 1144 | "vcp1", "vcp0", "vpc1", "vpc0", "jpu", "ssp1", |
| 1145 | "tmu1", "3dg", "2ddmac", "fdp1-2", "fdp1-1", |
| 1146 | "fdp1-0", "tmu3", "tmu2", "cmt0", "tmu0", |
Kouei Abe | 2284ff5 | 2014-10-14 16:01:40 +0900 | [diff] [blame] | 1147 | "vsp1-du1", "vsp1-du0", "vsp1-rt", "vsp1-sy"; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1148 | }; |
| 1149 | mstp2_clks: mstp2_clks@e6150138 { |
| 1150 | compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1151 | reg = <0 0xe6150138 0 4>, <0 0xe6150040 0 4>; |
| 1152 | clocks = <&mp_clk>, <&mp_clk>, <&mp_clk>, <&mp_clk>, <&mp_clk>, |
Laurent Pinchart | c819acd | 2014-07-19 01:50:23 +0200 | [diff] [blame] | 1153 | <&mp_clk>, <&mp_clk>, <&mp_clk>, <&mp_clk>, <&zs_clk>, |
| 1154 | <&zs_clk>; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1155 | #clock-cells = <1>; |
Ben Dooks | b54010a | 2014-11-10 19:49:37 +0100 | [diff] [blame] | 1156 | clock-indices = < |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1157 | R8A7790_CLK_SCIFA2 R8A7790_CLK_SCIFA1 R8A7790_CLK_SCIFA0 |
Laurent Pinchart | 9d90951 | 2013-12-19 16:51:01 +0100 | [diff] [blame] | 1158 | R8A7790_CLK_MSIOF2 R8A7790_CLK_SCIFB0 R8A7790_CLK_SCIFB1 |
| 1159 | R8A7790_CLK_MSIOF1 R8A7790_CLK_MSIOF3 R8A7790_CLK_SCIFB2 |
Laurent Pinchart | c819acd | 2014-07-19 01:50:23 +0200 | [diff] [blame] | 1160 | R8A7790_CLK_SYS_DMAC1 R8A7790_CLK_SYS_DMAC0 |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1161 | >; |
| 1162 | clock-output-names = |
Laurent Pinchart | 9d90951 | 2013-12-19 16:51:01 +0100 | [diff] [blame] | 1163 | "scifa2", "scifa1", "scifa0", "msiof2", "scifb0", |
Laurent Pinchart | c819acd | 2014-07-19 01:50:23 +0200 | [diff] [blame] | 1164 | "scifb1", "msiof1", "msiof3", "scifb2", |
| 1165 | "sys-dmac1", "sys-dmac0"; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1166 | }; |
| 1167 | mstp3_clks: mstp3_clks@e615013c { |
| 1168 | compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1169 | reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>; |
Wolfram Sang | 1746514 | 2014-03-11 22:24:37 +0100 | [diff] [blame] | 1170 | clocks = <&hp_clk>, <&cp_clk>, <&mmc1_clk>, <&sd3_clk>, |
| 1171 | <&sd2_clk>, <&cpg_clocks R8A7790_CLK_SD1>, <&cpg_clocks R8A7790_CLK_SD0>, <&mmc0_clk>, |
Yoshihiro Shimoda | b02ce79 | 2014-11-17 18:25:13 +0900 | [diff] [blame] | 1172 | <&hp_clk>, <&mp_clk>, <&hp_clk>, <&mp_clk>, <&rclk_clk>, |
| 1173 | <&hp_clk>, <&hp_clk>; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1174 | #clock-cells = <1>; |
Ben Dooks | b54010a | 2014-11-10 19:49:37 +0100 | [diff] [blame] | 1175 | clock-indices = < |
Wolfram Sang | 1746514 | 2014-03-11 22:24:37 +0100 | [diff] [blame] | 1176 | R8A7790_CLK_IIC2 R8A7790_CLK_TPU0 R8A7790_CLK_MMCIF1 R8A7790_CLK_SDHI3 |
| 1177 | R8A7790_CLK_SDHI2 R8A7790_CLK_SDHI1 R8A7790_CLK_SDHI0 R8A7790_CLK_MMCIF0 |
Phil Edworthy | ecafea8 | 2014-06-13 10:37:15 +0100 | [diff] [blame] | 1178 | R8A7790_CLK_IIC0 R8A7790_CLK_PCIEC R8A7790_CLK_IIC1 R8A7790_CLK_SSUSB R8A7790_CLK_CMT1 |
Yoshihiro Shimoda | b02ce79 | 2014-11-17 18:25:13 +0900 | [diff] [blame] | 1179 | R8A7790_CLK_USBDMAC0 R8A7790_CLK_USBDMAC1 |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1180 | >; |
| 1181 | clock-output-names = |
Wolfram Sang | 1746514 | 2014-03-11 22:24:37 +0100 | [diff] [blame] | 1182 | "iic2", "tpu0", "mmcif1", "sdhi3", |
| 1183 | "sdhi2", "sdhi1", "sdhi0", "mmcif0", |
Yoshihiro Shimoda | b02ce79 | 2014-11-17 18:25:13 +0900 | [diff] [blame] | 1184 | "iic0", "pciec", "iic1", "ssusb", "cmt1", |
| 1185 | "usbdmac0", "usbdmac1"; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1186 | }; |
Geert Uytterhoeven | 61624ca | 2015-03-18 19:55:59 +0100 | [diff] [blame] | 1187 | mstp4_clks: mstp4_clks@e6150140 { |
| 1188 | compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1189 | reg = <0 0xe6150140 0 4>, <0 0xe615004c 0 4>; |
| 1190 | clocks = <&cp_clk>; |
| 1191 | #clock-cells = <1>; |
| 1192 | clock-indices = <R8A7790_CLK_IRQC>; |
| 1193 | clock-output-names = "irqc"; |
| 1194 | }; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1195 | mstp5_clks: mstp5_clks@e6150144 { |
| 1196 | compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1197 | reg = <0 0xe6150144 0 4>, <0 0xe615003c 0 4>; |
Sergei Shtylyov | 3453ca9 | 2014-12-30 23:21:45 +0300 | [diff] [blame] | 1198 | clocks = <&hp_clk>, <&hp_clk>, <&cpg_clocks R8A7790_CLK_ADSP>, |
| 1199 | <&extal_clk>, <&p_clk>; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1200 | #clock-cells = <1>; |
Ben Dooks | b54010a | 2014-11-10 19:49:37 +0100 | [diff] [blame] | 1201 | clock-indices = < |
| 1202 | R8A7790_CLK_AUDIO_DMAC0 R8A7790_CLK_AUDIO_DMAC1 |
Sergei Shtylyov | 3453ca9 | 2014-12-30 23:21:45 +0300 | [diff] [blame] | 1203 | R8A7790_CLK_ADSP_MOD R8A7790_CLK_THERMAL |
| 1204 | R8A7790_CLK_PWM |
Ben Dooks | b54010a | 2014-11-10 19:49:37 +0100 | [diff] [blame] | 1205 | >; |
Sergei Shtylyov | 3453ca9 | 2014-12-30 23:21:45 +0300 | [diff] [blame] | 1206 | clock-output-names = "audmac0", "audmac1", "adsp_mod", |
| 1207 | "thermal", "pwm"; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1208 | }; |
| 1209 | mstp7_clks: mstp7_clks@e615014c { |
| 1210 | compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1211 | reg = <0 0xe615014c 0 4>, <0 0xe61501c4 0 4>; |
Kazuya Mizuguchi | b621f6d | 2015-02-19 10:42:55 -0500 | [diff] [blame] | 1212 | clocks = <&mp_clk>, <&hp_clk>, <&zs_clk>, <&zs_clk>, <&p_clk>, |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1213 | <&p_clk>, <&zx_clk>, <&zx_clk>, <&zx_clk>, <&zx_clk>, |
| 1214 | <&zx_clk>; |
| 1215 | #clock-cells = <1>; |
Ben Dooks | b54010a | 2014-11-10 19:49:37 +0100 | [diff] [blame] | 1216 | clock-indices = < |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1217 | R8A7790_CLK_EHCI R8A7790_CLK_HSUSB R8A7790_CLK_HSCIF1 |
| 1218 | R8A7790_CLK_HSCIF0 R8A7790_CLK_SCIF1 R8A7790_CLK_SCIF0 |
| 1219 | R8A7790_CLK_DU2 R8A7790_CLK_DU1 R8A7790_CLK_DU0 |
| 1220 | R8A7790_CLK_LVDS1 R8A7790_CLK_LVDS0 |
| 1221 | >; |
| 1222 | clock-output-names = |
| 1223 | "ehci", "hsusb", "hscif1", "hscif0", "scif1", |
| 1224 | "scif0", "du2", "du1", "du0", "lvds1", "lvds0"; |
| 1225 | }; |
| 1226 | mstp8_clks: mstp8_clks@e6150990 { |
| 1227 | compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1228 | reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>; |
Andrey Gusakov | f6b5dd4 | 2014-12-18 23:41:52 +0300 | [diff] [blame] | 1229 | clocks = <&hp_clk>, <&zg_clk>, <&zg_clk>, <&zg_clk>, |
| 1230 | <&zg_clk>, <&p_clk>, <&zs_clk>, <&zs_clk>; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1231 | #clock-cells = <1>; |
Ben Dooks | b54010a | 2014-11-10 19:49:37 +0100 | [diff] [blame] | 1232 | clock-indices = < |
Andrey Gusakov | f6b5dd4 | 2014-12-18 23:41:52 +0300 | [diff] [blame] | 1233 | R8A7790_CLK_MLB R8A7790_CLK_VIN3 R8A7790_CLK_VIN2 |
| 1234 | R8A7790_CLK_VIN1 R8A7790_CLK_VIN0 R8A7790_CLK_ETHER |
| 1235 | R8A7790_CLK_SATA1 R8A7790_CLK_SATA0 |
Laurent Pinchart | 3f2beaa | 2014-01-07 09:22:53 +0100 | [diff] [blame] | 1236 | >; |
Laurent Pinchart | bccccc3 | 2014-01-07 09:22:55 +0100 | [diff] [blame] | 1237 | clock-output-names = |
Andrey Gusakov | f6b5dd4 | 2014-12-18 23:41:52 +0300 | [diff] [blame] | 1238 | "mlb", "vin3", "vin2", "vin1", "vin0", "ether", |
| 1239 | "sata1", "sata0"; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1240 | }; |
| 1241 | mstp9_clks: mstp9_clks@e6150994 { |
| 1242 | compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1243 | reg = <0 0xe6150994 0 4>, <0 0xe61509a4 0 4>; |
Geert Uytterhoeven | 81f6883 | 2014-04-23 10:25:27 +0200 | [diff] [blame] | 1244 | clocks = <&cp_clk>, <&cp_clk>, <&cp_clk>, |
| 1245 | <&cp_clk>, <&cp_clk>, <&cp_clk>, |
| 1246 | <&p_clk>, <&p_clk>, <&cpg_clocks R8A7790_CLK_QSPI>, <&cp_clk>, |
Laurent Pinchart | 3672b05 | 2014-04-01 13:02:17 +0200 | [diff] [blame] | 1247 | <&hp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1248 | #clock-cells = <1>; |
Ben Dooks | b54010a | 2014-11-10 19:49:37 +0100 | [diff] [blame] | 1249 | clock-indices = < |
Geert Uytterhoeven | 81f6883 | 2014-04-23 10:25:27 +0200 | [diff] [blame] | 1250 | R8A7790_CLK_GPIO5 R8A7790_CLK_GPIO4 R8A7790_CLK_GPIO3 |
| 1251 | R8A7790_CLK_GPIO2 R8A7790_CLK_GPIO1 R8A7790_CLK_GPIO0 |
Wolfram Sang | 1746514 | 2014-03-11 22:24:37 +0100 | [diff] [blame] | 1252 | R8A7790_CLK_RCAN1 R8A7790_CLK_RCAN0 R8A7790_CLK_QSPI_MOD R8A7790_CLK_IICDVFS |
| 1253 | R8A7790_CLK_I2C3 R8A7790_CLK_I2C2 R8A7790_CLK_I2C1 R8A7790_CLK_I2C0 |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1254 | >; |
Laurent Pinchart | 91b56ca | 2013-12-19 16:51:03 +0100 | [diff] [blame] | 1255 | clock-output-names = |
Geert Uytterhoeven | 81f6883 | 2014-04-23 10:25:27 +0200 | [diff] [blame] | 1256 | "gpio5", "gpio4", "gpio3", "gpio2", "gpio1", "gpio0", |
Wolfram Sang | 1746514 | 2014-03-11 22:24:37 +0100 | [diff] [blame] | 1257 | "rcan1", "rcan0", "qspi_mod", "iic3", |
| 1258 | "i2c3", "i2c2", "i2c1", "i2c0"; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1259 | }; |
Kuninori Morimoto | bcde372 | 2014-06-10 23:53:27 -0700 | [diff] [blame] | 1260 | mstp10_clks: mstp10_clks@e6150998 { |
| 1261 | compatible = "renesas,r8a7790-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1262 | reg = <0 0xe6150998 0 4>, <0 0xe61509a8 0 4>; |
| 1263 | clocks = <&p_clk>, |
| 1264 | <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>, |
| 1265 | <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>, |
| 1266 | <&p_clk>, |
| 1267 | <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>, |
| 1268 | <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>, |
| 1269 | <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>, |
| 1270 | <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>, |
| 1271 | <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>, |
| 1272 | <&mstp10_clks R8A7790_CLK_SCU_ALL>, <&mstp10_clks R8A7790_CLK_SCU_ALL>; |
| 1273 | |
| 1274 | #clock-cells = <1>; |
| 1275 | clock-indices = < |
| 1276 | R8A7790_CLK_SSI_ALL |
| 1277 | R8A7790_CLK_SSI9 R8A7790_CLK_SSI8 R8A7790_CLK_SSI7 R8A7790_CLK_SSI6 R8A7790_CLK_SSI5 |
| 1278 | R8A7790_CLK_SSI4 R8A7790_CLK_SSI3 R8A7790_CLK_SSI2 R8A7790_CLK_SSI1 R8A7790_CLK_SSI0 |
| 1279 | R8A7790_CLK_SCU_ALL |
| 1280 | R8A7790_CLK_SCU_DVC1 R8A7790_CLK_SCU_DVC0 |
| 1281 | R8A7790_CLK_SCU_SRC9 R8A7790_CLK_SCU_SRC8 R8A7790_CLK_SCU_SRC7 R8A7790_CLK_SCU_SRC6 R8A7790_CLK_SCU_SRC5 |
| 1282 | R8A7790_CLK_SCU_SRC4 R8A7790_CLK_SCU_SRC3 R8A7790_CLK_SCU_SRC2 R8A7790_CLK_SCU_SRC1 R8A7790_CLK_SCU_SRC0 |
| 1283 | >; |
| 1284 | clock-output-names = |
| 1285 | "ssi-all", |
| 1286 | "ssi9", "ssi8", "ssi7", "ssi6", "ssi5", |
| 1287 | "ssi4", "ssi3", "ssi2", "ssi1", "ssi0", |
| 1288 | "scu-all", |
| 1289 | "scu-dvc1", "scu-dvc0", |
| 1290 | "scu-src9", "scu-src8", "scu-src7", "scu-src6", "scu-src5", |
| 1291 | "scu-src4", "scu-src3", "scu-src2", "scu-src1", "scu-src0"; |
| 1292 | }; |
Laurent Pinchart | 22a1f59 | 2013-12-11 15:05:14 +0100 | [diff] [blame] | 1293 | }; |
Geert Uytterhoeven | 7053e13 | 2014-02-10 11:47:29 +0100 | [diff] [blame] | 1294 | |
Geert Uytterhoeven | fad6d45 | 2014-02-25 11:30:13 +0100 | [diff] [blame] | 1295 | qspi: spi@e6b10000 { |
Geert Uytterhoeven | 7053e13 | 2014-02-10 11:47:29 +0100 | [diff] [blame] | 1296 | compatible = "renesas,qspi-r8a7790", "renesas,qspi"; |
| 1297 | reg = <0 0xe6b10000 0 0x2c>; |
Geert Uytterhoeven | 7053e13 | 2014-02-10 11:47:29 +0100 | [diff] [blame] | 1298 | interrupts = <0 184 IRQ_TYPE_LEVEL_HIGH>; |
| 1299 | clocks = <&mstp9_clks R8A7790_CLK_QSPI_MOD>; |
Geert Uytterhoeven | 37cf3d6 | 2014-08-06 14:59:08 +0200 | [diff] [blame] | 1300 | dmas = <&dmac0 0x17>, <&dmac0 0x18>; |
| 1301 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 7053e13 | 2014-02-10 11:47:29 +0100 | [diff] [blame] | 1302 | num-cs = <1>; |
| 1303 | #address-cells = <1>; |
| 1304 | #size-cells = <0>; |
| 1305 | status = "disabled"; |
| 1306 | }; |
Geert Uytterhoeven | ae8a614 | 2014-02-25 11:30:15 +0100 | [diff] [blame] | 1307 | |
| 1308 | msiof0: spi@e6e20000 { |
| 1309 | compatible = "renesas,msiof-r8a7790"; |
Ryo Kataoka | c7d1f08 | 2015-04-05 01:54:31 +0900 | [diff] [blame] | 1310 | reg = <0 0xe6e20000 0 0x0064>; |
Geert Uytterhoeven | ae8a614 | 2014-02-25 11:30:15 +0100 | [diff] [blame] | 1311 | interrupts = <0 156 IRQ_TYPE_LEVEL_HIGH>; |
| 1312 | clocks = <&mstp0_clks R8A7790_CLK_MSIOF0>; |
Geert Uytterhoeven | fbff668 | 2014-08-06 14:59:09 +0200 | [diff] [blame] | 1313 | dmas = <&dmac0 0x51>, <&dmac0 0x52>; |
| 1314 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | ae8a614 | 2014-02-25 11:30:15 +0100 | [diff] [blame] | 1315 | #address-cells = <1>; |
| 1316 | #size-cells = <0>; |
| 1317 | status = "disabled"; |
| 1318 | }; |
| 1319 | |
| 1320 | msiof1: spi@e6e10000 { |
| 1321 | compatible = "renesas,msiof-r8a7790"; |
Ryo Kataoka | c7d1f08 | 2015-04-05 01:54:31 +0900 | [diff] [blame] | 1322 | reg = <0 0xe6e10000 0 0x0064>; |
Geert Uytterhoeven | ae8a614 | 2014-02-25 11:30:15 +0100 | [diff] [blame] | 1323 | interrupts = <0 157 IRQ_TYPE_LEVEL_HIGH>; |
| 1324 | clocks = <&mstp2_clks R8A7790_CLK_MSIOF1>; |
Geert Uytterhoeven | fbff668 | 2014-08-06 14:59:09 +0200 | [diff] [blame] | 1325 | dmas = <&dmac0 0x55>, <&dmac0 0x56>; |
| 1326 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | ae8a614 | 2014-02-25 11:30:15 +0100 | [diff] [blame] | 1327 | #address-cells = <1>; |
| 1328 | #size-cells = <0>; |
| 1329 | status = "disabled"; |
| 1330 | }; |
| 1331 | |
| 1332 | msiof2: spi@e6e00000 { |
| 1333 | compatible = "renesas,msiof-r8a7790"; |
Ryo Kataoka | c7d1f08 | 2015-04-05 01:54:31 +0900 | [diff] [blame] | 1334 | reg = <0 0xe6e00000 0 0x0064>; |
Geert Uytterhoeven | ae8a614 | 2014-02-25 11:30:15 +0100 | [diff] [blame] | 1335 | interrupts = <0 158 IRQ_TYPE_LEVEL_HIGH>; |
| 1336 | clocks = <&mstp2_clks R8A7790_CLK_MSIOF2>; |
Geert Uytterhoeven | fbff668 | 2014-08-06 14:59:09 +0200 | [diff] [blame] | 1337 | dmas = <&dmac0 0x41>, <&dmac0 0x42>; |
| 1338 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | ae8a614 | 2014-02-25 11:30:15 +0100 | [diff] [blame] | 1339 | #address-cells = <1>; |
| 1340 | #size-cells = <0>; |
| 1341 | status = "disabled"; |
| 1342 | }; |
| 1343 | |
| 1344 | msiof3: spi@e6c90000 { |
| 1345 | compatible = "renesas,msiof-r8a7790"; |
Ryo Kataoka | c7d1f08 | 2015-04-05 01:54:31 +0900 | [diff] [blame] | 1346 | reg = <0 0xe6c90000 0 0x0064>; |
Geert Uytterhoeven | ae8a614 | 2014-02-25 11:30:15 +0100 | [diff] [blame] | 1347 | interrupts = <0 159 IRQ_TYPE_LEVEL_HIGH>; |
| 1348 | clocks = <&mstp2_clks R8A7790_CLK_MSIOF3>; |
Geert Uytterhoeven | fbff668 | 2014-08-06 14:59:09 +0200 | [diff] [blame] | 1349 | dmas = <&dmac0 0x45>, <&dmac0 0x46>; |
| 1350 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | ae8a614 | 2014-02-25 11:30:15 +0100 | [diff] [blame] | 1351 | #address-cells = <1>; |
| 1352 | #size-cells = <0>; |
| 1353 | status = "disabled"; |
| 1354 | }; |
Kuninori Morimoto | 7df2fd5 | 2014-06-10 23:53:54 -0700 | [diff] [blame] | 1355 | |
Yoshihiro Shimoda | 157fcd8 | 2014-10-24 19:41:46 +0900 | [diff] [blame] | 1356 | xhci: usb@ee000000 { |
| 1357 | compatible = "renesas,xhci-r8a7790"; |
| 1358 | reg = <0 0xee000000 0 0xc00>; |
| 1359 | interrupts = <0 101 IRQ_TYPE_LEVEL_HIGH>; |
| 1360 | clocks = <&mstp3_clks R8A7790_CLK_SSUSB>; |
| 1361 | phys = <&usb2 1>; |
| 1362 | phy-names = "usb"; |
| 1363 | status = "disabled"; |
| 1364 | }; |
| 1365 | |
Ben Dooks | ff4f3eb | 2014-06-24 21:59:54 +0400 | [diff] [blame] | 1366 | pci0: pci@ee090000 { |
| 1367 | compatible = "renesas,pci-r8a7790"; |
| 1368 | device_type = "pci"; |
| 1369 | clocks = <&mstp7_clks R8A7790_CLK_EHCI>; |
| 1370 | reg = <0 0xee090000 0 0xc00>, |
| 1371 | <0 0xee080000 0 0x1100>; |
| 1372 | interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>; |
| 1373 | status = "disabled"; |
| 1374 | |
| 1375 | bus-range = <0 0>; |
| 1376 | #address-cells = <3>; |
| 1377 | #size-cells = <2>; |
| 1378 | #interrupt-cells = <1>; |
| 1379 | ranges = <0x02000000 0 0xee080000 0 0xee080000 0 0x00010000>; |
| 1380 | interrupt-map-mask = <0xff00 0 0 0x7>; |
| 1381 | interrupt-map = <0x0000 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH |
Geert Uytterhoeven | 517ec80 | 2014-06-30 11:49:53 +0200 | [diff] [blame] | 1382 | 0x0800 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH |
| 1383 | 0x1000 0 0 2 &gic 0 108 IRQ_TYPE_LEVEL_HIGH>; |
Sergei Shtylyov | 538c40e | 2014-09-29 22:21:59 +0400 | [diff] [blame] | 1384 | |
| 1385 | usb@0,1 { |
| 1386 | reg = <0x800 0 0 0 0>; |
| 1387 | device_type = "pci"; |
| 1388 | phys = <&usb0 0>; |
| 1389 | phy-names = "usb"; |
| 1390 | }; |
| 1391 | |
| 1392 | usb@0,2 { |
| 1393 | reg = <0x1000 0 0 0 0>; |
| 1394 | device_type = "pci"; |
| 1395 | phys = <&usb0 0>; |
| 1396 | phy-names = "usb"; |
| 1397 | }; |
Ben Dooks | ff4f3eb | 2014-06-24 21:59:54 +0400 | [diff] [blame] | 1398 | }; |
| 1399 | |
| 1400 | pci1: pci@ee0b0000 { |
| 1401 | compatible = "renesas,pci-r8a7790"; |
| 1402 | device_type = "pci"; |
| 1403 | clocks = <&mstp7_clks R8A7790_CLK_EHCI>; |
| 1404 | reg = <0 0xee0b0000 0 0xc00>, |
| 1405 | <0 0xee0a0000 0 0x1100>; |
| 1406 | interrupts = <0 112 IRQ_TYPE_LEVEL_HIGH>; |
| 1407 | status = "disabled"; |
| 1408 | |
| 1409 | bus-range = <1 1>; |
| 1410 | #address-cells = <3>; |
| 1411 | #size-cells = <2>; |
| 1412 | #interrupt-cells = <1>; |
| 1413 | ranges = <0x02000000 0 0xee0a0000 0 0xee0a0000 0 0x00010000>; |
| 1414 | interrupt-map-mask = <0xff00 0 0 0x7>; |
| 1415 | interrupt-map = <0x0000 0 0 1 &gic 0 112 IRQ_TYPE_LEVEL_HIGH |
Geert Uytterhoeven | 517ec80 | 2014-06-30 11:49:53 +0200 | [diff] [blame] | 1416 | 0x0800 0 0 1 &gic 0 112 IRQ_TYPE_LEVEL_HIGH |
| 1417 | 0x1000 0 0 2 &gic 0 112 IRQ_TYPE_LEVEL_HIGH>; |
Ben Dooks | ff4f3eb | 2014-06-24 21:59:54 +0400 | [diff] [blame] | 1418 | }; |
| 1419 | |
| 1420 | pci2: pci@ee0d0000 { |
| 1421 | compatible = "renesas,pci-r8a7790"; |
| 1422 | device_type = "pci"; |
| 1423 | clocks = <&mstp7_clks R8A7790_CLK_EHCI>; |
| 1424 | reg = <0 0xee0d0000 0 0xc00>, |
| 1425 | <0 0xee0c0000 0 0x1100>; |
| 1426 | interrupts = <0 113 IRQ_TYPE_LEVEL_HIGH>; |
| 1427 | status = "disabled"; |
| 1428 | |
| 1429 | bus-range = <2 2>; |
| 1430 | #address-cells = <3>; |
| 1431 | #size-cells = <2>; |
| 1432 | #interrupt-cells = <1>; |
| 1433 | ranges = <0x02000000 0 0xee0c0000 0 0xee0c0000 0 0x00010000>; |
| 1434 | interrupt-map-mask = <0xff00 0 0 0x7>; |
| 1435 | interrupt-map = <0x0000 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH |
Geert Uytterhoeven | 517ec80 | 2014-06-30 11:49:53 +0200 | [diff] [blame] | 1436 | 0x0800 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH |
| 1437 | 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; |
Sergei Shtylyov | 538c40e | 2014-09-29 22:21:59 +0400 | [diff] [blame] | 1438 | |
| 1439 | usb@0,1 { |
| 1440 | reg = <0x800 0 0 0 0>; |
| 1441 | device_type = "pci"; |
| 1442 | phys = <&usb2 0>; |
| 1443 | phy-names = "usb"; |
| 1444 | }; |
| 1445 | |
| 1446 | usb@0,2 { |
| 1447 | reg = <0x1000 0 0 0 0>; |
| 1448 | device_type = "pci"; |
| 1449 | phys = <&usb2 0>; |
| 1450 | phy-names = "usb"; |
| 1451 | }; |
Ben Dooks | ff4f3eb | 2014-06-24 21:59:54 +0400 | [diff] [blame] | 1452 | }; |
| 1453 | |
Phil Edworthy | 745329d | 2014-06-13 10:37:17 +0100 | [diff] [blame] | 1454 | pciec: pcie@fe000000 { |
| 1455 | compatible = "renesas,pcie-r8a7790"; |
| 1456 | reg = <0 0xfe000000 0 0x80000>; |
| 1457 | #address-cells = <3>; |
| 1458 | #size-cells = <2>; |
| 1459 | bus-range = <0x00 0xff>; |
| 1460 | device_type = "pci"; |
| 1461 | ranges = <0x01000000 0 0x00000000 0 0xfe100000 0 0x00100000 |
| 1462 | 0x02000000 0 0xfe200000 0 0xfe200000 0 0x00200000 |
| 1463 | 0x02000000 0 0x30000000 0 0x30000000 0 0x08000000 |
| 1464 | 0x42000000 0 0x38000000 0 0x38000000 0 0x08000000>; |
| 1465 | /* Map all possible DDR as inbound ranges */ |
| 1466 | dma-ranges = <0x42000000 0 0x40000000 0 0x40000000 0 0x80000000 |
| 1467 | 0x43000000 1 0x80000000 1 0x80000000 0 0x80000000>; |
| 1468 | interrupts = <0 116 IRQ_TYPE_LEVEL_HIGH>, |
| 1469 | <0 117 IRQ_TYPE_LEVEL_HIGH>, |
| 1470 | <0 118 IRQ_TYPE_LEVEL_HIGH>; |
| 1471 | #interrupt-cells = <1>; |
| 1472 | interrupt-map-mask = <0 0 0 0>; |
| 1473 | interrupt-map = <0 0 0 0 &gic 0 116 IRQ_TYPE_LEVEL_HIGH>; |
| 1474 | clocks = <&mstp3_clks R8A7790_CLK_PCIEC>, <&pcie_bus_clk>; |
| 1475 | clock-names = "pcie", "pcie_bus"; |
| 1476 | status = "disabled"; |
| 1477 | }; |
| 1478 | |
Geert Uytterhoeven | b694e38 | 2015-04-27 14:55:28 +0200 | [diff] [blame] | 1479 | rcar_sound: sound@ec500000 { |
Kuninori Morimoto | ad63241 | 2014-12-17 06:11:52 +0000 | [diff] [blame] | 1480 | /* |
| 1481 | * #sound-dai-cells is required |
| 1482 | * |
| 1483 | * Single DAI : #sound-dai-cells = <0>; <&rcar_sound>; |
| 1484 | * Multi DAI : #sound-dai-cells = <1>; <&rcar_sound N>; |
| 1485 | */ |
Geert Uytterhoeven | 31078ec | 2015-01-06 21:01:52 +0100 | [diff] [blame] | 1486 | compatible = "renesas,rcar_sound-r8a7790", "renesas,rcar_sound-gen2"; |
Kuninori Morimoto | 7df2fd5 | 2014-06-10 23:53:54 -0700 | [diff] [blame] | 1487 | reg = <0 0xec500000 0 0x1000>, /* SCU */ |
| 1488 | <0 0xec5a0000 0 0x100>, /* ADG */ |
| 1489 | <0 0xec540000 0 0x1000>, /* SSIU */ |
Kuninori Morimoto | 0c60267 | 2015-03-10 01:39:39 +0000 | [diff] [blame] | 1490 | <0 0xec541000 0 0x1280>, /* SSI */ |
| 1491 | <0 0xec740000 0 0x200>; /* Audio DMAC peri peri*/ |
| 1492 | reg-names = "scu", "adg", "ssiu", "ssi", "audmapp"; |
Kuninori Morimoto | 46a158f | 2015-03-10 01:39:01 +0000 | [diff] [blame] | 1493 | |
Kuninori Morimoto | 7df2fd5 | 2014-06-10 23:53:54 -0700 | [diff] [blame] | 1494 | clocks = <&mstp10_clks R8A7790_CLK_SSI_ALL>, |
| 1495 | <&mstp10_clks R8A7790_CLK_SSI9>, <&mstp10_clks R8A7790_CLK_SSI8>, |
| 1496 | <&mstp10_clks R8A7790_CLK_SSI7>, <&mstp10_clks R8A7790_CLK_SSI6>, |
| 1497 | <&mstp10_clks R8A7790_CLK_SSI5>, <&mstp10_clks R8A7790_CLK_SSI4>, |
| 1498 | <&mstp10_clks R8A7790_CLK_SSI3>, <&mstp10_clks R8A7790_CLK_SSI2>, |
| 1499 | <&mstp10_clks R8A7790_CLK_SSI1>, <&mstp10_clks R8A7790_CLK_SSI0>, |
| 1500 | <&mstp10_clks R8A7790_CLK_SCU_SRC9>, <&mstp10_clks R8A7790_CLK_SCU_SRC8>, |
| 1501 | <&mstp10_clks R8A7790_CLK_SCU_SRC7>, <&mstp10_clks R8A7790_CLK_SCU_SRC6>, |
| 1502 | <&mstp10_clks R8A7790_CLK_SCU_SRC5>, <&mstp10_clks R8A7790_CLK_SCU_SRC4>, |
| 1503 | <&mstp10_clks R8A7790_CLK_SCU_SRC3>, <&mstp10_clks R8A7790_CLK_SCU_SRC2>, |
| 1504 | <&mstp10_clks R8A7790_CLK_SCU_SRC1>, <&mstp10_clks R8A7790_CLK_SCU_SRC0>, |
Kuninori Morimoto | 334d69a | 2014-06-25 17:52:17 -0700 | [diff] [blame] | 1505 | <&mstp10_clks R8A7790_CLK_SCU_DVC0>, <&mstp10_clks R8A7790_CLK_SCU_DVC1>, |
Kuninori Morimoto | 7df2fd5 | 2014-06-10 23:53:54 -0700 | [diff] [blame] | 1506 | <&audio_clk_a>, <&audio_clk_b>, <&audio_clk_c>, <&m2_clk>; |
| 1507 | clock-names = "ssi-all", |
| 1508 | "ssi.9", "ssi.8", "ssi.7", "ssi.6", "ssi.5", |
| 1509 | "ssi.4", "ssi.3", "ssi.2", "ssi.1", "ssi.0", |
| 1510 | "src.9", "src.8", "src.7", "src.6", "src.5", |
| 1511 | "src.4", "src.3", "src.2", "src.1", "src.0", |
Kuninori Morimoto | 334d69a | 2014-06-25 17:52:17 -0700 | [diff] [blame] | 1512 | "dvc.0", "dvc.1", |
Kuninori Morimoto | 7df2fd5 | 2014-06-10 23:53:54 -0700 | [diff] [blame] | 1513 | "clk_a", "clk_b", "clk_c", "clk_i"; |
| 1514 | |
| 1515 | status = "disabled"; |
| 1516 | |
Kuninori Morimoto | 334d69a | 2014-06-25 17:52:17 -0700 | [diff] [blame] | 1517 | rcar_sound,dvc { |
Kuninori Morimoto | 118a509 | 2015-03-10 01:40:13 +0000 | [diff] [blame] | 1518 | dvc0: dvc@0 { |
| 1519 | dmas = <&audma0 0xbc>; |
| 1520 | dma-names = "tx"; |
| 1521 | }; |
| 1522 | dvc1: dvc@1 { |
| 1523 | dmas = <&audma0 0xbe>; |
| 1524 | dma-names = "tx"; |
| 1525 | }; |
Kuninori Morimoto | 334d69a | 2014-06-25 17:52:17 -0700 | [diff] [blame] | 1526 | }; |
| 1527 | |
Kuninori Morimoto | 7df2fd5 | 2014-06-10 23:53:54 -0700 | [diff] [blame] | 1528 | rcar_sound,src { |
Kuninori Morimoto | 118a509 | 2015-03-10 01:40:13 +0000 | [diff] [blame] | 1529 | src0: src@0 { |
| 1530 | interrupts = <0 352 IRQ_TYPE_LEVEL_HIGH>; |
| 1531 | dmas = <&audma0 0x85>, <&audma1 0x9a>; |
| 1532 | dma-names = "rx", "tx"; |
| 1533 | }; |
| 1534 | src1: src@1 { |
| 1535 | interrupts = <0 353 IRQ_TYPE_LEVEL_HIGH>; |
| 1536 | dmas = <&audma0 0x87>, <&audma1 0x9c>; |
| 1537 | dma-names = "rx", "tx"; |
| 1538 | }; |
| 1539 | src2: src@2 { |
| 1540 | interrupts = <0 354 IRQ_TYPE_LEVEL_HIGH>; |
| 1541 | dmas = <&audma0 0x89>, <&audma1 0x9e>; |
| 1542 | dma-names = "rx", "tx"; |
| 1543 | }; |
| 1544 | src3: src@3 { |
| 1545 | interrupts = <0 355 IRQ_TYPE_LEVEL_HIGH>; |
| 1546 | dmas = <&audma0 0x8b>, <&audma1 0xa0>; |
| 1547 | dma-names = "rx", "tx"; |
| 1548 | }; |
| 1549 | src4: src@4 { |
| 1550 | interrupts = <0 356 IRQ_TYPE_LEVEL_HIGH>; |
| 1551 | dmas = <&audma0 0x8d>, <&audma1 0xb0>; |
| 1552 | dma-names = "rx", "tx"; |
| 1553 | }; |
| 1554 | src5: src@5 { |
| 1555 | interrupts = <0 357 IRQ_TYPE_LEVEL_HIGH>; |
| 1556 | dmas = <&audma0 0x8f>, <&audma1 0xb2>; |
| 1557 | dma-names = "rx", "tx"; |
| 1558 | }; |
| 1559 | src6: src@6 { |
| 1560 | interrupts = <0 358 IRQ_TYPE_LEVEL_HIGH>; |
| 1561 | dmas = <&audma0 0x91>, <&audma1 0xb4>; |
| 1562 | dma-names = "rx", "tx"; |
| 1563 | }; |
| 1564 | src7: src@7 { |
| 1565 | interrupts = <0 359 IRQ_TYPE_LEVEL_HIGH>; |
| 1566 | dmas = <&audma0 0x93>, <&audma1 0xb6>; |
| 1567 | dma-names = "rx", "tx"; |
| 1568 | }; |
| 1569 | src8: src@8 { |
| 1570 | interrupts = <0 360 IRQ_TYPE_LEVEL_HIGH>; |
| 1571 | dmas = <&audma0 0x95>, <&audma1 0xb8>; |
| 1572 | dma-names = "rx", "tx"; |
| 1573 | }; |
| 1574 | src9: src@9 { |
| 1575 | interrupts = <0 361 IRQ_TYPE_LEVEL_HIGH>; |
| 1576 | dmas = <&audma0 0x97>, <&audma1 0xba>; |
| 1577 | dma-names = "rx", "tx"; |
| 1578 | }; |
Kuninori Morimoto | 7df2fd5 | 2014-06-10 23:53:54 -0700 | [diff] [blame] | 1579 | }; |
| 1580 | |
| 1581 | rcar_sound,ssi { |
Kuninori Morimoto | 118a509 | 2015-03-10 01:40:13 +0000 | [diff] [blame] | 1582 | ssi0: ssi@0 { |
| 1583 | interrupts = <0 370 IRQ_TYPE_LEVEL_HIGH>; |
| 1584 | dmas = <&audma0 0x01>, <&audma1 0x02>, <&audma0 0x15>, <&audma1 0x16>; |
| 1585 | dma-names = "rx", "tx", "rxu", "txu"; |
| 1586 | }; |
| 1587 | ssi1: ssi@1 { |
| 1588 | interrupts = <0 371 IRQ_TYPE_LEVEL_HIGH>; |
| 1589 | dmas = <&audma0 0x03>, <&audma1 0x04>, <&audma0 0x49>, <&audma1 0x4a>; |
| 1590 | dma-names = "rx", "tx", "rxu", "txu"; |
| 1591 | }; |
| 1592 | ssi2: ssi@2 { |
| 1593 | interrupts = <0 372 IRQ_TYPE_LEVEL_HIGH>; |
| 1594 | dmas = <&audma0 0x05>, <&audma1 0x06>, <&audma0 0x63>, <&audma1 0x64>; |
| 1595 | dma-names = "rx", "tx", "rxu", "txu"; |
| 1596 | }; |
| 1597 | ssi3: ssi@3 { |
| 1598 | interrupts = <0 373 IRQ_TYPE_LEVEL_HIGH>; |
| 1599 | dmas = <&audma0 0x07>, <&audma1 0x08>, <&audma0 0x6f>, <&audma1 0x70>; |
| 1600 | dma-names = "rx", "tx", "rxu", "txu"; |
| 1601 | }; |
| 1602 | ssi4: ssi@4 { |
| 1603 | interrupts = <0 374 IRQ_TYPE_LEVEL_HIGH>; |
| 1604 | dmas = <&audma0 0x09>, <&audma1 0x0a>, <&audma0 0x71>, <&audma1 0x72>; |
| 1605 | dma-names = "rx", "tx", "rxu", "txu"; |
| 1606 | }; |
| 1607 | ssi5: ssi@5 { |
| 1608 | interrupts = <0 375 IRQ_TYPE_LEVEL_HIGH>; |
| 1609 | dmas = <&audma0 0x0b>, <&audma1 0x0c>, <&audma0 0x73>, <&audma1 0x74>; |
| 1610 | dma-names = "rx", "tx", "rxu", "txu"; |
| 1611 | }; |
| 1612 | ssi6: ssi@6 { |
| 1613 | interrupts = <0 376 IRQ_TYPE_LEVEL_HIGH>; |
| 1614 | dmas = <&audma0 0x0d>, <&audma1 0x0e>, <&audma0 0x75>, <&audma1 0x76>; |
| 1615 | dma-names = "rx", "tx", "rxu", "txu"; |
| 1616 | }; |
| 1617 | ssi7: ssi@7 { |
| 1618 | interrupts = <0 377 IRQ_TYPE_LEVEL_HIGH>; |
| 1619 | dmas = <&audma0 0x0f>, <&audma1 0x10>, <&audma0 0x79>, <&audma1 0x7a>; |
| 1620 | dma-names = "rx", "tx", "rxu", "txu"; |
| 1621 | }; |
| 1622 | ssi8: ssi@8 { |
| 1623 | interrupts = <0 378 IRQ_TYPE_LEVEL_HIGH>; |
| 1624 | dmas = <&audma0 0x11>, <&audma1 0x12>, <&audma0 0x7b>, <&audma1 0x7c>; |
| 1625 | dma-names = "rx", "tx", "rxu", "txu"; |
| 1626 | }; |
| 1627 | ssi9: ssi@9 { |
| 1628 | interrupts = <0 379 IRQ_TYPE_LEVEL_HIGH>; |
| 1629 | dmas = <&audma0 0x13>, <&audma1 0x14>, <&audma0 0x7d>, <&audma1 0x7e>; |
| 1630 | dma-names = "rx", "tx", "rxu", "txu"; |
| 1631 | }; |
Kuninori Morimoto | 7df2fd5 | 2014-06-10 23:53:54 -0700 | [diff] [blame] | 1632 | }; |
| 1633 | }; |
Laurent Pinchart | 7049672 | 2015-01-27 11:13:23 +0200 | [diff] [blame] | 1634 | |
| 1635 | ipmmu_sy0: mmu@e6280000 { |
| 1636 | compatible = "renesas,ipmmu-vmsa"; |
| 1637 | reg = <0 0xe6280000 0 0x1000>; |
| 1638 | interrupts = <0 223 IRQ_TYPE_LEVEL_HIGH>, |
| 1639 | <0 224 IRQ_TYPE_LEVEL_HIGH>; |
| 1640 | #iommu-cells = <1>; |
| 1641 | status = "disabled"; |
| 1642 | }; |
| 1643 | |
| 1644 | ipmmu_sy1: mmu@e6290000 { |
| 1645 | compatible = "renesas,ipmmu-vmsa"; |
| 1646 | reg = <0 0xe6290000 0 0x1000>; |
| 1647 | interrupts = <0 225 IRQ_TYPE_LEVEL_HIGH>; |
| 1648 | #iommu-cells = <1>; |
| 1649 | status = "disabled"; |
| 1650 | }; |
| 1651 | |
| 1652 | ipmmu_ds: mmu@e6740000 { |
| 1653 | compatible = "renesas,ipmmu-vmsa"; |
| 1654 | reg = <0 0xe6740000 0 0x1000>; |
| 1655 | interrupts = <0 198 IRQ_TYPE_LEVEL_HIGH>, |
| 1656 | <0 199 IRQ_TYPE_LEVEL_HIGH>; |
| 1657 | #iommu-cells = <1>; |
| 1658 | status = "disabled"; |
| 1659 | }; |
| 1660 | |
| 1661 | ipmmu_mp: mmu@ec680000 { |
| 1662 | compatible = "renesas,ipmmu-vmsa"; |
| 1663 | reg = <0 0xec680000 0 0x1000>; |
| 1664 | interrupts = <0 226 IRQ_TYPE_LEVEL_HIGH>; |
| 1665 | #iommu-cells = <1>; |
| 1666 | status = "disabled"; |
| 1667 | }; |
| 1668 | |
| 1669 | ipmmu_mx: mmu@fe951000 { |
| 1670 | compatible = "renesas,ipmmu-vmsa"; |
| 1671 | reg = <0 0xfe951000 0 0x1000>; |
| 1672 | interrupts = <0 222 IRQ_TYPE_LEVEL_HIGH>, |
| 1673 | <0 221 IRQ_TYPE_LEVEL_HIGH>; |
| 1674 | #iommu-cells = <1>; |
| 1675 | status = "disabled"; |
| 1676 | }; |
| 1677 | |
| 1678 | ipmmu_rt: mmu@ffc80000 { |
| 1679 | compatible = "renesas,ipmmu-vmsa"; |
| 1680 | reg = <0 0xffc80000 0 0x1000>; |
| 1681 | interrupts = <0 307 IRQ_TYPE_LEVEL_HIGH>; |
| 1682 | #iommu-cells = <1>; |
| 1683 | status = "disabled"; |
| 1684 | }; |
Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 1685 | }; |