Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree Source for the r8a7794 SoC |
| 3 | * |
| 4 | * Copyright (C) 2014 Renesas Electronics Corporation |
| 5 | * Copyright (C) 2014 Ulrich Hecht |
| 6 | * |
| 7 | * This file is licensed under the terms of the GNU General Public License |
| 8 | * version 2. This program is licensed "as is" without any warranty of any |
| 9 | * kind, whether express or implied. |
| 10 | */ |
| 11 | |
| 12 | #include <dt-bindings/clock/r8a7794-clock.h> |
| 13 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
| 14 | #include <dt-bindings/interrupt-controller/irq.h> |
| 15 | |
| 16 | / { |
| 17 | compatible = "renesas,r8a7794"; |
| 18 | interrupt-parent = <&gic>; |
| 19 | #address-cells = <2>; |
| 20 | #size-cells = <2>; |
| 21 | |
Sergei Shtylyov | 740b4a9 | 2015-08-11 00:59:24 +0300 | [diff] [blame] | 22 | aliases { |
Sergei Shtylyov | 5428521 | 2015-08-20 01:00:09 +0300 | [diff] [blame] | 23 | i2c0 = &i2c0; |
| 24 | i2c1 = &i2c1; |
| 25 | i2c2 = &i2c2; |
| 26 | i2c3 = &i2c3; |
| 27 | i2c4 = &i2c4; |
| 28 | i2c5 = &i2c5; |
Sergei Shtylyov | 740b4a9 | 2015-08-11 00:59:24 +0300 | [diff] [blame] | 29 | spi0 = &qspi; |
Sergei Shtylyov | 1afe77c | 2015-08-20 01:22:24 +0300 | [diff] [blame] | 30 | vin0 = &vin0; |
| 31 | vin1 = &vin1; |
Sergei Shtylyov | 740b4a9 | 2015-08-11 00:59:24 +0300 | [diff] [blame] | 32 | }; |
| 33 | |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 34 | cpus { |
| 35 | #address-cells = <1>; |
| 36 | #size-cells = <0>; |
| 37 | |
| 38 | cpu0: cpu@0 { |
| 39 | device_type = "cpu"; |
| 40 | compatible = "arm,cortex-a7"; |
| 41 | reg = <0>; |
| 42 | clock-frequency = <1000000000>; |
| 43 | }; |
| 44 | |
| 45 | cpu1: cpu@1 { |
| 46 | device_type = "cpu"; |
| 47 | compatible = "arm,cortex-a7"; |
| 48 | reg = <1>; |
| 49 | clock-frequency = <1000000000>; |
| 50 | }; |
| 51 | }; |
| 52 | |
| 53 | gic: interrupt-controller@f1001000 { |
Geert Uytterhoeven | c73ddf4 | 2015-06-17 15:03:36 +0200 | [diff] [blame] | 54 | compatible = "arm,gic-400"; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 55 | #interrupt-cells = <3>; |
| 56 | #address-cells = <0>; |
| 57 | interrupt-controller; |
| 58 | reg = <0 0xf1001000 0 0x1000>, |
| 59 | <0 0xf1002000 0 0x1000>, |
| 60 | <0 0xf1004000 0 0x2000>, |
| 61 | <0 0xf1006000 0 0x2000>; |
Geert Uytterhoeven | 00add86 | 2014-11-27 11:57:17 +0100 | [diff] [blame] | 62 | interrupts = <1 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 63 | }; |
| 64 | |
Sergei Shtylyov | e8f5de3 | 2015-08-09 01:09:31 +0300 | [diff] [blame] | 65 | gpio0: gpio@e6050000 { |
| 66 | compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar"; |
| 67 | reg = <0 0xe6050000 0 0x50>; |
| 68 | interrupts = <0 4 IRQ_TYPE_LEVEL_HIGH>; |
| 69 | #gpio-cells = <2>; |
| 70 | gpio-controller; |
| 71 | gpio-ranges = <&pfc 0 0 32>; |
| 72 | #interrupt-cells = <2>; |
| 73 | interrupt-controller; |
| 74 | clocks = <&mstp9_clks R8A7794_CLK_GPIO0>; |
| 75 | power-domains = <&cpg_clocks>; |
| 76 | }; |
| 77 | |
| 78 | gpio1: gpio@e6051000 { |
| 79 | compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar"; |
| 80 | reg = <0 0xe6051000 0 0x50>; |
| 81 | interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>; |
| 82 | #gpio-cells = <2>; |
| 83 | gpio-controller; |
| 84 | gpio-ranges = <&pfc 0 32 26>; |
| 85 | #interrupt-cells = <2>; |
| 86 | interrupt-controller; |
| 87 | clocks = <&mstp9_clks R8A7794_CLK_GPIO1>; |
| 88 | power-domains = <&cpg_clocks>; |
| 89 | }; |
| 90 | |
| 91 | gpio2: gpio@e6052000 { |
| 92 | compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar"; |
| 93 | reg = <0 0xe6052000 0 0x50>; |
| 94 | interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>; |
| 95 | #gpio-cells = <2>; |
| 96 | gpio-controller; |
| 97 | gpio-ranges = <&pfc 0 64 32>; |
| 98 | #interrupt-cells = <2>; |
| 99 | interrupt-controller; |
| 100 | clocks = <&mstp9_clks R8A7794_CLK_GPIO2>; |
| 101 | power-domains = <&cpg_clocks>; |
| 102 | }; |
| 103 | |
| 104 | gpio3: gpio@e6053000 { |
| 105 | compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar"; |
| 106 | reg = <0 0xe6053000 0 0x50>; |
| 107 | interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>; |
| 108 | #gpio-cells = <2>; |
| 109 | gpio-controller; |
| 110 | gpio-ranges = <&pfc 0 96 32>; |
| 111 | #interrupt-cells = <2>; |
| 112 | interrupt-controller; |
| 113 | clocks = <&mstp9_clks R8A7794_CLK_GPIO3>; |
| 114 | power-domains = <&cpg_clocks>; |
| 115 | }; |
| 116 | |
| 117 | gpio4: gpio@e6054000 { |
| 118 | compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar"; |
| 119 | reg = <0 0xe6054000 0 0x50>; |
| 120 | interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>; |
| 121 | #gpio-cells = <2>; |
| 122 | gpio-controller; |
| 123 | gpio-ranges = <&pfc 0 128 32>; |
| 124 | #interrupt-cells = <2>; |
| 125 | interrupt-controller; |
| 126 | clocks = <&mstp9_clks R8A7794_CLK_GPIO4>; |
| 127 | power-domains = <&cpg_clocks>; |
| 128 | }; |
| 129 | |
| 130 | gpio5: gpio@e6055000 { |
| 131 | compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar"; |
| 132 | reg = <0 0xe6055000 0 0x50>; |
| 133 | interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>; |
| 134 | #gpio-cells = <2>; |
| 135 | gpio-controller; |
| 136 | gpio-ranges = <&pfc 0 160 28>; |
| 137 | #interrupt-cells = <2>; |
| 138 | interrupt-controller; |
| 139 | clocks = <&mstp9_clks R8A7794_CLK_GPIO5>; |
| 140 | power-domains = <&cpg_clocks>; |
| 141 | }; |
| 142 | |
| 143 | gpio6: gpio@e6055400 { |
| 144 | compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar"; |
| 145 | reg = <0 0xe6055400 0 0x50>; |
| 146 | interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>; |
| 147 | #gpio-cells = <2>; |
| 148 | gpio-controller; |
| 149 | gpio-ranges = <&pfc 0 192 26>; |
| 150 | #interrupt-cells = <2>; |
| 151 | interrupt-controller; |
| 152 | clocks = <&mstp9_clks R8A7794_CLK_GPIO6>; |
| 153 | power-domains = <&cpg_clocks>; |
| 154 | }; |
| 155 | |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 156 | cmt0: timer@ffca0000 { |
| 157 | compatible = "renesas,cmt-48-gen2"; |
| 158 | reg = <0 0xffca0000 0 0x1004>; |
| 159 | interrupts = <0 142 IRQ_TYPE_LEVEL_HIGH>, |
| 160 | <0 143 IRQ_TYPE_LEVEL_HIGH>; |
| 161 | clocks = <&mstp1_clks R8A7794_CLK_CMT0>; |
| 162 | clock-names = "fck"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 163 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 164 | |
| 165 | renesas,channels-mask = <0x60>; |
| 166 | |
| 167 | status = "disabled"; |
| 168 | }; |
| 169 | |
| 170 | cmt1: timer@e6130000 { |
| 171 | compatible = "renesas,cmt-48-gen2"; |
| 172 | reg = <0 0xe6130000 0 0x1004>; |
| 173 | interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>, |
| 174 | <0 121 IRQ_TYPE_LEVEL_HIGH>, |
| 175 | <0 122 IRQ_TYPE_LEVEL_HIGH>, |
| 176 | <0 123 IRQ_TYPE_LEVEL_HIGH>, |
| 177 | <0 124 IRQ_TYPE_LEVEL_HIGH>, |
| 178 | <0 125 IRQ_TYPE_LEVEL_HIGH>, |
| 179 | <0 126 IRQ_TYPE_LEVEL_HIGH>, |
| 180 | <0 127 IRQ_TYPE_LEVEL_HIGH>; |
| 181 | clocks = <&mstp3_clks R8A7794_CLK_CMT1>; |
| 182 | clock-names = "fck"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 183 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 184 | |
| 185 | renesas,channels-mask = <0xff>; |
| 186 | |
| 187 | status = "disabled"; |
| 188 | }; |
| 189 | |
Hisashi Nakamura | da33648 | 2014-09-12 10:52:06 +0200 | [diff] [blame] | 190 | timer { |
| 191 | compatible = "arm,armv7-timer"; |
Geert Uytterhoeven | 00add86 | 2014-11-27 11:57:17 +0100 | [diff] [blame] | 192 | interrupts = <1 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>, |
| 193 | <1 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>, |
| 194 | <1 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>, |
| 195 | <1 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>; |
Hisashi Nakamura | da33648 | 2014-09-12 10:52:06 +0200 | [diff] [blame] | 196 | }; |
| 197 | |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 198 | irqc0: interrupt-controller@e61c0000 { |
| 199 | compatible = "renesas,irqc-r8a7794", "renesas,irqc"; |
| 200 | #interrupt-cells = <2>; |
| 201 | interrupt-controller; |
| 202 | reg = <0 0xe61c0000 0 0x200>; |
| 203 | interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>, |
| 204 | <0 1 IRQ_TYPE_LEVEL_HIGH>, |
| 205 | <0 2 IRQ_TYPE_LEVEL_HIGH>, |
| 206 | <0 3 IRQ_TYPE_LEVEL_HIGH>, |
| 207 | <0 12 IRQ_TYPE_LEVEL_HIGH>, |
| 208 | <0 13 IRQ_TYPE_LEVEL_HIGH>, |
| 209 | <0 14 IRQ_TYPE_LEVEL_HIGH>, |
| 210 | <0 15 IRQ_TYPE_LEVEL_HIGH>, |
| 211 | <0 16 IRQ_TYPE_LEVEL_HIGH>, |
| 212 | <0 17 IRQ_TYPE_LEVEL_HIGH>; |
Geert Uytterhoeven | 1c5ca5d | 2015-03-18 19:56:01 +0100 | [diff] [blame] | 213 | clocks = <&mstp4_clks R8A7794_CLK_IRQC>; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 214 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 215 | }; |
| 216 | |
Sergei Shtylyov | fd1683c | 2015-07-28 01:29:31 +0300 | [diff] [blame] | 217 | pfc: pin-controller@e6060000 { |
| 218 | compatible = "renesas,pfc-r8a7794"; |
| 219 | reg = <0 0xe6060000 0 0x11c>; |
| 220 | #gpio-range-cells = <3>; |
| 221 | }; |
| 222 | |
Laurent Pinchart | bd84748 | 2015-01-27 19:12:17 +0200 | [diff] [blame] | 223 | dmac0: dma-controller@e6700000 { |
| 224 | compatible = "renesas,rcar-dmac"; |
| 225 | reg = <0 0xe6700000 0 0x20000>; |
| 226 | interrupts = <0 197 IRQ_TYPE_LEVEL_HIGH |
| 227 | 0 200 IRQ_TYPE_LEVEL_HIGH |
| 228 | 0 201 IRQ_TYPE_LEVEL_HIGH |
| 229 | 0 202 IRQ_TYPE_LEVEL_HIGH |
| 230 | 0 203 IRQ_TYPE_LEVEL_HIGH |
| 231 | 0 204 IRQ_TYPE_LEVEL_HIGH |
| 232 | 0 205 IRQ_TYPE_LEVEL_HIGH |
| 233 | 0 206 IRQ_TYPE_LEVEL_HIGH |
| 234 | 0 207 IRQ_TYPE_LEVEL_HIGH |
| 235 | 0 208 IRQ_TYPE_LEVEL_HIGH |
| 236 | 0 209 IRQ_TYPE_LEVEL_HIGH |
| 237 | 0 210 IRQ_TYPE_LEVEL_HIGH |
| 238 | 0 211 IRQ_TYPE_LEVEL_HIGH |
| 239 | 0 212 IRQ_TYPE_LEVEL_HIGH |
| 240 | 0 213 IRQ_TYPE_LEVEL_HIGH |
| 241 | 0 214 IRQ_TYPE_LEVEL_HIGH>; |
| 242 | interrupt-names = "error", |
| 243 | "ch0", "ch1", "ch2", "ch3", |
| 244 | "ch4", "ch5", "ch6", "ch7", |
| 245 | "ch8", "ch9", "ch10", "ch11", |
| 246 | "ch12", "ch13", "ch14"; |
| 247 | clocks = <&mstp2_clks R8A7794_CLK_SYS_DMAC0>; |
| 248 | clock-names = "fck"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 249 | power-domains = <&cpg_clocks>; |
Laurent Pinchart | bd84748 | 2015-01-27 19:12:17 +0200 | [diff] [blame] | 250 | #dma-cells = <1>; |
| 251 | dma-channels = <15>; |
| 252 | }; |
| 253 | |
| 254 | dmac1: dma-controller@e6720000 { |
| 255 | compatible = "renesas,rcar-dmac"; |
| 256 | reg = <0 0xe6720000 0 0x20000>; |
| 257 | interrupts = <0 220 IRQ_TYPE_LEVEL_HIGH |
| 258 | 0 216 IRQ_TYPE_LEVEL_HIGH |
| 259 | 0 217 IRQ_TYPE_LEVEL_HIGH |
| 260 | 0 218 IRQ_TYPE_LEVEL_HIGH |
| 261 | 0 219 IRQ_TYPE_LEVEL_HIGH |
| 262 | 0 308 IRQ_TYPE_LEVEL_HIGH |
| 263 | 0 309 IRQ_TYPE_LEVEL_HIGH |
| 264 | 0 310 IRQ_TYPE_LEVEL_HIGH |
| 265 | 0 311 IRQ_TYPE_LEVEL_HIGH |
| 266 | 0 312 IRQ_TYPE_LEVEL_HIGH |
| 267 | 0 313 IRQ_TYPE_LEVEL_HIGH |
| 268 | 0 314 IRQ_TYPE_LEVEL_HIGH |
| 269 | 0 315 IRQ_TYPE_LEVEL_HIGH |
| 270 | 0 316 IRQ_TYPE_LEVEL_HIGH |
| 271 | 0 317 IRQ_TYPE_LEVEL_HIGH |
| 272 | 0 318 IRQ_TYPE_LEVEL_HIGH>; |
| 273 | interrupt-names = "error", |
| 274 | "ch0", "ch1", "ch2", "ch3", |
| 275 | "ch4", "ch5", "ch6", "ch7", |
| 276 | "ch8", "ch9", "ch10", "ch11", |
| 277 | "ch12", "ch13", "ch14"; |
| 278 | clocks = <&mstp2_clks R8A7794_CLK_SYS_DMAC1>; |
| 279 | clock-names = "fck"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 280 | power-domains = <&cpg_clocks>; |
Laurent Pinchart | bd84748 | 2015-01-27 19:12:17 +0200 | [diff] [blame] | 281 | #dma-cells = <1>; |
| 282 | dma-channels = <15>; |
| 283 | }; |
| 284 | |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 285 | scifa0: serial@e6c40000 { |
| 286 | compatible = "renesas,scifa-r8a7794", "renesas,scifa"; |
| 287 | reg = <0 0xe6c40000 0 64>; |
| 288 | interrupts = <0 144 IRQ_TYPE_LEVEL_HIGH>; |
| 289 | clocks = <&mstp2_clks R8A7794_CLK_SCIFA0>; |
| 290 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 291 | dmas = <&dmac0 0x21>, <&dmac0 0x22>; |
| 292 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 293 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 294 | status = "disabled"; |
| 295 | }; |
| 296 | |
| 297 | scifa1: serial@e6c50000 { |
| 298 | compatible = "renesas,scifa-r8a7794", "renesas,scifa"; |
| 299 | reg = <0 0xe6c50000 0 64>; |
| 300 | interrupts = <0 145 IRQ_TYPE_LEVEL_HIGH>; |
| 301 | clocks = <&mstp2_clks R8A7794_CLK_SCIFA1>; |
| 302 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 303 | dmas = <&dmac0 0x25>, <&dmac0 0x26>; |
| 304 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 305 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 306 | status = "disabled"; |
| 307 | }; |
| 308 | |
| 309 | scifa2: serial@e6c60000 { |
| 310 | compatible = "renesas,scifa-r8a7794", "renesas,scifa"; |
| 311 | reg = <0 0xe6c60000 0 64>; |
| 312 | interrupts = <0 151 IRQ_TYPE_LEVEL_HIGH>; |
| 313 | clocks = <&mstp2_clks R8A7794_CLK_SCIFA2>; |
| 314 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 315 | dmas = <&dmac0 0x27>, <&dmac0 0x28>; |
| 316 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 317 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 318 | status = "disabled"; |
| 319 | }; |
| 320 | |
| 321 | scifa3: serial@e6c70000 { |
| 322 | compatible = "renesas,scifa-r8a7794", "renesas,scifa"; |
| 323 | reg = <0 0xe6c70000 0 64>; |
| 324 | interrupts = <0 29 IRQ_TYPE_LEVEL_HIGH>; |
| 325 | clocks = <&mstp11_clks R8A7794_CLK_SCIFA3>; |
| 326 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 327 | dmas = <&dmac0 0x1b>, <&dmac0 0x1c>; |
| 328 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 329 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 330 | status = "disabled"; |
| 331 | }; |
| 332 | |
| 333 | scifa4: serial@e6c78000 { |
| 334 | compatible = "renesas,scifa-r8a7794", "renesas,scifa"; |
| 335 | reg = <0 0xe6c78000 0 64>; |
| 336 | interrupts = <0 30 IRQ_TYPE_LEVEL_HIGH>; |
| 337 | clocks = <&mstp11_clks R8A7794_CLK_SCIFA4>; |
| 338 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 339 | dmas = <&dmac0 0x1f>, <&dmac0 0x20>; |
| 340 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 341 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 342 | status = "disabled"; |
| 343 | }; |
| 344 | |
| 345 | scifa5: serial@e6c80000 { |
| 346 | compatible = "renesas,scifa-r8a7794", "renesas,scifa"; |
| 347 | reg = <0 0xe6c80000 0 64>; |
| 348 | interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>; |
| 349 | clocks = <&mstp11_clks R8A7794_CLK_SCIFA5>; |
| 350 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 351 | dmas = <&dmac0 0x23>, <&dmac0 0x24>; |
| 352 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 353 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 354 | status = "disabled"; |
| 355 | }; |
| 356 | |
| 357 | scifb0: serial@e6c20000 { |
| 358 | compatible = "renesas,scifb-r8a7794", "renesas,scifb"; |
| 359 | reg = <0 0xe6c20000 0 64>; |
| 360 | interrupts = <0 148 IRQ_TYPE_LEVEL_HIGH>; |
| 361 | clocks = <&mstp2_clks R8A7794_CLK_SCIFB0>; |
| 362 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 363 | dmas = <&dmac0 0x3d>, <&dmac0 0x3e>; |
| 364 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 365 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 366 | status = "disabled"; |
| 367 | }; |
| 368 | |
| 369 | scifb1: serial@e6c30000 { |
| 370 | compatible = "renesas,scifb-r8a7794", "renesas,scifb"; |
| 371 | reg = <0 0xe6c30000 0 64>; |
| 372 | interrupts = <0 149 IRQ_TYPE_LEVEL_HIGH>; |
| 373 | clocks = <&mstp2_clks R8A7794_CLK_SCIFB1>; |
| 374 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 375 | dmas = <&dmac0 0x19>, <&dmac0 0x1a>; |
| 376 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 377 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 378 | status = "disabled"; |
| 379 | }; |
| 380 | |
| 381 | scifb2: serial@e6ce0000 { |
| 382 | compatible = "renesas,scifb-r8a7794", "renesas,scifb"; |
| 383 | reg = <0 0xe6ce0000 0 64>; |
| 384 | interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>; |
| 385 | clocks = <&mstp2_clks R8A7794_CLK_SCIFB2>; |
| 386 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 387 | dmas = <&dmac0 0x1d>, <&dmac0 0x1e>; |
| 388 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 389 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 390 | status = "disabled"; |
| 391 | }; |
| 392 | |
| 393 | scif0: serial@e6e60000 { |
| 394 | compatible = "renesas,scif-r8a7794", "renesas,scif"; |
| 395 | reg = <0 0xe6e60000 0 64>; |
| 396 | interrupts = <0 152 IRQ_TYPE_LEVEL_HIGH>; |
| 397 | clocks = <&mstp7_clks R8A7794_CLK_SCIF0>; |
| 398 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 399 | dmas = <&dmac0 0x29>, <&dmac0 0x2a>; |
| 400 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 401 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 402 | status = "disabled"; |
| 403 | }; |
| 404 | |
| 405 | scif1: serial@e6e68000 { |
| 406 | compatible = "renesas,scif-r8a7794", "renesas,scif"; |
| 407 | reg = <0 0xe6e68000 0 64>; |
| 408 | interrupts = <0 153 IRQ_TYPE_LEVEL_HIGH>; |
| 409 | clocks = <&mstp7_clks R8A7794_CLK_SCIF1>; |
| 410 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 411 | dmas = <&dmac0 0x2d>, <&dmac0 0x2e>; |
| 412 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 413 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 414 | status = "disabled"; |
| 415 | }; |
| 416 | |
| 417 | scif2: serial@e6e58000 { |
| 418 | compatible = "renesas,scif-r8a7794", "renesas,scif"; |
| 419 | reg = <0 0xe6e58000 0 64>; |
| 420 | interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>; |
| 421 | clocks = <&mstp7_clks R8A7794_CLK_SCIF2>; |
| 422 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 423 | dmas = <&dmac0 0x2b>, <&dmac0 0x2c>; |
| 424 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 425 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 426 | status = "disabled"; |
| 427 | }; |
| 428 | |
| 429 | scif3: serial@e6ea8000 { |
| 430 | compatible = "renesas,scif-r8a7794", "renesas,scif"; |
| 431 | reg = <0 0xe6ea8000 0 64>; |
| 432 | interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>; |
| 433 | clocks = <&mstp7_clks R8A7794_CLK_SCIF3>; |
| 434 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 435 | dmas = <&dmac0 0x2f>, <&dmac0 0x30>; |
| 436 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 437 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 438 | status = "disabled"; |
| 439 | }; |
| 440 | |
| 441 | scif4: serial@e6ee0000 { |
| 442 | compatible = "renesas,scif-r8a7794", "renesas,scif"; |
| 443 | reg = <0 0xe6ee0000 0 64>; |
| 444 | interrupts = <0 24 IRQ_TYPE_LEVEL_HIGH>; |
| 445 | clocks = <&mstp7_clks R8A7794_CLK_SCIF4>; |
| 446 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 447 | dmas = <&dmac0 0xfb>, <&dmac0 0xfc>; |
| 448 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 449 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 450 | status = "disabled"; |
| 451 | }; |
| 452 | |
| 453 | scif5: serial@e6ee8000 { |
| 454 | compatible = "renesas,scif-r8a7794", "renesas,scif"; |
| 455 | reg = <0 0xe6ee8000 0 64>; |
| 456 | interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>; |
| 457 | clocks = <&mstp7_clks R8A7794_CLK_SCIF5>; |
| 458 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 459 | dmas = <&dmac0 0xfd>, <&dmac0 0xfe>; |
| 460 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 461 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 462 | status = "disabled"; |
| 463 | }; |
| 464 | |
| 465 | hscif0: serial@e62c0000 { |
| 466 | compatible = "renesas,hscif-r8a7794", "renesas,hscif"; |
| 467 | reg = <0 0xe62c0000 0 96>; |
| 468 | interrupts = <0 154 IRQ_TYPE_LEVEL_HIGH>; |
| 469 | clocks = <&mstp7_clks R8A7794_CLK_HSCIF0>; |
| 470 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 471 | dmas = <&dmac0 0x39>, <&dmac0 0x3a>; |
| 472 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 473 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 474 | status = "disabled"; |
| 475 | }; |
| 476 | |
| 477 | hscif1: serial@e62c8000 { |
| 478 | compatible = "renesas,hscif-r8a7794", "renesas,hscif"; |
| 479 | reg = <0 0xe62c8000 0 96>; |
| 480 | interrupts = <0 155 IRQ_TYPE_LEVEL_HIGH>; |
| 481 | clocks = <&mstp7_clks R8A7794_CLK_HSCIF1>; |
| 482 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 483 | dmas = <&dmac0 0x4d>, <&dmac0 0x4e>; |
| 484 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 485 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 486 | status = "disabled"; |
| 487 | }; |
| 488 | |
| 489 | hscif2: serial@e62d0000 { |
| 490 | compatible = "renesas,hscif-r8a7794", "renesas,hscif"; |
| 491 | reg = <0 0xe62d0000 0 96>; |
| 492 | interrupts = <0 21 IRQ_TYPE_LEVEL_HIGH>; |
| 493 | clocks = <&mstp7_clks R8A7794_CLK_HSCIF2>; |
| 494 | clock-names = "sci_ick"; |
Geert Uytterhoeven | 8233a0d | 2015-05-20 19:46:27 +0200 | [diff] [blame] | 495 | dmas = <&dmac0 0x3b>, <&dmac0 0x3c>; |
| 496 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 497 | power-domains = <&cpg_clocks>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 498 | status = "disabled"; |
| 499 | }; |
| 500 | |
Laurent Pinchart | 82818d3 | 2015-01-27 10:45:55 +0200 | [diff] [blame] | 501 | ether: ethernet@ee700000 { |
| 502 | compatible = "renesas,ether-r8a7794"; |
| 503 | reg = <0 0xee700000 0 0x400>; |
| 504 | interrupts = <0 162 IRQ_TYPE_LEVEL_HIGH>; |
| 505 | clocks = <&mstp8_clks R8A7794_CLK_ETHER>; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 506 | power-domains = <&cpg_clocks>; |
Laurent Pinchart | 82818d3 | 2015-01-27 10:45:55 +0200 | [diff] [blame] | 507 | phy-mode = "rmii"; |
| 508 | #address-cells = <1>; |
| 509 | #size-cells = <0>; |
| 510 | status = "disabled"; |
| 511 | }; |
| 512 | |
Sergei Shtylyov | 5428521 | 2015-08-20 01:00:09 +0300 | [diff] [blame] | 513 | /* The memory map in the User's Manual maps the cores to bus numbers */ |
| 514 | i2c0: i2c@e6508000 { |
| 515 | compatible = "renesas,i2c-r8a7794"; |
| 516 | reg = <0 0xe6508000 0 0x40>; |
| 517 | interrupts = <0 287 IRQ_TYPE_LEVEL_HIGH>; |
| 518 | clocks = <&mstp9_clks R8A7794_CLK_I2C0>; |
| 519 | power-domains = <&cpg_clocks>; |
| 520 | #address-cells = <1>; |
| 521 | #size-cells = <0>; |
| 522 | status = "disabled"; |
| 523 | }; |
| 524 | |
| 525 | i2c1: i2c@e6518000 { |
| 526 | compatible = "renesas,i2c-r8a7794"; |
| 527 | reg = <0 0xe6518000 0 0x40>; |
| 528 | interrupts = <0 288 IRQ_TYPE_LEVEL_HIGH>; |
| 529 | clocks = <&mstp9_clks R8A7794_CLK_I2C1>; |
| 530 | power-domains = <&cpg_clocks>; |
| 531 | #address-cells = <1>; |
| 532 | #size-cells = <0>; |
| 533 | status = "disabled"; |
| 534 | }; |
| 535 | |
| 536 | i2c2: i2c@e6530000 { |
| 537 | compatible = "renesas,i2c-r8a7794"; |
| 538 | reg = <0 0xe6530000 0 0x40>; |
| 539 | interrupts = <0 286 IRQ_TYPE_LEVEL_HIGH>; |
| 540 | clocks = <&mstp9_clks R8A7794_CLK_I2C2>; |
| 541 | power-domains = <&cpg_clocks>; |
| 542 | #address-cells = <1>; |
| 543 | #size-cells = <0>; |
| 544 | status = "disabled"; |
| 545 | }; |
| 546 | |
| 547 | i2c3: i2c@e6540000 { |
| 548 | compatible = "renesas,i2c-r8a7794"; |
| 549 | reg = <0 0xe6540000 0 0x40>; |
| 550 | interrupts = <0 290 IRQ_TYPE_LEVEL_HIGH>; |
| 551 | clocks = <&mstp9_clks R8A7794_CLK_I2C3>; |
| 552 | power-domains = <&cpg_clocks>; |
| 553 | #address-cells = <1>; |
| 554 | #size-cells = <0>; |
| 555 | status = "disabled"; |
| 556 | }; |
| 557 | |
| 558 | i2c4: i2c@e6520000 { |
| 559 | compatible = "renesas,i2c-r8a7794"; |
| 560 | reg = <0 0xe6520000 0 0x40>; |
| 561 | interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>; |
| 562 | clocks = <&mstp9_clks R8A7794_CLK_I2C4>; |
| 563 | power-domains = <&cpg_clocks>; |
| 564 | #address-cells = <1>; |
| 565 | #size-cells = <0>; |
| 566 | status = "disabled"; |
| 567 | }; |
| 568 | |
| 569 | i2c5: i2c@e6528000 { |
| 570 | compatible = "renesas,i2c-r8a7794"; |
| 571 | reg = <0 0xe6528000 0 0x40>; |
| 572 | interrupts = <0 20 IRQ_TYPE_LEVEL_HIGH>; |
| 573 | clocks = <&mstp9_clks R8A7794_CLK_I2C5>; |
| 574 | power-domains = <&cpg_clocks>; |
| 575 | #address-cells = <1>; |
| 576 | #size-cells = <0>; |
| 577 | status = "disabled"; |
| 578 | }; |
| 579 | |
Sergei Shtylyov | 6cdf6ba | 2015-07-31 00:54:05 +0300 | [diff] [blame] | 580 | mmcif0: mmc@ee200000 { |
| 581 | compatible = "renesas,mmcif-r8a7794", "renesas,sh-mmcif"; |
| 582 | reg = <0 0xee200000 0 0x80>; |
| 583 | interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>; |
| 584 | clocks = <&mstp3_clks R8A7794_CLK_MMCIF0>; |
| 585 | dmas = <&dmac0 0xd1>, <&dmac0 0xd2>; |
| 586 | dma-names = "tx", "rx"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 587 | power-domains = <&cpg_clocks>; |
Sergei Shtylyov | 6cdf6ba | 2015-07-31 00:54:05 +0300 | [diff] [blame] | 588 | reg-io-width = <4>; |
| 589 | status = "disabled"; |
| 590 | }; |
| 591 | |
Sergei Shtylyov | b8e8ea1 | 2015-02-22 01:26:37 +0300 | [diff] [blame] | 592 | sdhi0: sd@ee100000 { |
| 593 | compatible = "renesas,sdhi-r8a7794"; |
| 594 | reg = <0 0xee100000 0 0x200>; |
| 595 | interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>; |
| 596 | clocks = <&mstp3_clks R8A7794_CLK_SDHI0>; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 597 | power-domains = <&cpg_clocks>; |
Sergei Shtylyov | b8e8ea1 | 2015-02-22 01:26:37 +0300 | [diff] [blame] | 598 | status = "disabled"; |
| 599 | }; |
| 600 | |
| 601 | sdhi1: sd@ee140000 { |
| 602 | compatible = "renesas,sdhi-r8a7794"; |
| 603 | reg = <0 0xee140000 0 0x100>; |
| 604 | interrupts = <0 167 IRQ_TYPE_LEVEL_HIGH>; |
| 605 | clocks = <&mstp3_clks R8A7794_CLK_SDHI1>; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 606 | power-domains = <&cpg_clocks>; |
Sergei Shtylyov | b8e8ea1 | 2015-02-22 01:26:37 +0300 | [diff] [blame] | 607 | status = "disabled"; |
| 608 | }; |
| 609 | |
| 610 | sdhi2: sd@ee160000 { |
| 611 | compatible = "renesas,sdhi-r8a7794"; |
| 612 | reg = <0 0xee160000 0 0x100>; |
| 613 | interrupts = <0 168 IRQ_TYPE_LEVEL_HIGH>; |
| 614 | clocks = <&mstp3_clks R8A7794_CLK_SDHI2>; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 615 | power-domains = <&cpg_clocks>; |
Sergei Shtylyov | b8e8ea1 | 2015-02-22 01:26:37 +0300 | [diff] [blame] | 616 | status = "disabled"; |
| 617 | }; |
| 618 | |
Sergei Shtylyov | 740b4a9 | 2015-08-11 00:59:24 +0300 | [diff] [blame] | 619 | qspi: spi@e6b10000 { |
| 620 | compatible = "renesas,qspi-r8a7794", "renesas,qspi"; |
| 621 | reg = <0 0xe6b10000 0 0x2c>; |
| 622 | interrupts = <0 184 IRQ_TYPE_LEVEL_HIGH>; |
| 623 | clocks = <&mstp9_clks R8A7794_CLK_QSPI_MOD>; |
| 624 | dmas = <&dmac0 0x17>, <&dmac0 0x18>; |
| 625 | dma-names = "tx", "rx"; |
| 626 | power-domains = <&cpg_clocks>; |
| 627 | num-cs = <1>; |
| 628 | #address-cells = <1>; |
| 629 | #size-cells = <0>; |
| 630 | status = "disabled"; |
| 631 | }; |
| 632 | |
Sergei Shtylyov | 1afe77c | 2015-08-20 01:22:24 +0300 | [diff] [blame] | 633 | vin0: video@e6ef0000 { |
| 634 | compatible = "renesas,vin-r8a7794"; |
| 635 | reg = <0 0xe6ef0000 0 0x1000>; |
| 636 | interrupts = <0 188 IRQ_TYPE_LEVEL_HIGH>; |
| 637 | clocks = <&mstp8_clks R8A7794_CLK_VIN0>; |
| 638 | power-domains = <&cpg_clocks>; |
| 639 | status = "disabled"; |
| 640 | }; |
| 641 | |
| 642 | vin1: video@e6ef1000 { |
| 643 | compatible = "renesas,vin-r8a7794"; |
| 644 | reg = <0 0xe6ef1000 0 0x1000>; |
| 645 | interrupts = <0 189 IRQ_TYPE_LEVEL_HIGH>; |
| 646 | clocks = <&mstp8_clks R8A7794_CLK_VIN1>; |
| 647 | power-domains = <&cpg_clocks>; |
| 648 | status = "disabled"; |
| 649 | }; |
| 650 | |
Sergei Shtylyov | a6a130b | 2015-09-13 01:30:05 +0300 | [diff] [blame] | 651 | pci0: pci@ee090000 { |
| 652 | compatible = "renesas,pci-r8a7794"; |
| 653 | device_type = "pci"; |
| 654 | reg = <0 0xee090000 0 0xc00>, |
| 655 | <0 0xee080000 0 0x1100>; |
| 656 | interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>; |
| 657 | clocks = <&mstp7_clks R8A7794_CLK_EHCI>; |
| 658 | power-domains = <&cpg_clocks>; |
| 659 | status = "disabled"; |
| 660 | |
| 661 | bus-range = <0 0>; |
| 662 | #address-cells = <3>; |
| 663 | #size-cells = <2>; |
| 664 | #interrupt-cells = <1>; |
| 665 | ranges = <0x02000000 0 0xee080000 0 0xee080000 0 0x00010000>; |
| 666 | interrupt-map-mask = <0xff00 0 0 0x7>; |
| 667 | interrupt-map = <0x0000 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH |
| 668 | 0x0800 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH |
| 669 | 0x1000 0 0 2 &gic 0 108 IRQ_TYPE_LEVEL_HIGH>; |
| 670 | }; |
| 671 | |
| 672 | pci1: pci@ee0d0000 { |
| 673 | compatible = "renesas,pci-r8a7794"; |
| 674 | device_type = "pci"; |
| 675 | reg = <0 0xee0d0000 0 0xc00>, |
| 676 | <0 0xee0c0000 0 0x1100>; |
| 677 | interrupts = <0 113 IRQ_TYPE_LEVEL_HIGH>; |
| 678 | clocks = <&mstp7_clks R8A7794_CLK_EHCI>; |
| 679 | power-domains = <&cpg_clocks>; |
| 680 | status = "disabled"; |
| 681 | |
| 682 | bus-range = <1 1>; |
| 683 | #address-cells = <3>; |
| 684 | #size-cells = <2>; |
| 685 | #interrupt-cells = <1>; |
| 686 | ranges = <0x02000000 0 0xee0c0000 0 0xee0c0000 0 0x00010000>; |
| 687 | interrupt-map-mask = <0xff00 0 0 0x7>; |
| 688 | interrupt-map = <0x0000 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH |
| 689 | 0x0800 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH |
| 690 | 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>; |
| 691 | }; |
| 692 | |
Sergei Shtylyov | 74ef457 | 2015-10-02 01:05:12 +0300 | [diff] [blame^] | 693 | usbphy: usb-phy@e6590100 { |
| 694 | compatible = "renesas,usb-phy-r8a7794"; |
| 695 | reg = <0 0xe6590100 0 0x100>; |
| 696 | #address-cells = <1>; |
| 697 | #size-cells = <0>; |
| 698 | clocks = <&mstp7_clks R8A7794_CLK_HSUSB>; |
| 699 | clock-names = "usbhs"; |
| 700 | power-domains = <&cpg_clocks>; |
| 701 | status = "disabled"; |
| 702 | |
| 703 | usb0: usb-channel@0 { |
| 704 | reg = <0>; |
| 705 | #phy-cells = <1>; |
| 706 | }; |
| 707 | usb2: usb-channel@2 { |
| 708 | reg = <2>; |
| 709 | #phy-cells = <1>; |
| 710 | }; |
| 711 | }; |
| 712 | |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 713 | clocks { |
| 714 | #address-cells = <2>; |
| 715 | #size-cells = <2>; |
| 716 | ranges; |
| 717 | |
| 718 | /* External root clock */ |
| 719 | extal_clk: extal_clk { |
| 720 | compatible = "fixed-clock"; |
| 721 | #clock-cells = <0>; |
| 722 | /* This value must be overriden by the board. */ |
| 723 | clock-frequency = <0>; |
| 724 | clock-output-names = "extal"; |
| 725 | }; |
| 726 | |
| 727 | /* Special CPG clocks */ |
| 728 | cpg_clocks: cpg_clocks@e6150000 { |
| 729 | compatible = "renesas,r8a7794-cpg-clocks", |
| 730 | "renesas,rcar-gen2-cpg-clocks"; |
| 731 | reg = <0 0xe6150000 0 0x1000>; |
| 732 | clocks = <&extal_clk>; |
| 733 | #clock-cells = <1>; |
| 734 | clock-output-names = "main", "pll0", "pll1", "pll3", |
| 735 | "lb", "qspi", "sdh", "sd0", "z"; |
Geert Uytterhoeven | 60c0745 | 2015-08-04 14:28:13 +0200 | [diff] [blame] | 736 | #power-domain-cells = <0>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 737 | }; |
Shinobu Uehara | 8e18163 | 2014-05-23 11:37:45 +0900 | [diff] [blame] | 738 | /* Variable factor clocks */ |
Simon Horman | 5e7e155 | 2015-01-05 09:40:49 +0900 | [diff] [blame] | 739 | sd2_clk: sd2_clk@e6150078 { |
Shinobu Uehara | 8e18163 | 2014-05-23 11:37:45 +0900 | [diff] [blame] | 740 | compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock"; |
| 741 | reg = <0 0xe6150078 0 4>; |
| 742 | clocks = <&pll1_div2_clk>; |
| 743 | #clock-cells = <0>; |
Simon Horman | 5e7e155 | 2015-01-05 09:40:49 +0900 | [diff] [blame] | 744 | clock-output-names = "sd2"; |
Shinobu Uehara | 8e18163 | 2014-05-23 11:37:45 +0900 | [diff] [blame] | 745 | }; |
Simon Horman | 5e7e155 | 2015-01-05 09:40:49 +0900 | [diff] [blame] | 746 | sd3_clk: sd3_clk@e615026c { |
Shinobu Uehara | 8e18163 | 2014-05-23 11:37:45 +0900 | [diff] [blame] | 747 | compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock"; |
Simon Horman | 5e7e155 | 2015-01-05 09:40:49 +0900 | [diff] [blame] | 748 | reg = <0 0xe615026c 0 4>; |
Shinobu Uehara | 8e18163 | 2014-05-23 11:37:45 +0900 | [diff] [blame] | 749 | clocks = <&pll1_div2_clk>; |
| 750 | #clock-cells = <0>; |
Simon Horman | 5e7e155 | 2015-01-05 09:40:49 +0900 | [diff] [blame] | 751 | clock-output-names = "sd3"; |
Shinobu Uehara | 8e18163 | 2014-05-23 11:37:45 +0900 | [diff] [blame] | 752 | }; |
Shinobu Uehara | deac150 | 2014-05-27 10:39:26 +0900 | [diff] [blame] | 753 | mmc0_clk: mmc0_clk@e6150240 { |
| 754 | compatible = "renesas,r8a7794-div6-clock", "renesas,cpg-div6-clock"; |
| 755 | reg = <0 0xe6150240 0 4>; |
| 756 | clocks = <&pll1_div2_clk>; |
| 757 | #clock-cells = <0>; |
| 758 | clock-output-names = "mmc0"; |
| 759 | }; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 760 | |
| 761 | /* Fixed factor clocks */ |
| 762 | pll1_div2_clk: pll1_div2_clk { |
| 763 | compatible = "fixed-factor-clock"; |
| 764 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 765 | #clock-cells = <0>; |
| 766 | clock-div = <2>; |
| 767 | clock-mult = <1>; |
| 768 | clock-output-names = "pll1_div2"; |
| 769 | }; |
| 770 | zg_clk: zg_clk { |
| 771 | compatible = "fixed-factor-clock"; |
| 772 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 773 | #clock-cells = <0>; |
| 774 | clock-div = <6>; |
| 775 | clock-mult = <1>; |
| 776 | clock-output-names = "zg"; |
| 777 | }; |
| 778 | zx_clk: zx_clk { |
| 779 | compatible = "fixed-factor-clock"; |
| 780 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 781 | #clock-cells = <0>; |
| 782 | clock-div = <3>; |
| 783 | clock-mult = <1>; |
| 784 | clock-output-names = "zx"; |
| 785 | }; |
| 786 | zs_clk: zs_clk { |
| 787 | compatible = "fixed-factor-clock"; |
| 788 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 789 | #clock-cells = <0>; |
| 790 | clock-div = <6>; |
| 791 | clock-mult = <1>; |
| 792 | clock-output-names = "zs"; |
| 793 | }; |
| 794 | hp_clk: hp_clk { |
| 795 | compatible = "fixed-factor-clock"; |
| 796 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 797 | #clock-cells = <0>; |
| 798 | clock-div = <12>; |
| 799 | clock-mult = <1>; |
| 800 | clock-output-names = "hp"; |
| 801 | }; |
| 802 | i_clk: i_clk { |
| 803 | compatible = "fixed-factor-clock"; |
| 804 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 805 | #clock-cells = <0>; |
| 806 | clock-div = <2>; |
| 807 | clock-mult = <1>; |
| 808 | clock-output-names = "i"; |
| 809 | }; |
| 810 | b_clk: b_clk { |
| 811 | compatible = "fixed-factor-clock"; |
| 812 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 813 | #clock-cells = <0>; |
| 814 | clock-div = <12>; |
| 815 | clock-mult = <1>; |
| 816 | clock-output-names = "b"; |
| 817 | }; |
| 818 | p_clk: p_clk { |
| 819 | compatible = "fixed-factor-clock"; |
| 820 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 821 | #clock-cells = <0>; |
| 822 | clock-div = <24>; |
| 823 | clock-mult = <1>; |
| 824 | clock-output-names = "p"; |
| 825 | }; |
| 826 | cl_clk: cl_clk { |
| 827 | compatible = "fixed-factor-clock"; |
| 828 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 829 | #clock-cells = <0>; |
| 830 | clock-div = <48>; |
| 831 | clock-mult = <1>; |
| 832 | clock-output-names = "cl"; |
| 833 | }; |
| 834 | m2_clk: m2_clk { |
| 835 | compatible = "fixed-factor-clock"; |
| 836 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 837 | #clock-cells = <0>; |
| 838 | clock-div = <8>; |
| 839 | clock-mult = <1>; |
| 840 | clock-output-names = "m2"; |
| 841 | }; |
| 842 | imp_clk: imp_clk { |
| 843 | compatible = "fixed-factor-clock"; |
| 844 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 845 | #clock-cells = <0>; |
| 846 | clock-div = <4>; |
| 847 | clock-mult = <1>; |
| 848 | clock-output-names = "imp"; |
| 849 | }; |
| 850 | rclk_clk: rclk_clk { |
| 851 | compatible = "fixed-factor-clock"; |
| 852 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 853 | #clock-cells = <0>; |
| 854 | clock-div = <(48 * 1024)>; |
| 855 | clock-mult = <1>; |
| 856 | clock-output-names = "rclk"; |
| 857 | }; |
| 858 | oscclk_clk: oscclk_clk { |
| 859 | compatible = "fixed-factor-clock"; |
| 860 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 861 | #clock-cells = <0>; |
| 862 | clock-div = <(12 * 1024)>; |
| 863 | clock-mult = <1>; |
| 864 | clock-output-names = "oscclk"; |
| 865 | }; |
| 866 | zb3_clk: zb3_clk { |
| 867 | compatible = "fixed-factor-clock"; |
| 868 | clocks = <&cpg_clocks R8A7794_CLK_PLL3>; |
| 869 | #clock-cells = <0>; |
| 870 | clock-div = <4>; |
| 871 | clock-mult = <1>; |
| 872 | clock-output-names = "zb3"; |
| 873 | }; |
| 874 | zb3d2_clk: zb3d2_clk { |
| 875 | compatible = "fixed-factor-clock"; |
| 876 | clocks = <&cpg_clocks R8A7794_CLK_PLL3>; |
| 877 | #clock-cells = <0>; |
| 878 | clock-div = <8>; |
| 879 | clock-mult = <1>; |
| 880 | clock-output-names = "zb3d2"; |
| 881 | }; |
| 882 | ddr_clk: ddr_clk { |
| 883 | compatible = "fixed-factor-clock"; |
| 884 | clocks = <&cpg_clocks R8A7794_CLK_PLL3>; |
| 885 | #clock-cells = <0>; |
| 886 | clock-div = <8>; |
| 887 | clock-mult = <1>; |
| 888 | clock-output-names = "ddr"; |
| 889 | }; |
| 890 | mp_clk: mp_clk { |
| 891 | compatible = "fixed-factor-clock"; |
| 892 | clocks = <&pll1_div2_clk>; |
| 893 | #clock-cells = <0>; |
| 894 | clock-div = <15>; |
| 895 | clock-mult = <1>; |
| 896 | clock-output-names = "mp"; |
| 897 | }; |
| 898 | cp_clk: cp_clk { |
| 899 | compatible = "fixed-factor-clock"; |
| 900 | clocks = <&cpg_clocks R8A7794_CLK_PLL1>; |
| 901 | #clock-cells = <0>; |
| 902 | clock-div = <48>; |
| 903 | clock-mult = <1>; |
| 904 | clock-output-names = "cp"; |
| 905 | }; |
| 906 | |
| 907 | acp_clk: acp_clk { |
| 908 | compatible = "fixed-factor-clock"; |
| 909 | clocks = <&extal_clk>; |
| 910 | #clock-cells = <0>; |
| 911 | clock-div = <2>; |
| 912 | clock-mult = <1>; |
| 913 | clock-output-names = "acp"; |
| 914 | }; |
| 915 | |
| 916 | /* Gate clocks */ |
| 917 | mstp0_clks: mstp0_clks@e6150130 { |
| 918 | compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 919 | reg = <0 0xe6150130 0 4>, <0 0xe6150030 0 4>; |
| 920 | clocks = <&mp_clk>; |
| 921 | #clock-cells = <1>; |
Geert Uytterhoeven | 1045d06 | 2014-11-10 19:49:39 +0100 | [diff] [blame] | 922 | clock-indices = <R8A7794_CLK_MSIOF0>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 923 | clock-output-names = "msiof0"; |
| 924 | }; |
| 925 | mstp1_clks: mstp1_clks@e6150134 { |
| 926 | compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 927 | reg = <0 0xe6150134 0 4>, <0 0xe6150038 0 4>; |
Yoshifumi Hosoya | dc3cf93 | 2014-11-12 17:55:57 +0900 | [diff] [blame] | 928 | clocks = <&zs_clk>, <&zs_clk>, <&p_clk>, <&zg_clk>, <&zs_clk>, |
| 929 | <&zs_clk>, <&p_clk>, <&p_clk>, <&rclk_clk>, <&cp_clk>, |
| 930 | <&zs_clk>, <&zs_clk>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 931 | #clock-cells = <1>; |
Geert Uytterhoeven | 1045d06 | 2014-11-10 19:49:39 +0100 | [diff] [blame] | 932 | clock-indices = < |
Yoshifumi Hosoya | dc3cf93 | 2014-11-12 17:55:57 +0900 | [diff] [blame] | 933 | R8A7794_CLK_VCP0 R8A7794_CLK_VPC0 R8A7794_CLK_TMU1 |
| 934 | R8A7794_CLK_3DG R8A7794_CLK_2DDMAC R8A7794_CLK_FDP1_0 |
| 935 | R8A7794_CLK_TMU3 R8A7794_CLK_TMU2 R8A7794_CLK_CMT0 |
| 936 | R8A7794_CLK_TMU0 R8A7794_CLK_VSP1_DU0 R8A7794_CLK_VSP1_S |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 937 | >; |
| 938 | clock-output-names = |
Yoshifumi Hosoya | dc3cf93 | 2014-11-12 17:55:57 +0900 | [diff] [blame] | 939 | "vcp0", "vpc0", "tmu1", "3dg", "2ddmac", "fdp1-0", |
| 940 | "tmu3", "tmu2", "cmt0", "tmu0", "vsp1-du0", "vsps"; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 941 | }; |
| 942 | mstp2_clks: mstp2_clks@e6150138 { |
| 943 | compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 944 | reg = <0 0xe6150138 0 4>, <0 0xe6150040 0 4>; |
| 945 | clocks = <&mp_clk>, <&mp_clk>, <&mp_clk>, <&mp_clk>, <&mp_clk>, |
Hiroyuki Yokoyama | be16cd3 | 2014-12-10 10:21:12 +0900 | [diff] [blame] | 946 | <&mp_clk>, <&mp_clk>, <&mp_clk>, |
| 947 | <&zs_clk>, <&zs_clk>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 948 | #clock-cells = <1>; |
Geert Uytterhoeven | 1045d06 | 2014-11-10 19:49:39 +0100 | [diff] [blame] | 949 | clock-indices = < |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 950 | R8A7794_CLK_SCIFA2 R8A7794_CLK_SCIFA1 R8A7794_CLK_SCIFA0 |
| 951 | R8A7794_CLK_MSIOF2 R8A7794_CLK_SCIFB0 R8A7794_CLK_SCIFB1 |
| 952 | R8A7794_CLK_MSIOF1 R8A7794_CLK_SCIFB2 |
Hiroyuki Yokoyama | be16cd3 | 2014-12-10 10:21:12 +0900 | [diff] [blame] | 953 | R8A7794_CLK_SYS_DMAC1 R8A7794_CLK_SYS_DMAC0 |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 954 | >; |
| 955 | clock-output-names = |
| 956 | "scifa2", "scifa1", "scifa0", "msiof2", "scifb0", |
Hiroyuki Yokoyama | be16cd3 | 2014-12-10 10:21:12 +0900 | [diff] [blame] | 957 | "scifb1", "msiof1", "scifb2", |
| 958 | "sys-dmac1", "sys-dmac0"; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 959 | }; |
| 960 | mstp3_clks: mstp3_clks@e615013c { |
| 961 | compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 962 | reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>; |
Simon Horman | 5e7e155 | 2015-01-05 09:40:49 +0900 | [diff] [blame] | 963 | clocks = <&sd3_clk>, <&sd2_clk>, <&cpg_clocks R8A7794_CLK_SD0>, |
Shinobu Uehara | deac150 | 2014-05-27 10:39:26 +0900 | [diff] [blame] | 964 | <&mmc0_clk>, <&rclk_clk>, <&hp_clk>, <&hp_clk>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 965 | #clock-cells = <1>; |
Geert Uytterhoeven | 1045d06 | 2014-11-10 19:49:39 +0100 | [diff] [blame] | 966 | clock-indices = < |
Shinobu Uehara | 8e18163 | 2014-05-23 11:37:45 +0900 | [diff] [blame] | 967 | R8A7794_CLK_SDHI2 R8A7794_CLK_SDHI1 R8A7794_CLK_SDHI0 |
Shinobu Uehara | deac150 | 2014-05-27 10:39:26 +0900 | [diff] [blame] | 968 | R8A7794_CLK_MMCIF0 R8A7794_CLK_CMT1 |
| 969 | R8A7794_CLK_USBDMAC0 R8A7794_CLK_USBDMAC1 |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 970 | >; |
| 971 | clock-output-names = |
Shinobu Uehara | 8e18163 | 2014-05-23 11:37:45 +0900 | [diff] [blame] | 972 | "sdhi2", "sdhi1", "sdhi0", |
Shinobu Uehara | deac150 | 2014-05-27 10:39:26 +0900 | [diff] [blame] | 973 | "mmcif0", "cmt1", "usbdmac0", "usbdmac1"; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 974 | }; |
Geert Uytterhoeven | 1c5ca5d | 2015-03-18 19:56:01 +0100 | [diff] [blame] | 975 | mstp4_clks: mstp4_clks@e6150140 { |
| 976 | compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 977 | reg = <0 0xe6150140 0 4>, <0 0xe615004c 0 4>; |
| 978 | clocks = <&cp_clk>; |
| 979 | #clock-cells = <1>; |
| 980 | clock-indices = <R8A7794_CLK_IRQC>; |
| 981 | clock-output-names = "irqc"; |
| 982 | }; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 983 | mstp7_clks: mstp7_clks@e615014c { |
| 984 | compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 985 | reg = <0 0xe615014c 0 4>, <0 0xe61501c4 0 4>; |
Shinobu Uehara | c7bab9f | 2014-12-05 12:01:12 +0900 | [diff] [blame] | 986 | clocks = <&mp_clk>, <&mp_clk>, |
| 987 | <&zs_clk>, <&p_clk>, <&p_clk>, <&zs_clk>, |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 988 | <&zs_clk>, <&p_clk>, <&p_clk>, <&p_clk>, <&p_clk>; |
| 989 | #clock-cells = <1>; |
Geert Uytterhoeven | 1045d06 | 2014-11-10 19:49:39 +0100 | [diff] [blame] | 990 | clock-indices = < |
Shinobu Uehara | c7bab9f | 2014-12-05 12:01:12 +0900 | [diff] [blame] | 991 | R8A7794_CLK_EHCI R8A7794_CLK_HSUSB |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 992 | R8A7794_CLK_HSCIF2 R8A7794_CLK_SCIF5 |
| 993 | R8A7794_CLK_SCIF4 R8A7794_CLK_HSCIF1 R8A7794_CLK_HSCIF0 |
| 994 | R8A7794_CLK_SCIF3 R8A7794_CLK_SCIF2 R8A7794_CLK_SCIF1 |
| 995 | R8A7794_CLK_SCIF0 |
| 996 | >; |
| 997 | clock-output-names = |
Shinobu Uehara | c7bab9f | 2014-12-05 12:01:12 +0900 | [diff] [blame] | 998 | "ehci", "hsusb", |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 999 | "hscif2", "scif5", "scif4", "hscif1", "hscif0", |
| 1000 | "scif3", "scif2", "scif1", "scif0"; |
| 1001 | }; |
| 1002 | mstp8_clks: mstp8_clks@e6150990 { |
| 1003 | compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1004 | reg = <0 0xe6150990 0 4>, <0 0xe61509a0 0 4>; |
Koji Matsuoka | 148ebf4 | 2014-10-30 14:58:55 +0900 | [diff] [blame] | 1005 | clocks = <&zg_clk>, <&zg_clk>, <&p_clk>; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 1006 | #clock-cells = <1>; |
Geert Uytterhoeven | 1045d06 | 2014-11-10 19:49:39 +0100 | [diff] [blame] | 1007 | clock-indices = < |
Koji Matsuoka | 148ebf4 | 2014-10-30 14:58:55 +0900 | [diff] [blame] | 1008 | R8A7794_CLK_VIN1 R8A7794_CLK_VIN0 R8A7794_CLK_ETHER |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 1009 | >; |
| 1010 | clock-output-names = |
Koji Matsuoka | 148ebf4 | 2014-10-30 14:58:55 +0900 | [diff] [blame] | 1011 | "vin1", "vin0", "ether"; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 1012 | }; |
Hisashi Nakamura | 3281480 | 2014-12-11 12:21:14 +0900 | [diff] [blame] | 1013 | mstp9_clks: mstp9_clks@e6150994 { |
| 1014 | compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1015 | reg = <0 0xe6150994 0 4>, <0 0xe61509a4 0 4>; |
Sergei Shtylyov | 3f37e01 | 2015-08-09 01:08:21 +0300 | [diff] [blame] | 1016 | clocks = <&cp_clk>, <&cp_clk>, <&cp_clk>, <&cp_clk>, |
| 1017 | <&cp_clk>, <&cp_clk>, <&cp_clk>, |
| 1018 | <&cpg_clocks R8A7794_CLK_QSPI>, <&hp_clk>, <&hp_clk>, |
| 1019 | <&hp_clk>, <&hp_clk>, <&hp_clk>, <&hp_clk>; |
Hisashi Nakamura | 3281480 | 2014-12-11 12:21:14 +0900 | [diff] [blame] | 1020 | #clock-cells = <1>; |
Sergei Shtylyov | 3f37e01 | 2015-08-09 01:08:21 +0300 | [diff] [blame] | 1021 | clock-indices = <R8A7794_CLK_GPIO6 R8A7794_CLK_GPIO5 |
| 1022 | R8A7794_CLK_GPIO4 R8A7794_CLK_GPIO3 |
| 1023 | R8A7794_CLK_GPIO2 R8A7794_CLK_GPIO1 |
| 1024 | R8A7794_CLK_GPIO0 R8A7794_CLK_QSPI_MOD |
| 1025 | R8A7794_CLK_I2C5 R8A7794_CLK_I2C4 |
| 1026 | R8A7794_CLK_I2C3 R8A7794_CLK_I2C2 |
| 1027 | R8A7794_CLK_I2C1 R8A7794_CLK_I2C0>; |
Koji Matsuoka | c5d82c9 | 2014-05-23 18:37:04 +0900 | [diff] [blame] | 1028 | clock-output-names = |
Sergei Shtylyov | 3f37e01 | 2015-08-09 01:08:21 +0300 | [diff] [blame] | 1029 | "gpio6", "gpio5", "gpio4", "gpio3", "gpio2", |
| 1030 | "gpio1", "gpio0", "qspi_mod", |
| 1031 | "i2c5", "i2c4", "i2c3", "i2c2", "i2c1", "i2c0"; |
Hisashi Nakamura | 3281480 | 2014-12-11 12:21:14 +0900 | [diff] [blame] | 1032 | }; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 1033 | mstp11_clks: mstp11_clks@e615099c { |
| 1034 | compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks"; |
| 1035 | reg = <0 0xe615099c 0 4>, <0 0xe61509ac 0 4>; |
| 1036 | clocks = <&mp_clk>, <&mp_clk>, <&mp_clk>; |
| 1037 | #clock-cells = <1>; |
Geert Uytterhoeven | 1045d06 | 2014-11-10 19:49:39 +0100 | [diff] [blame] | 1038 | clock-indices = < |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 1039 | R8A7794_CLK_SCIFA3 R8A7794_CLK_SCIFA4 R8A7794_CLK_SCIFA5 |
| 1040 | >; |
| 1041 | clock-output-names = "scifa3", "scifa4", "scifa5"; |
| 1042 | }; |
| 1043 | }; |
Laurent Pinchart | 1cb2794 | 2015-01-27 11:13:25 +0200 | [diff] [blame] | 1044 | |
| 1045 | ipmmu_sy0: mmu@e6280000 { |
| 1046 | compatible = "renesas,ipmmu-vmsa"; |
| 1047 | reg = <0 0xe6280000 0 0x1000>; |
| 1048 | interrupts = <0 223 IRQ_TYPE_LEVEL_HIGH>, |
| 1049 | <0 224 IRQ_TYPE_LEVEL_HIGH>; |
| 1050 | #iommu-cells = <1>; |
| 1051 | status = "disabled"; |
| 1052 | }; |
| 1053 | |
| 1054 | ipmmu_sy1: mmu@e6290000 { |
| 1055 | compatible = "renesas,ipmmu-vmsa"; |
| 1056 | reg = <0 0xe6290000 0 0x1000>; |
| 1057 | interrupts = <0 225 IRQ_TYPE_LEVEL_HIGH>; |
| 1058 | #iommu-cells = <1>; |
| 1059 | status = "disabled"; |
| 1060 | }; |
| 1061 | |
| 1062 | ipmmu_ds: mmu@e6740000 { |
| 1063 | compatible = "renesas,ipmmu-vmsa"; |
| 1064 | reg = <0 0xe6740000 0 0x1000>; |
| 1065 | interrupts = <0 198 IRQ_TYPE_LEVEL_HIGH>, |
| 1066 | <0 199 IRQ_TYPE_LEVEL_HIGH>; |
| 1067 | #iommu-cells = <1>; |
| 1068 | }; |
| 1069 | |
| 1070 | ipmmu_mp: mmu@ec680000 { |
| 1071 | compatible = "renesas,ipmmu-vmsa"; |
| 1072 | reg = <0 0xec680000 0 0x1000>; |
| 1073 | interrupts = <0 226 IRQ_TYPE_LEVEL_HIGH>; |
| 1074 | #iommu-cells = <1>; |
| 1075 | status = "disabled"; |
| 1076 | }; |
| 1077 | |
| 1078 | ipmmu_mx: mmu@fe951000 { |
| 1079 | compatible = "renesas,ipmmu-vmsa"; |
| 1080 | reg = <0 0xfe951000 0 0x1000>; |
| 1081 | interrupts = <0 222 IRQ_TYPE_LEVEL_HIGH>, |
| 1082 | <0 221 IRQ_TYPE_LEVEL_HIGH>; |
| 1083 | #iommu-cells = <1>; |
| 1084 | }; |
| 1085 | |
| 1086 | ipmmu_gp: mmu@e62a0000 { |
| 1087 | compatible = "renesas,ipmmu-vmsa"; |
| 1088 | reg = <0 0xe62a0000 0 0x1000>; |
| 1089 | interrupts = <0 260 IRQ_TYPE_LEVEL_HIGH>, |
| 1090 | <0 261 IRQ_TYPE_LEVEL_HIGH>; |
| 1091 | #iommu-cells = <1>; |
| 1092 | status = "disabled"; |
| 1093 | }; |
Ulrich Hecht | 0dce545 | 2014-09-05 12:23:48 +0200 | [diff] [blame] | 1094 | }; |