Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree Source for UniPhier PH1-Pro5 SoC |
| 3 | * |
| 4 | * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com> |
| 5 | * |
| 6 | * SPDX-License-Identifier: GPL-2.0+ X11 |
| 7 | */ |
| 8 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 9 | /include/ "uniphier-common32.dtsi" |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 10 | |
| 11 | / { |
| 12 | compatible = "socionext,ph1-pro5"; |
| 13 | |
| 14 | cpus { |
| 15 | #address-cells = <1>; |
| 16 | #size-cells = <0>; |
| 17 | enable-method = "socionext,uniphier-smp"; |
| 18 | |
| 19 | cpu@0 { |
| 20 | device_type = "cpu"; |
| 21 | compatible = "arm,cortex-a9"; |
| 22 | reg = <0>; |
Masahiro Yamada | 4e1f81d | 2015-12-16 10:54:08 +0900 | [diff] [blame] | 23 | next-level-cache = <&l2>; |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 24 | }; |
| 25 | |
| 26 | cpu@1 { |
| 27 | device_type = "cpu"; |
| 28 | compatible = "arm,cortex-a9"; |
| 29 | reg = <1>; |
Masahiro Yamada | 4e1f81d | 2015-12-16 10:54:08 +0900 | [diff] [blame] | 30 | next-level-cache = <&l2>; |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 31 | }; |
| 32 | }; |
| 33 | |
| 34 | clocks { |
| 35 | arm_timer_clk: arm_timer_clk { |
| 36 | #clock-cells = <0>; |
| 37 | compatible = "fixed-clock"; |
| 38 | clock-frequency = <50000000>; |
| 39 | }; |
| 40 | |
| 41 | uart_clk: uart_clk { |
| 42 | #clock-cells = <0>; |
| 43 | compatible = "fixed-clock"; |
| 44 | clock-frequency = <73728000>; |
| 45 | }; |
| 46 | |
| 47 | i2c_clk: i2c_clk { |
| 48 | #clock-cells = <0>; |
| 49 | compatible = "fixed-clock"; |
| 50 | clock-frequency = <50000000>; |
| 51 | }; |
| 52 | }; |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 53 | }; |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 54 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 55 | &soc { |
Masahiro Yamada | 4e1f81d | 2015-12-16 10:54:08 +0900 | [diff] [blame] | 56 | l2: l2-cache@500c0000 { |
| 57 | compatible = "socionext,uniphier-system-cache"; |
| 58 | reg = <0x500c0000 0x2000>, <0x503c0100 0x8>, <0x506c0000 0x400>; |
| 59 | interrupts = <0 190 4>, <0 191 4>; |
| 60 | cache-unified; |
| 61 | cache-size = <(2 * 1024 * 1024)>; |
| 62 | cache-sets = <512>; |
| 63 | cache-line-size = <128>; |
| 64 | cache-level = <2>; |
| 65 | next-level-cache = <&l3>; |
| 66 | }; |
| 67 | |
| 68 | l3: l3-cache@500c8000 { |
| 69 | compatible = "socionext,uniphier-system-cache"; |
| 70 | reg = <0x500c8000 0x2000>, <0x503c8100 0x8>, <0x506c8000 0x400>; |
| 71 | interrupts = <0 174 4>, <0 175 4>; |
| 72 | cache-unified; |
| 73 | cache-size = <(2 * 1024 * 1024)>; |
| 74 | cache-sets = <512>; |
| 75 | cache-line-size = <256>; |
| 76 | cache-level = <3>; |
| 77 | }; |
| 78 | |
Masahiro Yamada | 595dc1e | 2016-02-16 17:03:51 +0900 | [diff] [blame] | 79 | port0x: gpio@55000008 { |
| 80 | compatible = "socionext,uniphier-gpio"; |
| 81 | reg = <0x55000008 0x8>; |
| 82 | gpio-controller; |
| 83 | #gpio-cells = <2>; |
| 84 | }; |
| 85 | |
| 86 | port1x: gpio@55000010 { |
| 87 | compatible = "socionext,uniphier-gpio"; |
| 88 | reg = <0x55000010 0x8>; |
| 89 | gpio-controller; |
| 90 | #gpio-cells = <2>; |
| 91 | }; |
| 92 | |
| 93 | port2x: gpio@55000018 { |
| 94 | compatible = "socionext,uniphier-gpio"; |
| 95 | reg = <0x55000018 0x8>; |
| 96 | gpio-controller; |
| 97 | #gpio-cells = <2>; |
| 98 | }; |
| 99 | |
| 100 | port3x: gpio@55000020 { |
| 101 | compatible = "socionext,uniphier-gpio"; |
| 102 | reg = <0x55000020 0x8>; |
| 103 | gpio-controller; |
| 104 | #gpio-cells = <2>; |
| 105 | }; |
| 106 | |
| 107 | port4: gpio@55000028 { |
| 108 | compatible = "socionext,uniphier-gpio"; |
| 109 | reg = <0x55000028 0x8>; |
| 110 | gpio-controller; |
| 111 | #gpio-cells = <2>; |
| 112 | }; |
| 113 | |
| 114 | port5x: gpio@55000030 { |
| 115 | compatible = "socionext,uniphier-gpio"; |
| 116 | reg = <0x55000030 0x8>; |
| 117 | gpio-controller; |
| 118 | #gpio-cells = <2>; |
| 119 | }; |
| 120 | |
| 121 | port6x: gpio@55000038 { |
| 122 | compatible = "socionext,uniphier-gpio"; |
| 123 | reg = <0x55000038 0x8>; |
| 124 | gpio-controller; |
| 125 | #gpio-cells = <2>; |
| 126 | }; |
| 127 | |
| 128 | port7x: gpio@55000040 { |
| 129 | compatible = "socionext,uniphier-gpio"; |
| 130 | reg = <0x55000040 0x8>; |
| 131 | gpio-controller; |
| 132 | #gpio-cells = <2>; |
| 133 | }; |
| 134 | |
| 135 | port8x: gpio@55000048 { |
| 136 | compatible = "socionext,uniphier-gpio"; |
| 137 | reg = <0x55000048 0x8>; |
| 138 | gpio-controller; |
| 139 | #gpio-cells = <2>; |
| 140 | }; |
| 141 | |
| 142 | port9x: gpio@55000050 { |
| 143 | compatible = "socionext,uniphier-gpio"; |
| 144 | reg = <0x55000050 0x8>; |
| 145 | gpio-controller; |
| 146 | #gpio-cells = <2>; |
| 147 | }; |
| 148 | |
| 149 | port10x: gpio@55000058 { |
| 150 | compatible = "socionext,uniphier-gpio"; |
| 151 | reg = <0x55000058 0x8>; |
| 152 | gpio-controller; |
| 153 | #gpio-cells = <2>; |
| 154 | }; |
| 155 | |
| 156 | port11x: gpio@55000060 { |
| 157 | compatible = "socionext,uniphier-gpio"; |
| 158 | reg = <0x55000060 0x8>; |
| 159 | gpio-controller; |
| 160 | #gpio-cells = <2>; |
| 161 | }; |
| 162 | |
| 163 | port12x: gpio@55000068 { |
| 164 | compatible = "socionext,uniphier-gpio"; |
| 165 | reg = <0x55000068 0x8>; |
| 166 | gpio-controller; |
| 167 | #gpio-cells = <2>; |
| 168 | }; |
| 169 | |
| 170 | port13x: gpio@55000070 { |
| 171 | compatible = "socionext,uniphier-gpio"; |
| 172 | reg = <0x55000070 0x8>; |
| 173 | gpio-controller; |
| 174 | #gpio-cells = <2>; |
| 175 | }; |
| 176 | |
| 177 | port14x: gpio@55000078 { |
| 178 | compatible = "socionext,uniphier-gpio"; |
| 179 | reg = <0x55000078 0x8>; |
| 180 | gpio-controller; |
| 181 | #gpio-cells = <2>; |
| 182 | }; |
| 183 | |
| 184 | port17x: gpio@550000a0 { |
| 185 | compatible = "socionext,uniphier-gpio"; |
| 186 | reg = <0x550000a0 0x8>; |
| 187 | gpio-controller; |
| 188 | #gpio-cells = <2>; |
| 189 | }; |
| 190 | |
| 191 | port18x: gpio@550000a8 { |
| 192 | compatible = "socionext,uniphier-gpio"; |
| 193 | reg = <0x550000a8 0x8>; |
| 194 | gpio-controller; |
| 195 | #gpio-cells = <2>; |
| 196 | }; |
| 197 | |
| 198 | port19x: gpio@550000b0 { |
| 199 | compatible = "socionext,uniphier-gpio"; |
| 200 | reg = <0x550000b0 0x8>; |
| 201 | gpio-controller; |
| 202 | #gpio-cells = <2>; |
| 203 | }; |
| 204 | |
| 205 | port20x: gpio@550000b8 { |
| 206 | compatible = "socionext,uniphier-gpio"; |
| 207 | reg = <0x550000b8 0x8>; |
| 208 | gpio-controller; |
| 209 | #gpio-cells = <2>; |
| 210 | }; |
| 211 | |
| 212 | port21x: gpio@550000c0 { |
| 213 | compatible = "socionext,uniphier-gpio"; |
| 214 | reg = <0x550000c0 0x8>; |
| 215 | gpio-controller; |
| 216 | #gpio-cells = <2>; |
| 217 | }; |
| 218 | |
| 219 | port22x: gpio@550000c8 { |
| 220 | compatible = "socionext,uniphier-gpio"; |
| 221 | reg = <0x550000c8 0x8>; |
| 222 | gpio-controller; |
| 223 | #gpio-cells = <2>; |
| 224 | }; |
| 225 | |
| 226 | port23x: gpio@550000d0 { |
| 227 | compatible = "socionext,uniphier-gpio"; |
| 228 | reg = <0x550000d0 0x8>; |
| 229 | gpio-controller; |
| 230 | #gpio-cells = <2>; |
| 231 | }; |
| 232 | |
| 233 | port24x: gpio@550000d8 { |
| 234 | compatible = "socionext,uniphier-gpio"; |
| 235 | reg = <0x550000d8 0x8>; |
| 236 | gpio-controller; |
| 237 | #gpio-cells = <2>; |
| 238 | }; |
| 239 | |
| 240 | port25x: gpio@550000e0 { |
| 241 | compatible = "socionext,uniphier-gpio"; |
| 242 | reg = <0x550000e0 0x8>; |
| 243 | gpio-controller; |
| 244 | #gpio-cells = <2>; |
| 245 | }; |
| 246 | |
| 247 | port26x: gpio@550000e8 { |
| 248 | compatible = "socionext,uniphier-gpio"; |
| 249 | reg = <0x550000e8 0x8>; |
| 250 | gpio-controller; |
| 251 | #gpio-cells = <2>; |
| 252 | }; |
| 253 | |
| 254 | port27x: gpio@550000f0 { |
| 255 | compatible = "socionext,uniphier-gpio"; |
| 256 | reg = <0x550000f0 0x8>; |
| 257 | gpio-controller; |
| 258 | #gpio-cells = <2>; |
| 259 | }; |
| 260 | |
| 261 | port28x: gpio@550000f8 { |
| 262 | compatible = "socionext,uniphier-gpio"; |
| 263 | reg = <0x550000f8 0x8>; |
| 264 | gpio-controller; |
| 265 | #gpio-cells = <2>; |
| 266 | }; |
| 267 | |
| 268 | port29x: gpio@55000100 { |
| 269 | compatible = "socionext,uniphier-gpio"; |
| 270 | reg = <0x55000100 0x8>; |
| 271 | gpio-controller; |
| 272 | #gpio-cells = <2>; |
| 273 | }; |
| 274 | |
| 275 | port30x: gpio@55000108 { |
| 276 | compatible = "socionext,uniphier-gpio"; |
| 277 | reg = <0x55000108 0x8>; |
| 278 | gpio-controller; |
| 279 | #gpio-cells = <2>; |
| 280 | }; |
| 281 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 282 | i2c0: i2c@58780000 { |
| 283 | compatible = "socionext,uniphier-fi2c"; |
| 284 | status = "disabled"; |
| 285 | reg = <0x58780000 0x80>; |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 286 | #address-cells = <1>; |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 287 | #size-cells = <0>; |
| 288 | interrupts = <0 41 4>; |
| 289 | pinctrl-names = "default"; |
| 290 | pinctrl-0 = <&pinctrl_i2c0>; |
| 291 | clocks = <&i2c_clk>; |
| 292 | clock-frequency = <100000>; |
| 293 | }; |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 294 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 295 | i2c1: i2c@58781000 { |
| 296 | compatible = "socionext,uniphier-fi2c"; |
| 297 | status = "disabled"; |
| 298 | reg = <0x58781000 0x80>; |
| 299 | #address-cells = <1>; |
| 300 | #size-cells = <0>; |
| 301 | interrupts = <0 42 4>; |
| 302 | pinctrl-names = "default"; |
| 303 | pinctrl-0 = <&pinctrl_i2c1>; |
| 304 | clocks = <&i2c_clk>; |
| 305 | clock-frequency = <100000>; |
| 306 | }; |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 307 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 308 | i2c2: i2c@58782000 { |
| 309 | compatible = "socionext,uniphier-fi2c"; |
| 310 | status = "disabled"; |
| 311 | reg = <0x58782000 0x80>; |
| 312 | #address-cells = <1>; |
| 313 | #size-cells = <0>; |
| 314 | interrupts = <0 43 4>; |
| 315 | pinctrl-names = "default"; |
| 316 | pinctrl-0 = <&pinctrl_i2c2>; |
| 317 | clocks = <&i2c_clk>; |
| 318 | clock-frequency = <100000>; |
| 319 | }; |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 320 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 321 | i2c3: i2c@58783000 { |
| 322 | compatible = "socionext,uniphier-fi2c"; |
| 323 | status = "disabled"; |
| 324 | reg = <0x58783000 0x80>; |
| 325 | #address-cells = <1>; |
| 326 | #size-cells = <0>; |
| 327 | interrupts = <0 44 4>; |
| 328 | pinctrl-names = "default"; |
| 329 | pinctrl-0 = <&pinctrl_i2c3>; |
| 330 | clocks = <&i2c_clk>; |
| 331 | clock-frequency = <100000>; |
| 332 | }; |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 333 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 334 | /* i2c4 does not exist */ |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 335 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 336 | /* chip-internal connection for DMD */ |
| 337 | i2c5: i2c@58785000 { |
| 338 | compatible = "socionext,uniphier-fi2c"; |
| 339 | reg = <0x58785000 0x80>; |
| 340 | #address-cells = <1>; |
| 341 | #size-cells = <0>; |
| 342 | interrupts = <0 25 4>; |
| 343 | clocks = <&i2c_clk>; |
| 344 | clock-frequency = <400000>; |
| 345 | }; |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 346 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 347 | /* chip-internal connection for HDMI */ |
| 348 | i2c6: i2c@58786000 { |
| 349 | compatible = "socionext,uniphier-fi2c"; |
| 350 | reg = <0x58786000 0x80>; |
| 351 | #address-cells = <1>; |
| 352 | #size-cells = <0>; |
| 353 | interrupts = <0 26 4>; |
| 354 | clocks = <&i2c_clk>; |
| 355 | clock-frequency = <400000>; |
| 356 | }; |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 357 | |
Masahiro Yamada | 1013aef | 2016-06-29 19:39:02 +0900 | [diff] [blame] | 358 | aidet@5fc20000 { |
| 359 | compatible = "simple-mfd", "syscon"; |
| 360 | reg = <0x5fc20000 0x200>; |
| 361 | }; |
| 362 | |
Masahiro Yamada | c7f94ee | 2016-02-18 19:52:50 +0900 | [diff] [blame] | 363 | emmc: sdhc@68400000 { |
| 364 | compatible = "socionext,uniphier-sdhc"; |
| 365 | status = "disabled"; |
| 366 | reg = <0x68400000 0x800>; |
| 367 | interrupts = <0 78 4>; |
| 368 | pinctrl-names = "default"; |
| 369 | pinctrl-0 = <&pinctrl_emmc>; |
| 370 | clocks = <&mio 1>; |
| 371 | bus-width = <8>; |
| 372 | non-removable; |
| 373 | }; |
| 374 | |
| 375 | sd: sdhc@68800000 { |
| 376 | compatible = "socionext,uniphier-sdhc"; |
| 377 | status = "disabled"; |
| 378 | reg = <0x68800000 0x800>; |
| 379 | interrupts = <0 76 4>; |
| 380 | pinctrl-names = "default", "1.8v"; |
| 381 | pinctrl-0 = <&pinctrl_sd>; |
| 382 | pinctrl-1 = <&pinctrl_sd_1v8>; |
| 383 | clocks = <&mio 0>; |
| 384 | bus-width = <4>; |
| 385 | }; |
| 386 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 387 | usb0: usb@65a00000 { |
| 388 | compatible = "socionext,uniphier-xhci", "generic-xhci"; |
| 389 | status = "disabled"; |
| 390 | reg = <0x65a00000 0x100>; |
Masahiro Yamada | 4e1f81d | 2015-12-16 10:54:08 +0900 | [diff] [blame] | 391 | interrupts = <0 134 4>; |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 392 | pinctrl-names = "default"; |
| 393 | pinctrl-0 = <&pinctrl_usb0>; |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 394 | }; |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 395 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 396 | usb1: usb@65c00000 { |
| 397 | compatible = "socionext,uniphier-xhci", "generic-xhci"; |
| 398 | status = "disabled"; |
| 399 | reg = <0x65c00000 0x100>; |
Masahiro Yamada | 4e1f81d | 2015-12-16 10:54:08 +0900 | [diff] [blame] | 400 | interrupts = <0 137 4>; |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 401 | pinctrl-names = "default"; |
| 402 | pinctrl-0 = <&pinctrl_usb1>, <&pinctrl_usb2>; |
Masahiro Yamada | 10ee0a6 | 2015-08-28 22:33:14 +0900 | [diff] [blame] | 403 | }; |
| 404 | }; |
| 405 | |
Masahiro Yamada | cc33609 | 2016-02-02 21:11:33 +0900 | [diff] [blame] | 406 | &refclk { |
| 407 | clock-frequency = <20000000>; |
| 408 | }; |
| 409 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 410 | &serial0 { |
| 411 | clock-frequency = <73728000>; |
| 412 | }; |
| 413 | |
| 414 | &serial1 { |
| 415 | clock-frequency = <73728000>; |
| 416 | }; |
| 417 | |
| 418 | &serial2 { |
| 419 | clock-frequency = <73728000>; |
| 420 | }; |
| 421 | |
| 422 | &serial3 { |
| 423 | clock-frequency = <73728000>; |
| 424 | }; |
| 425 | |
Masahiro Yamada | aa37aba | 2016-02-02 21:11:36 +0900 | [diff] [blame] | 426 | &mio { |
| 427 | compatible = "socionext,ph1-pro5-mioctrl"; |
| 428 | clock-names = "stdmac"; |
| 429 | clocks = <&sysctrl 10>; |
| 430 | }; |
| 431 | |
Masahiro Yamada | 9fbb2f7 | 2016-02-02 21:11:35 +0900 | [diff] [blame] | 432 | &peri { |
| 433 | compatible = "socionext,ph1-pro5-perictrl"; |
| 434 | clock-names = "uart", "fi2c"; |
| 435 | clocks = <&sysctrl 3>, <&sysctrl 4>; |
| 436 | }; |
| 437 | |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 438 | &pinctrl { |
Masahiro Yamada | c4adc50 | 2016-06-29 19:38:56 +0900 | [diff] [blame] | 439 | compatible = "socionext,uniphier-pro5-pinctrl"; |
Masahiro Yamada | 8f06243 | 2015-12-16 10:54:07 +0900 | [diff] [blame] | 440 | }; |
Masahiro Yamada | 233812a | 2016-02-02 21:11:34 +0900 | [diff] [blame] | 441 | |
| 442 | &sysctrl { |
| 443 | compatible = "socionext,ph1-pro5-sysctrl"; |
| 444 | }; |