Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 1 | /* |
| 2 | * dts file for Xilinx ZynqMP |
| 3 | * |
| 4 | * (C) Copyright 2014 - 2015, Xilinx, Inc. |
| 5 | * |
| 6 | * Michal Simek <michal.simek@xilinx.com> |
| 7 | * |
| 8 | * SPDX-License-Identifier: GPL-2.0+ |
| 9 | */ |
| 10 | / { |
| 11 | compatible = "xlnx,zynqmp"; |
| 12 | #address-cells = <2>; |
| 13 | #size-cells = <1>; |
| 14 | |
| 15 | cpus { |
| 16 | #address-cells = <1>; |
| 17 | #size-cells = <0>; |
| 18 | |
| 19 | cpu@0 { |
| 20 | compatible = "arm,cortex-a53", "arm,armv8"; |
| 21 | device_type = "cpu"; |
| 22 | enable-method = "psci"; |
| 23 | reg = <0x0>; |
| 24 | }; |
| 25 | |
| 26 | cpu@1 { |
| 27 | compatible = "arm,cortex-a53", "arm,armv8"; |
| 28 | device_type = "cpu"; |
| 29 | enable-method = "psci"; |
| 30 | reg = <0x1>; |
| 31 | }; |
| 32 | |
| 33 | cpu@2 { |
| 34 | compatible = "arm,cortex-a53", "arm,armv8"; |
| 35 | device_type = "cpu"; |
| 36 | enable-method = "psci"; |
| 37 | reg = <0x2>; |
| 38 | }; |
| 39 | |
| 40 | cpu@3 { |
| 41 | compatible = "arm,cortex-a53", "arm,armv8"; |
| 42 | device_type = "cpu"; |
| 43 | enable-method = "psci"; |
| 44 | reg = <0x3>; |
| 45 | }; |
| 46 | }; |
| 47 | |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 48 | power-domains { |
| 49 | compatible = "xlnx,zynqmp-genpd"; |
| 50 | |
| 51 | pd_usb0: pd-usb0 { |
| 52 | #power-domain-cells = <0x0>; |
| 53 | pd-id = <0x16>; |
| 54 | }; |
| 55 | |
| 56 | pd_usb1: pd-usb1 { |
| 57 | #power-domain-cells = <0x0>; |
| 58 | pd-id = <0x17>; |
| 59 | }; |
| 60 | |
| 61 | pd_sata: pd-sata { |
| 62 | #power-domain-cells = <0x0>; |
| 63 | pd-id = <0x1c>; |
| 64 | }; |
| 65 | |
| 66 | pd_spi0: pd-spi0 { |
| 67 | #power-domain-cells = <0x0>; |
| 68 | pd-id = <0x23>; |
| 69 | }; |
| 70 | |
| 71 | pd_spi1: pd-spi1 { |
| 72 | #power-domain-cells = <0x0>; |
| 73 | pd-id = <0x24>; |
| 74 | }; |
| 75 | |
| 76 | pd_uart0: pd-uart0 { |
| 77 | #power-domain-cells = <0x0>; |
| 78 | pd-id = <0x21>; |
| 79 | }; |
| 80 | |
| 81 | pd_uart1: pd-uart1 { |
| 82 | #power-domain-cells = <0x0>; |
| 83 | pd-id = <0x22>; |
| 84 | }; |
| 85 | |
| 86 | pd_eth0: pd-eth0 { |
| 87 | #power-domain-cells = <0x0>; |
| 88 | pd-id = <0x1d>; |
| 89 | }; |
| 90 | |
| 91 | pd_eth1: pd-eth1 { |
| 92 | #power-domain-cells = <0x0>; |
| 93 | pd-id = <0x1e>; |
| 94 | }; |
| 95 | |
| 96 | pd_eth2: pd-eth2 { |
| 97 | #power-domain-cells = <0x0>; |
| 98 | pd-id = <0x1f>; |
| 99 | }; |
| 100 | |
| 101 | pd_eth3: pd-eth3 { |
| 102 | #power-domain-cells = <0x0>; |
| 103 | pd-id = <0x20>; |
| 104 | }; |
| 105 | |
| 106 | pd_i2c0: pd-i2c0 { |
| 107 | #power-domain-cells = <0x0>; |
| 108 | pd-id = <0x25>; |
| 109 | }; |
| 110 | |
| 111 | pd_i2c1: pd-i2c1 { |
| 112 | #power-domain-cells = <0x0>; |
| 113 | pd-id = <0x26>; |
| 114 | }; |
| 115 | |
| 116 | pd_dp: pd-dp { |
| 117 | /* fixme: what to attach to */ |
| 118 | #power-domain-cells = <0x0>; |
| 119 | pd-id = <0x29>; |
| 120 | }; |
| 121 | |
| 122 | pd_gdma: pd-gdma { |
| 123 | #power-domain-cells = <0x0>; |
| 124 | pd-id = <0x2a>; |
| 125 | }; |
| 126 | |
| 127 | pd_adma: pd-adma { |
| 128 | #power-domain-cells = <0x0>; |
| 129 | pd-id = <0x2b>; |
| 130 | }; |
| 131 | |
| 132 | pd_ttc0: pd-ttc0 { |
| 133 | #power-domain-cells = <0x0>; |
| 134 | pd-id = <0x18>; |
| 135 | }; |
| 136 | |
| 137 | pd_ttc1: pd-ttc1 { |
| 138 | #power-domain-cells = <0x0>; |
| 139 | pd-id = <0x19>; |
| 140 | }; |
| 141 | |
| 142 | pd_ttc2: pd-ttc2 { |
| 143 | #power-domain-cells = <0x0>; |
| 144 | pd-id = <0x1a>; |
| 145 | }; |
| 146 | |
| 147 | pd_ttc3: pd-ttc3 { |
| 148 | #power-domain-cells = <0x0>; |
| 149 | pd-id = <0x1b>; |
| 150 | }; |
| 151 | |
| 152 | pd_sd0: pd-sd0 { |
| 153 | #power-domain-cells = <0x0>; |
| 154 | pd-id = <0x27>; |
| 155 | }; |
| 156 | |
| 157 | pd_sd1: pd-sd1 { |
| 158 | #power-domain-cells = <0x0>; |
| 159 | pd-id = <0x28>; |
| 160 | }; |
| 161 | |
| 162 | pd_nand: pd-nand { |
| 163 | #power-domain-cells = <0x0>; |
| 164 | pd-id = <0x2c>; |
| 165 | }; |
| 166 | |
| 167 | pd_qspi: pd-qspi { |
| 168 | #power-domain-cells = <0x0>; |
| 169 | pd-id = <0x2d>; |
| 170 | }; |
| 171 | |
| 172 | pd_gpio: pd-gpio { |
| 173 | #power-domain-cells = <0x0>; |
| 174 | pd-id = <0x2e>; |
| 175 | }; |
| 176 | |
| 177 | pd_can0: pd-can0 { |
| 178 | #power-domain-cells = <0x0>; |
| 179 | pd-id = <0x2f>; |
| 180 | }; |
| 181 | |
| 182 | pd_can1: pd-can1 { |
| 183 | #power-domain-cells = <0x0>; |
| 184 | pd-id = <0x30>; |
| 185 | }; |
| 186 | |
| 187 | pd_ddr: pd-ddr { |
| 188 | #power-domain-cells = <0x0>; |
| 189 | pd-id = <0x37>; |
| 190 | }; |
| 191 | |
| 192 | pd_apll: pd-apll { |
| 193 | #power-domain-cells = <0x0>; |
| 194 | pd-id = <0x32>; |
| 195 | }; |
| 196 | |
| 197 | pd_vpll: pd-vpll { |
| 198 | #power-domain-cells = <0x0>; |
| 199 | pd-id = <0x33>; |
| 200 | }; |
| 201 | |
| 202 | pd_dpll: pd-dpll { |
| 203 | #power-domain-cells = <0x0>; |
| 204 | pd-id = <0x34>; |
| 205 | }; |
| 206 | |
| 207 | pd_rpll: pd-rpll { |
| 208 | #power-domain-cells = <0x0>; |
| 209 | pd-id = <0x35>; |
| 210 | }; |
| 211 | |
| 212 | pd_iopll: pd-iopll { |
| 213 | #power-domain-cells = <0x0>; |
| 214 | pd-id = <0x36>; |
| 215 | }; |
| 216 | }; |
| 217 | |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 218 | pmu { |
| 219 | compatible = "arm,armv8-pmuv3"; |
Michal Simek | 14cd9ea | 2016-04-07 15:28:33 +0200 | [diff] [blame] | 220 | interrupt-parent = <&gic>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 221 | interrupts = <0 143 4>, |
| 222 | <0 144 4>, |
| 223 | <0 145 4>, |
| 224 | <0 146 4>; |
| 225 | }; |
| 226 | |
| 227 | psci { |
| 228 | compatible = "arm,psci-0.2"; |
| 229 | method = "smc"; |
| 230 | }; |
| 231 | |
| 232 | firmware { |
| 233 | compatible = "xlnx,zynqmp-pm"; |
| 234 | method = "smc"; |
| 235 | }; |
| 236 | |
| 237 | timer { |
| 238 | compatible = "arm,armv8-timer"; |
| 239 | interrupt-parent = <&gic>; |
| 240 | interrupts = <1 13 0xf01>, |
| 241 | <1 14 0xf01>, |
| 242 | <1 11 0xf01>, |
| 243 | <1 10 0xf01>; |
| 244 | }; |
| 245 | |
| 246 | amba_apu: amba_apu { |
| 247 | compatible = "simple-bus"; |
| 248 | #address-cells = <2>; |
| 249 | #size-cells = <1>; |
| 250 | ranges; |
| 251 | |
| 252 | gic: interrupt-controller@f9010000 { |
| 253 | compatible = "arm,gic-400", "arm,cortex-a15-gic"; |
| 254 | #interrupt-cells = <3>; |
| 255 | reg = <0x0 0xf9010000 0x10000>, |
| 256 | <0x0 0xf902f000 0x2000>, |
| 257 | <0x0 0xf9040000 0x20000>, |
| 258 | <0x0 0xf906f000 0x2000>; |
| 259 | interrupt-controller; |
| 260 | interrupt-parent = <&gic>; |
| 261 | interrupts = <1 9 0xf04>; |
| 262 | }; |
| 263 | }; |
| 264 | |
| 265 | amba: amba { |
| 266 | compatible = "simple-bus"; |
| 267 | #address-cells = <2>; |
| 268 | #size-cells = <1>; |
| 269 | ranges; |
| 270 | |
| 271 | can0: can@ff060000 { |
| 272 | compatible = "xlnx,zynq-can-1.0"; |
| 273 | status = "disabled"; |
| 274 | clock-names = "can_clk", "pclk"; |
| 275 | reg = <0x0 0xff060000 0x1000>; |
| 276 | interrupts = <0 23 4>; |
| 277 | interrupt-parent = <&gic>; |
| 278 | tx-fifo-depth = <0x40>; |
| 279 | rx-fifo-depth = <0x40>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 280 | power-domains = <&pd_can0>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 281 | }; |
| 282 | |
| 283 | can1: can@ff070000 { |
| 284 | compatible = "xlnx,zynq-can-1.0"; |
| 285 | status = "disabled"; |
| 286 | clock-names = "can_clk", "pclk"; |
| 287 | reg = <0x0 0xff070000 0x1000>; |
| 288 | interrupts = <0 24 4>; |
| 289 | interrupt-parent = <&gic>; |
| 290 | tx-fifo-depth = <0x40>; |
| 291 | rx-fifo-depth = <0x40>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 292 | power-domains = <&pd_can1>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 293 | }; |
| 294 | |
Michal Simek | ff50d21 | 2015-11-26 11:21:25 +0100 | [diff] [blame] | 295 | cci: cci@fd6e0000 { |
| 296 | compatible = "arm,cci-400"; |
| 297 | reg = <0x0 0xfd6e0000 0x9000>; |
| 298 | ranges = <0x0 0x0 0xfd6e0000 0x10000>; |
| 299 | #address-cells = <1>; |
| 300 | #size-cells = <1>; |
| 301 | |
| 302 | pmu@9000 { |
| 303 | compatible = "arm,cci-400-pmu,r1"; |
| 304 | reg = <0x9000 0x5000>; |
| 305 | interrupt-parent = <&gic>; |
| 306 | interrupts = <0 123 4>, |
| 307 | <0 123 4>, |
| 308 | <0 123 4>, |
| 309 | <0 123 4>, |
| 310 | <0 123 4>; |
| 311 | }; |
| 312 | }; |
| 313 | |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 314 | /* GDMA */ |
| 315 | fpd_dma_chan1: dma@fd500000 { |
| 316 | status = "disabled"; |
| 317 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 318 | reg = <0x0 0xfd500000 0x1000>; |
| 319 | interrupt-parent = <&gic>; |
| 320 | interrupts = <0 124 4>; |
VNSL Durga | b34d11d | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 321 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 322 | xlnx,id = <0>; |
| 323 | xlnx,bus-width = <128>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 324 | power-domains = <&pd_gdma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 325 | }; |
| 326 | |
| 327 | fpd_dma_chan2: dma@fd510000 { |
| 328 | status = "disabled"; |
| 329 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 330 | reg = <0x0 0xfd510000 0x1000>; |
| 331 | interrupt-parent = <&gic>; |
| 332 | interrupts = <0 125 4>; |
VNSL Durga | b34d11d | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 333 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 334 | xlnx,id = <1>; |
| 335 | xlnx,bus-width = <128>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 336 | power-domains = <&pd_gdma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 337 | }; |
| 338 | |
| 339 | fpd_dma_chan3: dma@fd520000 { |
| 340 | status = "disabled"; |
| 341 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 342 | reg = <0x0 0xfd520000 0x1000>; |
| 343 | interrupt-parent = <&gic>; |
| 344 | interrupts = <0 126 4>; |
VNSL Durga | b34d11d | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 345 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 346 | xlnx,id = <2>; |
| 347 | xlnx,bus-width = <128>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 348 | power-domains = <&pd_gdma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 349 | }; |
| 350 | |
| 351 | fpd_dma_chan4: dma@fd530000 { |
| 352 | status = "disabled"; |
| 353 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 354 | reg = <0x0 0xfd530000 0x1000>; |
| 355 | interrupt-parent = <&gic>; |
| 356 | interrupts = <0 127 4>; |
VNSL Durga | b34d11d | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 357 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 358 | xlnx,id = <3>; |
| 359 | xlnx,bus-width = <128>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 360 | power-domains = <&pd_gdma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 361 | }; |
| 362 | |
| 363 | fpd_dma_chan5: dma@fd540000 { |
| 364 | status = "disabled"; |
| 365 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 366 | reg = <0x0 0xfd540000 0x1000>; |
| 367 | interrupt-parent = <&gic>; |
| 368 | interrupts = <0 128 4>; |
VNSL Durga | b34d11d | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 369 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 370 | xlnx,id = <4>; |
| 371 | xlnx,bus-width = <128>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 372 | power-domains = <&pd_gdma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 373 | }; |
| 374 | |
| 375 | fpd_dma_chan6: dma@fd550000 { |
| 376 | status = "disabled"; |
| 377 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 378 | reg = <0x0 0xfd550000 0x1000>; |
| 379 | interrupt-parent = <&gic>; |
| 380 | interrupts = <0 129 4>; |
VNSL Durga | b34d11d | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 381 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 382 | xlnx,id = <5>; |
| 383 | xlnx,bus-width = <128>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 384 | power-domains = <&pd_gdma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 385 | }; |
| 386 | |
| 387 | fpd_dma_chan7: dma@fd560000 { |
| 388 | status = "disabled"; |
| 389 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 390 | reg = <0x0 0xfd560000 0x1000>; |
| 391 | interrupt-parent = <&gic>; |
| 392 | interrupts = <0 130 4>; |
VNSL Durga | b34d11d | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 393 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 394 | xlnx,id = <6>; |
| 395 | xlnx,bus-width = <128>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 396 | power-domains = <&pd_gdma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 397 | }; |
| 398 | |
| 399 | fpd_dma_chan8: dma@fd570000 { |
| 400 | status = "disabled"; |
| 401 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 402 | reg = <0x0 0xfd570000 0x1000>; |
| 403 | interrupt-parent = <&gic>; |
| 404 | interrupts = <0 131 4>; |
VNSL Durga | b34d11d | 2016-03-24 22:45:12 +0530 | [diff] [blame] | 405 | clock-names = "clk_main", "clk_apb"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 406 | xlnx,id = <7>; |
| 407 | xlnx,bus-width = <128>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 408 | power-domains = <&pd_gdma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 409 | }; |
| 410 | |
| 411 | gpu: gpu@fd4b0000 { |
| 412 | status = "disabled"; |
| 413 | compatible = "arm,mali-400", "arm,mali-utgard"; |
| 414 | reg = <0x0 0xfd4b0000 0x30000>; |
| 415 | interrupt-parent = <&gic>; |
| 416 | interrupts = <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>; |
| 417 | interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0", "IRQPP1", "IRQPPMMU1"; |
| 418 | }; |
| 419 | |
| 420 | /* ADMA */ |
| 421 | lpd_dma_chan1: dma@ffa80000 { |
| 422 | status = "disabled"; |
| 423 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 424 | reg = <0x0 0xffa80000 0x1000>; |
| 425 | interrupt-parent = <&gic>; |
| 426 | interrupts = <0 77 4>; |
| 427 | xlnx,id = <0>; |
| 428 | xlnx,bus-width = <64>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 429 | power-domains = <&pd_adma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 430 | }; |
| 431 | |
| 432 | lpd_dma_chan2: dma@ffa90000 { |
| 433 | status = "disabled"; |
| 434 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 435 | reg = <0x0 0xffa90000 0x1000>; |
| 436 | interrupt-parent = <&gic>; |
| 437 | interrupts = <0 78 4>; |
| 438 | xlnx,id = <1>; |
| 439 | xlnx,bus-width = <64>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 440 | power-domains = <&pd_adma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 441 | }; |
| 442 | |
| 443 | lpd_dma_chan3: dma@ffaa0000 { |
| 444 | status = "disabled"; |
| 445 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 446 | reg = <0x0 0xffaa0000 0x1000>; |
| 447 | interrupt-parent = <&gic>; |
| 448 | interrupts = <0 79 4>; |
| 449 | xlnx,id = <2>; |
| 450 | xlnx,bus-width = <64>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 451 | power-domains = <&pd_adma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 452 | }; |
| 453 | |
| 454 | lpd_dma_chan4: dma@ffab0000 { |
| 455 | status = "disabled"; |
| 456 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 457 | reg = <0x0 0xffab0000 0x1000>; |
| 458 | interrupt-parent = <&gic>; |
| 459 | interrupts = <0 80 4>; |
| 460 | xlnx,id = <3>; |
| 461 | xlnx,bus-width = <64>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 462 | power-domains = <&pd_adma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 463 | }; |
| 464 | |
| 465 | lpd_dma_chan5: dma@ffac0000 { |
| 466 | status = "disabled"; |
| 467 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 468 | reg = <0x0 0xffac0000 0x1000>; |
| 469 | interrupt-parent = <&gic>; |
| 470 | interrupts = <0 81 4>; |
| 471 | xlnx,id = <4>; |
| 472 | xlnx,bus-width = <64>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 473 | power-domains = <&pd_adma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 474 | }; |
| 475 | |
| 476 | lpd_dma_chan6: dma@ffad0000 { |
| 477 | status = "disabled"; |
| 478 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 479 | reg = <0x0 0xffad0000 0x1000>; |
| 480 | interrupt-parent = <&gic>; |
| 481 | interrupts = <0 82 4>; |
| 482 | xlnx,id = <5>; |
| 483 | xlnx,bus-width = <64>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 484 | power-domains = <&pd_adma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 485 | }; |
| 486 | |
| 487 | lpd_dma_chan7: dma@ffae0000 { |
| 488 | status = "disabled"; |
| 489 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 490 | reg = <0x0 0xffae0000 0x1000>; |
| 491 | interrupt-parent = <&gic>; |
| 492 | interrupts = <0 83 4>; |
| 493 | xlnx,id = <6>; |
| 494 | xlnx,bus-width = <64>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 495 | power-domains = <&pd_adma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 496 | }; |
| 497 | |
| 498 | lpd_dma_chan8: dma@ffaf0000 { |
| 499 | status = "disabled"; |
| 500 | compatible = "xlnx,zynqmp-dma-1.0"; |
| 501 | reg = <0x0 0xffaf0000 0x1000>; |
| 502 | interrupt-parent = <&gic>; |
| 503 | interrupts = <0 84 4>; |
| 504 | xlnx,id = <7>; |
| 505 | xlnx,bus-width = <64>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 506 | power-domains = <&pd_adma>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 507 | }; |
| 508 | |
Naga Sureshkumar Relli | 9086900 | 2016-03-11 13:10:26 +0530 | [diff] [blame] | 509 | mc: memory-controller@fd070000 { |
| 510 | compatible = "xlnx,zynqmp-ddrc-2.40a"; |
| 511 | reg = <0x0 0xfd070000 0x30000>; |
| 512 | interrupt-parent = <&gic>; |
| 513 | interrupts = <0 112 4>; |
| 514 | }; |
| 515 | |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 516 | nand0: nand@ff100000 { |
| 517 | compatible = "arasan,nfc-v3p10"; |
| 518 | status = "disabled"; |
| 519 | reg = <0x0 0xff100000 0x1000>; |
| 520 | clock-names = "clk_sys", "clk_flash"; |
| 521 | interrupt-parent = <&gic>; |
| 522 | interrupts = <0 14 4>; |
| 523 | #address-cells = <2>; |
| 524 | #size-cells = <1>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 525 | power-domains = <&pd_nand>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 526 | }; |
| 527 | |
| 528 | gem0: ethernet@ff0b0000 { |
Michal Simek | da2ad78 | 2016-02-11 15:26:46 +0100 | [diff] [blame] | 529 | compatible = "cdns,zynqmp-gem"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 530 | status = "disabled"; |
| 531 | interrupt-parent = <&gic>; |
| 532 | interrupts = <0 57 4>, <0 57 4>; |
| 533 | reg = <0x0 0xff0b0000 0x1000>; |
| 534 | clock-names = "pclk", "hclk", "tx_clk"; |
| 535 | #address-cells = <1>; |
| 536 | #size-cells = <0>; |
Edgar E. Iglesias | 7f1d7d9 | 2015-11-26 14:12:20 +0100 | [diff] [blame] | 537 | #stream-id-cells = <1>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 538 | power-domains = <&pd_eth0>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 539 | }; |
| 540 | |
| 541 | gem1: ethernet@ff0c0000 { |
Michal Simek | da2ad78 | 2016-02-11 15:26:46 +0100 | [diff] [blame] | 542 | compatible = "cdns,zynqmp-gem"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 543 | status = "disabled"; |
| 544 | interrupt-parent = <&gic>; |
| 545 | interrupts = <0 59 4>, <0 59 4>; |
| 546 | reg = <0x0 0xff0c0000 0x1000>; |
| 547 | clock-names = "pclk", "hclk", "tx_clk"; |
| 548 | #address-cells = <1>; |
| 549 | #size-cells = <0>; |
Edgar E. Iglesias | 7f1d7d9 | 2015-11-26 14:12:20 +0100 | [diff] [blame] | 550 | #stream-id-cells = <1>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 551 | power-domains = <&pd_eth1>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 552 | }; |
| 553 | |
| 554 | gem2: ethernet@ff0d0000 { |
Michal Simek | da2ad78 | 2016-02-11 15:26:46 +0100 | [diff] [blame] | 555 | compatible = "cdns,zynqmp-gem"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 556 | status = "disabled"; |
| 557 | interrupt-parent = <&gic>; |
| 558 | interrupts = <0 61 4>, <0 61 4>; |
| 559 | reg = <0x0 0xff0d0000 0x1000>; |
| 560 | clock-names = "pclk", "hclk", "tx_clk"; |
| 561 | #address-cells = <1>; |
| 562 | #size-cells = <0>; |
Edgar E. Iglesias | 7f1d7d9 | 2015-11-26 14:12:20 +0100 | [diff] [blame] | 563 | #stream-id-cells = <1>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 564 | power-domains = <&pd_eth2>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 565 | }; |
| 566 | |
| 567 | gem3: ethernet@ff0e0000 { |
Michal Simek | da2ad78 | 2016-02-11 15:26:46 +0100 | [diff] [blame] | 568 | compatible = "cdns,zynqmp-gem"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 569 | status = "disabled"; |
| 570 | interrupt-parent = <&gic>; |
| 571 | interrupts = <0 63 4>, <0 63 4>; |
| 572 | reg = <0x0 0xff0e0000 0x1000>; |
| 573 | clock-names = "pclk", "hclk", "tx_clk"; |
| 574 | #address-cells = <1>; |
| 575 | #size-cells = <0>; |
Edgar E. Iglesias | 7f1d7d9 | 2015-11-26 14:12:20 +0100 | [diff] [blame] | 576 | #stream-id-cells = <1>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 577 | power-domains = <&pd_eth3>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 578 | }; |
| 579 | |
| 580 | gpio: gpio@ff0a0000 { |
| 581 | compatible = "xlnx,zynqmp-gpio-1.0"; |
| 582 | status = "disabled"; |
| 583 | #gpio-cells = <0x2>; |
Michal Simek | 7c38ca3 | 2015-11-23 13:26:15 +0100 | [diff] [blame] | 584 | #interrupt-cells = <2>; |
| 585 | interrupt-controller; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 586 | interrupt-parent = <&gic>; |
| 587 | interrupts = <0 16 4>; |
| 588 | reg = <0x0 0xff0a0000 0x1000>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 589 | power-domains = <&pd_gpio>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 590 | }; |
| 591 | |
| 592 | i2c0: i2c@ff020000 { |
| 593 | compatible = "cdns,i2c-r1p10"; |
| 594 | status = "disabled"; |
| 595 | interrupt-parent = <&gic>; |
| 596 | interrupts = <0 17 4>; |
| 597 | reg = <0x0 0xff020000 0x1000>; |
| 598 | #address-cells = <1>; |
| 599 | #size-cells = <0>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 600 | power-domains = <&pd_i2c0>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 601 | }; |
| 602 | |
| 603 | i2c1: i2c@ff030000 { |
| 604 | compatible = "cdns,i2c-r1p10"; |
| 605 | status = "disabled"; |
| 606 | interrupt-parent = <&gic>; |
| 607 | interrupts = <0 18 4>; |
| 608 | reg = <0x0 0xff030000 0x1000>; |
| 609 | #address-cells = <1>; |
| 610 | #size-cells = <0>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 611 | power-domains = <&pd_i2c1>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 612 | }; |
| 613 | |
| 614 | pcie: pcie@fd0e0000 { |
| 615 | compatible = "xlnx,nwl-pcie-2.11"; |
| 616 | status = "disabled"; |
| 617 | #address-cells = <3>; |
| 618 | #size-cells = <2>; |
| 619 | #interrupt-cells = <1>; |
| 620 | device_type = "pci"; |
| 621 | interrupt-parent = <&gic>; |
Michal Simek | 91a8b0e | 2016-01-20 12:59:23 +0100 | [diff] [blame] | 622 | interrupts = <0 118 4>, |
| 623 | <0 116 4>, |
| 624 | <0 115 4>, /* MSI_1 [63...32] */ |
| 625 | <0 114 4>; /* MSI_0 [31...0] */ |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 626 | interrupt-names = "misc", "intx", "msi_1", "msi_0"; |
| 627 | reg = <0x0 0xfd0e0000 0x1000>, |
| 628 | <0x0 0xfd480000 0x1000>, |
| 629 | <0x0 0xe0000000 0x1000000>; |
| 630 | reg-names = "breg", "pcireg", "cfg"; |
| 631 | ranges = <0x02000000 0x00000000 0xe1000000 0x00000000 0xe1000000 0 0x0f000000>; |
Bharat Kumar Gogada | 33aec51 | 2016-02-15 21:18:58 +0530 | [diff] [blame] | 632 | interrupt-map-mask = <0x0 0x0 0x0 0x7>; |
| 633 | interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>, |
| 634 | <0x0 0x0 0x0 0x2 &pcie_intc 0x2>, |
| 635 | <0x0 0x0 0x0 0x3 &pcie_intc 0x3>, |
| 636 | <0x0 0x0 0x0 0x4 &pcie_intc 0x4>; |
| 637 | pcie_intc: legacy-interrupt-controller { |
| 638 | interrupt-controller; |
| 639 | #address-cells = <0>; |
| 640 | #interrupt-cells = <1>; |
| 641 | }; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 642 | }; |
| 643 | |
| 644 | qspi: spi@ff0f0000 { |
| 645 | compatible = "xlnx,zynqmp-qspi-1.0"; |
| 646 | status = "disabled"; |
| 647 | clock-names = "ref_clk", "pclk"; |
| 648 | interrupts = <0 15 4>; |
| 649 | interrupt-parent = <&gic>; |
| 650 | num-cs = <1>; |
| 651 | reg = <0x0 0xff0f0000 0x1000 0x0 0xc0000000 0x8000000>; |
| 652 | #address-cells = <1>; |
| 653 | #size-cells = <0>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 654 | power-domains = <&pd_qspi>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 655 | }; |
| 656 | |
| 657 | rtc: rtc@ffa60000 { |
| 658 | compatible = "xlnx,zynqmp-rtc"; |
| 659 | status = "disabled"; |
| 660 | reg = <0x0 0xffa60000 0x100>; |
| 661 | interrupt-parent = <&gic>; |
| 662 | interrupts = <0 26 4>, <0 27 4>; |
| 663 | interrupt-names = "alarm", "sec"; |
| 664 | }; |
| 665 | |
| 666 | sata: ahci@fd0c0000 { |
| 667 | compatible = "ceva,ahci-1v84"; |
| 668 | status = "disabled"; |
| 669 | reg = <0x0 0xfd0c0000 0x2000>; |
| 670 | interrupt-parent = <&gic>; |
| 671 | interrupts = <0 133 4>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 672 | power-domains = <&pd_sata>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 673 | }; |
| 674 | |
| 675 | sdhci0: sdhci@ff160000 { |
| 676 | compatible = "arasan,sdhci-8.9a"; |
| 677 | status = "disabled"; |
| 678 | interrupt-parent = <&gic>; |
| 679 | interrupts = <0 48 4>; |
| 680 | reg = <0x0 0xff160000 0x1000>; |
| 681 | clock-names = "clk_xin", "clk_ahb"; |
P L Sai Krishna | bd750e7 | 2016-01-19 19:01:10 +0530 | [diff] [blame] | 682 | broken-tuning; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 683 | power-domains = <&pd_sd0>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 684 | }; |
| 685 | |
| 686 | sdhci1: sdhci@ff170000 { |
| 687 | compatible = "arasan,sdhci-8.9a"; |
| 688 | status = "disabled"; |
| 689 | interrupt-parent = <&gic>; |
| 690 | interrupts = <0 49 4>; |
| 691 | reg = <0x0 0xff170000 0x1000>; |
| 692 | clock-names = "clk_xin", "clk_ahb"; |
P L Sai Krishna | bd750e7 | 2016-01-19 19:01:10 +0530 | [diff] [blame] | 693 | broken-tuning; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 694 | power-domains = <&pd_sd1>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 695 | }; |
| 696 | |
| 697 | smmu: smmu@fd800000 { |
| 698 | compatible = "arm,mmu-500"; |
| 699 | reg = <0x0 0xfd800000 0x20000>; |
| 700 | #global-interrupts = <1>; |
| 701 | interrupt-parent = <&gic>; |
Edgar E. Iglesias | 88a85aa | 2015-11-26 14:12:19 +0100 | [diff] [blame] | 702 | interrupts = <0 155 4>, |
| 703 | <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>, |
| 704 | <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>, |
| 705 | <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>, |
| 706 | <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>; |
Edgar E. Iglesias | 7f1d7d9 | 2015-11-26 14:12:20 +0100 | [diff] [blame] | 707 | mmu-masters = < &gem0 0x874 |
| 708 | &gem1 0x875 |
| 709 | &gem2 0x876 |
| 710 | &gem3 0x877 >; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 711 | }; |
| 712 | |
| 713 | spi0: spi@ff040000 { |
| 714 | compatible = "cdns,spi-r1p6"; |
| 715 | status = "disabled"; |
| 716 | interrupt-parent = <&gic>; |
| 717 | interrupts = <0 19 4>; |
| 718 | reg = <0x0 0xff040000 0x1000>; |
| 719 | clock-names = "ref_clk", "pclk"; |
| 720 | #address-cells = <1>; |
| 721 | #size-cells = <0>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 722 | power-domains = <&pd_spi0>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 723 | }; |
| 724 | |
| 725 | spi1: spi@ff050000 { |
| 726 | compatible = "cdns,spi-r1p6"; |
| 727 | status = "disabled"; |
| 728 | interrupt-parent = <&gic>; |
| 729 | interrupts = <0 20 4>; |
| 730 | reg = <0x0 0xff050000 0x1000>; |
| 731 | clock-names = "ref_clk", "pclk"; |
| 732 | #address-cells = <1>; |
| 733 | #size-cells = <0>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 734 | power-domains = <&pd_spi1>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 735 | }; |
| 736 | |
| 737 | ttc0: timer@ff110000 { |
| 738 | compatible = "cdns,ttc"; |
| 739 | status = "disabled"; |
| 740 | interrupt-parent = <&gic>; |
| 741 | interrupts = <0 36 4>, <0 37 4>, <0 38 4>; |
| 742 | reg = <0x0 0xff110000 0x1000>; |
| 743 | timer-width = <32>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 744 | power-domains = <&pd_ttc0>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 745 | }; |
| 746 | |
| 747 | ttc1: timer@ff120000 { |
| 748 | compatible = "cdns,ttc"; |
| 749 | status = "disabled"; |
| 750 | interrupt-parent = <&gic>; |
| 751 | interrupts = <0 39 4>, <0 40 4>, <0 41 4>; |
| 752 | reg = <0x0 0xff120000 0x1000>; |
| 753 | timer-width = <32>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 754 | power-domains = <&pd_ttc1>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 755 | }; |
| 756 | |
| 757 | ttc2: timer@ff130000 { |
| 758 | compatible = "cdns,ttc"; |
| 759 | status = "disabled"; |
| 760 | interrupt-parent = <&gic>; |
| 761 | interrupts = <0 42 4>, <0 43 4>, <0 44 4>; |
| 762 | reg = <0x0 0xff130000 0x1000>; |
| 763 | timer-width = <32>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 764 | power-domains = <&pd_ttc2>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 765 | }; |
| 766 | |
| 767 | ttc3: timer@ff140000 { |
| 768 | compatible = "cdns,ttc"; |
| 769 | status = "disabled"; |
| 770 | interrupt-parent = <&gic>; |
| 771 | interrupts = <0 45 4>, <0 46 4>, <0 47 4>; |
| 772 | reg = <0x0 0xff140000 0x1000>; |
| 773 | timer-width = <32>; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 774 | power-domains = <&pd_ttc3>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 775 | }; |
| 776 | |
| 777 | uart0: serial@ff000000 { |
Michal Simek | ca2f587 | 2015-11-27 13:22:58 +0100 | [diff] [blame] | 778 | compatible = "cdns,uart-r1p12", "xlnx,xuartps"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 779 | status = "disabled"; |
| 780 | interrupt-parent = <&gic>; |
| 781 | interrupts = <0 21 4>; |
| 782 | reg = <0x0 0xff000000 0x1000>; |
| 783 | clock-names = "uart_clk", "pclk"; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 784 | power-domains = <&pd_uart0>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 785 | }; |
| 786 | |
| 787 | uart1: serial@ff010000 { |
Michal Simek | ca2f587 | 2015-11-27 13:22:58 +0100 | [diff] [blame] | 788 | compatible = "cdns,uart-r1p12", "xlnx,xuartps"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 789 | status = "disabled"; |
| 790 | interrupt-parent = <&gic>; |
| 791 | interrupts = <0 22 4>; |
| 792 | reg = <0x0 0xff010000 0x1000>; |
| 793 | clock-names = "uart_clk", "pclk"; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 794 | power-domains = <&pd_uart1>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 795 | }; |
| 796 | |
| 797 | usb0: usb@fe200000 { |
| 798 | compatible = "snps,dwc3"; |
| 799 | status = "disabled"; |
| 800 | interrupt-parent = <&gic>; |
| 801 | interrupts = <0 65 4>; |
| 802 | reg = <0x0 0xfe200000 0x40000>; |
| 803 | clock-names = "clk_xin", "clk_ahb"; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 804 | power-domains = <&pd_usb0>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 805 | }; |
| 806 | |
| 807 | usb1: usb@fe300000 { |
| 808 | compatible = "snps,dwc3"; |
| 809 | status = "disabled"; |
| 810 | interrupt-parent = <&gic>; |
| 811 | interrupts = <0 70 4>; |
| 812 | reg = <0x0 0xfe300000 0x40000>; |
| 813 | clock-names = "clk_xin", "clk_ahb"; |
Soren Brinkmann | 8f4e397 | 2016-01-11 15:34:42 -0800 | [diff] [blame] | 814 | power-domains = <&pd_usb1>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 815 | }; |
| 816 | |
| 817 | watchdog0: watchdog@fd4d0000 { |
| 818 | compatible = "cdns,wdt-r1p2"; |
| 819 | status = "disabled"; |
| 820 | interrupt-parent = <&gic>; |
Punnaiah Choudary Kalluri | d3fd433 | 2015-11-04 12:34:17 +0530 | [diff] [blame] | 821 | interrupts = <0 113 1>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 822 | reg = <0x0 0xfd4d0000 0x1000>; |
| 823 | timeout-sec = <10>; |
| 824 | }; |
| 825 | |
| 826 | xilinx_drm: xilinx_drm { |
| 827 | compatible = "xlnx,drm"; |
| 828 | status = "disabled"; |
| 829 | xlnx,encoder-slave = <&xlnx_dp>; |
| 830 | xlnx,connector-type = "DisplayPort"; |
| 831 | xlnx,dp-sub = <&xlnx_dp_sub>; |
| 832 | planes { |
| 833 | xlnx,pixel-format = "rgb565"; |
| 834 | plane0 { |
| 835 | dmas = <&xlnx_dpdma 3>; |
| 836 | dma-names = "dma"; |
| 837 | }; |
| 838 | plane1 { |
| 839 | dmas = <&xlnx_dpdma 0>; |
| 840 | dma-names = "dma"; |
| 841 | }; |
| 842 | }; |
| 843 | }; |
| 844 | |
Hyun Kwon | 695d75a | 2015-11-23 17:12:54 -0800 | [diff] [blame] | 845 | xlnx_dp: dp@fd4a0000 { |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 846 | compatible = "xlnx,v-dp"; |
| 847 | status = "disabled"; |
| 848 | reg = <0x0 0xfd4a0000 0x1000>; |
| 849 | interrupts = <0 119 4>; |
| 850 | interrupt-parent = <&gic>; |
| 851 | clock-names = "aclk", "aud_clk"; |
| 852 | xlnx,dp-version = "v1.2"; |
| 853 | xlnx,max-lanes = <2>; |
| 854 | xlnx,max-link-rate = <540000>; |
| 855 | xlnx,max-bpc = <16>; |
| 856 | xlnx,enable-ycrcb; |
| 857 | xlnx,colormetry = "rgb"; |
| 858 | xlnx,bpc = <8>; |
| 859 | xlnx,audio-chan = <2>; |
| 860 | xlnx,dp-sub = <&xlnx_dp_sub>; |
Hyun Kwon | 939cfea | 2015-11-23 17:12:55 -0800 | [diff] [blame^] | 861 | xlnx,max-pclock-frequency = <300000>; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 862 | }; |
| 863 | |
| 864 | xlnx_dp_snd_card: dp_snd_card { |
| 865 | compatible = "xlnx,dp-snd-card"; |
| 866 | status = "disabled"; |
| 867 | xlnx,dp-snd-pcm = <&xlnx_dp_snd_pcm0>, <&xlnx_dp_snd_pcm1>; |
| 868 | xlnx,dp-snd-codec = <&xlnx_dp_snd_codec0>; |
| 869 | }; |
| 870 | |
| 871 | xlnx_dp_snd_codec0: dp_snd_codec0 { |
| 872 | compatible = "xlnx,dp-snd-codec"; |
| 873 | status = "disabled"; |
| 874 | clock-names = "aud_clk"; |
| 875 | }; |
| 876 | |
| 877 | xlnx_dp_snd_pcm0: dp_snd_pcm0 { |
| 878 | compatible = "xlnx,dp-snd-pcm"; |
| 879 | status = "disabled"; |
| 880 | dmas = <&xlnx_dpdma 4>; |
| 881 | dma-names = "tx"; |
| 882 | }; |
| 883 | |
| 884 | xlnx_dp_snd_pcm1: dp_snd_pcm1 { |
| 885 | compatible = "xlnx,dp-snd-pcm"; |
| 886 | status = "disabled"; |
| 887 | dmas = <&xlnx_dpdma 5>; |
| 888 | dma-names = "tx"; |
| 889 | }; |
| 890 | |
Hyun Kwon | 695d75a | 2015-11-23 17:12:54 -0800 | [diff] [blame] | 891 | xlnx_dp_sub: dp_sub@fd4aa000 { |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 892 | compatible = "xlnx,dp-sub"; |
| 893 | status = "disabled"; |
| 894 | reg = <0x0 0xfd4aa000 0x1000>, <0x0 0xfd4ab000 0x1000>, <0x0 0xfd4ac000 0x1000>; |
| 895 | reg-names = "blend", "av_buf", "aud"; |
| 896 | xlnx,output-fmt = "rgb"; |
Hyun Kwon | 939cfea | 2015-11-23 17:12:55 -0800 | [diff] [blame^] | 897 | xlnx,vid-fmt = "yuyv"; |
| 898 | xlnx,gfx-fmt = "rgb565"; |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 899 | }; |
| 900 | |
| 901 | xlnx_dpdma: dma@fd4c0000 { |
| 902 | compatible = "xlnx,dpdma"; |
| 903 | status = "disabled"; |
| 904 | reg = <0x0 0xfd4c0000 0x1000>; |
| 905 | interrupts = <0 122 4>; |
| 906 | interrupt-parent = <&gic>; |
| 907 | clock-names = "axi_clk"; |
| 908 | dma-channels = <6>; |
| 909 | #dma-cells = <1>; |
Michal Simek | 4e31d27 | 2016-01-27 19:04:56 +0100 | [diff] [blame] | 910 | dma-video0channel@fd4c0000 { |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 911 | compatible = "xlnx,video0"; |
| 912 | }; |
Michal Simek | 4e31d27 | 2016-01-27 19:04:56 +0100 | [diff] [blame] | 913 | dma-video1channel@fd4c0000 { |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 914 | compatible = "xlnx,video1"; |
| 915 | }; |
Michal Simek | 4e31d27 | 2016-01-27 19:04:56 +0100 | [diff] [blame] | 916 | dma-video2channel@fd4c0000 { |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 917 | compatible = "xlnx,video2"; |
| 918 | }; |
Michal Simek | 4e31d27 | 2016-01-27 19:04:56 +0100 | [diff] [blame] | 919 | dma-graphicschannel@fd4c0000 { |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 920 | compatible = "xlnx,graphics"; |
| 921 | }; |
Michal Simek | 4e31d27 | 2016-01-27 19:04:56 +0100 | [diff] [blame] | 922 | dma-audio0channel@fd4c0000 { |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 923 | compatible = "xlnx,audio0"; |
| 924 | }; |
Michal Simek | 4e31d27 | 2016-01-27 19:04:56 +0100 | [diff] [blame] | 925 | dma-audio1channel@fd4c0000 { |
Michal Simek | 44303df | 2015-10-30 15:39:18 +0100 | [diff] [blame] | 926 | compatible = "xlnx,audio1"; |
| 927 | }; |
| 928 | }; |
| 929 | }; |
| 930 | }; |