blob: fc34033f941595afd20edf066acd98adb77e3401 [file] [log] [blame]
Michal Simek44303df2015-10-30 15:39:18 +01001/*
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 */
Michal Simek91d11532016-12-16 13:12:48 +010010
Michal Simek44303df2015-10-30 15:39:18 +010011/ {
12 compatible = "xlnx,zynqmp";
13 #address-cells = <2>;
Michal Simek85d11422016-04-07 15:07:38 +020014 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +010015
16 cpus {
17 #address-cells = <1>;
18 #size-cells = <0>;
19
Michal Simek585ca872017-02-06 10:09:53 +010020 cpu0: cpu@0 {
Michal Simek44303df2015-10-30 15:39:18 +010021 compatible = "arm,cortex-a53", "arm,armv8";
22 device_type = "cpu";
23 enable-method = "psci";
Shubhrajyoti Datta941f61f2017-02-13 15:58:55 +053024 operating-points-v2 = <&cpu_opp_table>;
Michal Simek44303df2015-10-30 15:39:18 +010025 reg = <0x0>;
Stefan Krsmanovic2e15b072016-10-21 12:44:56 +020026 cpu-idle-states = <&CPU_SLEEP_0>;
Michal Simek44303df2015-10-30 15:39:18 +010027 };
28
Michal Simek585ca872017-02-06 10:09:53 +010029 cpu1: cpu@1 {
Michal Simek44303df2015-10-30 15:39:18 +010030 compatible = "arm,cortex-a53", "arm,armv8";
31 device_type = "cpu";
32 enable-method = "psci";
33 reg = <0x1>;
Shubhrajyoti Datta941f61f2017-02-13 15:58:55 +053034 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic2e15b072016-10-21 12:44:56 +020035 cpu-idle-states = <&CPU_SLEEP_0>;
Michal Simek44303df2015-10-30 15:39:18 +010036 };
37
Michal Simek585ca872017-02-06 10:09:53 +010038 cpu2: cpu@2 {
Michal Simek44303df2015-10-30 15:39:18 +010039 compatible = "arm,cortex-a53", "arm,armv8";
40 device_type = "cpu";
41 enable-method = "psci";
42 reg = <0x2>;
Shubhrajyoti Datta941f61f2017-02-13 15:58:55 +053043 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic2e15b072016-10-21 12:44:56 +020044 cpu-idle-states = <&CPU_SLEEP_0>;
Michal Simek44303df2015-10-30 15:39:18 +010045 };
46
Michal Simek585ca872017-02-06 10:09:53 +010047 cpu3: cpu@3 {
Michal Simek44303df2015-10-30 15:39:18 +010048 compatible = "arm,cortex-a53", "arm,armv8";
49 device_type = "cpu";
50 enable-method = "psci";
51 reg = <0x3>;
Shubhrajyoti Datta941f61f2017-02-13 15:58:55 +053052 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic2e15b072016-10-21 12:44:56 +020053 cpu-idle-states = <&CPU_SLEEP_0>;
54 };
55
56 idle-states {
Jyotheeswar Reddyfec54732017-01-13 16:13:39 +053057 entry-method = "arm,psci";
Stefan Krsmanovic2e15b072016-10-21 12:44:56 +020058
59 CPU_SLEEP_0: cpu-sleep-0 {
60 compatible = "arm,idle-state";
61 arm,psci-suspend-param = <0x40000000>;
62 local-timer-stop;
63 entry-latency-us = <300>;
64 exit-latency-us = <600>;
Jolly Shah6a097b02017-06-14 15:03:52 -070065 min-residency-us = <10000>;
Stefan Krsmanovic2e15b072016-10-21 12:44:56 +020066 };
Michal Simek44303df2015-10-30 15:39:18 +010067 };
68 };
69
Shubhrajyoti Datta941f61f2017-02-13 15:58:55 +053070 cpu_opp_table: cpu_opp_table {
71 compatible = "operating-points-v2";
72 opp-shared;
73 opp00 {
74 opp-hz = /bits/ 64 <1199999988>;
75 opp-microvolt = <1000000>;
76 clock-latency-ns = <500000>;
77 };
78 opp01 {
79 opp-hz = /bits/ 64 <599999994>;
80 opp-microvolt = <1000000>;
81 clock-latency-ns = <500000>;
82 };
83 opp02 {
84 opp-hz = /bits/ 64 <399999996>;
85 opp-microvolt = <1000000>;
86 clock-latency-ns = <500000>;
87 };
88 opp03 {
89 opp-hz = /bits/ 64 <299999997>;
90 opp-microvolt = <1000000>;
91 clock-latency-ns = <500000>;
92 };
93 };
94
Michal Simek69d09dd2016-09-09 08:46:39 +020095 dcc: dcc {
96 compatible = "arm,dcc";
97 status = "disabled";
98 u-boot,dm-pre-reloc;
99 };
100
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800101 power-domains {
102 compatible = "xlnx,zynqmp-genpd";
103
104 pd_usb0: pd-usb0 {
105 #power-domain-cells = <0x0>;
106 pd-id = <0x16>;
107 };
108
109 pd_usb1: pd-usb1 {
110 #power-domain-cells = <0x0>;
111 pd-id = <0x17>;
112 };
113
114 pd_sata: pd-sata {
115 #power-domain-cells = <0x0>;
116 pd-id = <0x1c>;
117 };
118
119 pd_spi0: pd-spi0 {
120 #power-domain-cells = <0x0>;
121 pd-id = <0x23>;
122 };
123
124 pd_spi1: pd-spi1 {
125 #power-domain-cells = <0x0>;
126 pd-id = <0x24>;
127 };
128
129 pd_uart0: pd-uart0 {
130 #power-domain-cells = <0x0>;
131 pd-id = <0x21>;
132 };
133
134 pd_uart1: pd-uart1 {
135 #power-domain-cells = <0x0>;
136 pd-id = <0x22>;
137 };
138
139 pd_eth0: pd-eth0 {
140 #power-domain-cells = <0x0>;
141 pd-id = <0x1d>;
142 };
143
144 pd_eth1: pd-eth1 {
145 #power-domain-cells = <0x0>;
146 pd-id = <0x1e>;
147 };
148
149 pd_eth2: pd-eth2 {
150 #power-domain-cells = <0x0>;
151 pd-id = <0x1f>;
152 };
153
154 pd_eth3: pd-eth3 {
155 #power-domain-cells = <0x0>;
156 pd-id = <0x20>;
157 };
158
159 pd_i2c0: pd-i2c0 {
160 #power-domain-cells = <0x0>;
161 pd-id = <0x25>;
162 };
163
164 pd_i2c1: pd-i2c1 {
165 #power-domain-cells = <0x0>;
166 pd-id = <0x26>;
167 };
168
169 pd_dp: pd-dp {
170 /* fixme: what to attach to */
171 #power-domain-cells = <0x0>;
172 pd-id = <0x29>;
173 };
174
175 pd_gdma: pd-gdma {
176 #power-domain-cells = <0x0>;
177 pd-id = <0x2a>;
178 };
179
180 pd_adma: pd-adma {
181 #power-domain-cells = <0x0>;
182 pd-id = <0x2b>;
183 };
184
185 pd_ttc0: pd-ttc0 {
186 #power-domain-cells = <0x0>;
187 pd-id = <0x18>;
188 };
189
190 pd_ttc1: pd-ttc1 {
191 #power-domain-cells = <0x0>;
192 pd-id = <0x19>;
193 };
194
195 pd_ttc2: pd-ttc2 {
196 #power-domain-cells = <0x0>;
197 pd-id = <0x1a>;
198 };
199
200 pd_ttc3: pd-ttc3 {
201 #power-domain-cells = <0x0>;
202 pd-id = <0x1b>;
203 };
204
205 pd_sd0: pd-sd0 {
206 #power-domain-cells = <0x0>;
207 pd-id = <0x27>;
208 };
209
210 pd_sd1: pd-sd1 {
211 #power-domain-cells = <0x0>;
212 pd-id = <0x28>;
213 };
214
215 pd_nand: pd-nand {
216 #power-domain-cells = <0x0>;
217 pd-id = <0x2c>;
218 };
219
220 pd_qspi: pd-qspi {
221 #power-domain-cells = <0x0>;
222 pd-id = <0x2d>;
223 };
224
225 pd_gpio: pd-gpio {
226 #power-domain-cells = <0x0>;
227 pd-id = <0x2e>;
228 };
229
230 pd_can0: pd-can0 {
231 #power-domain-cells = <0x0>;
232 pd-id = <0x2f>;
233 };
234
235 pd_can1: pd-can1 {
236 #power-domain-cells = <0x0>;
237 pd-id = <0x30>;
238 };
Filip Drazic2af39322016-08-29 19:32:56 +0200239
240 pd_pcie: pd-pcie {
241 #power-domain-cells = <0x0>;
242 pd-id = <0x3b>;
243 };
244
245 pd_gpu: pd-gpu {
246 #power-domain-cells = <0x0>;
Filip Drazica4d7d562016-08-29 19:32:59 +0200247 pd-id = <0x3a 0x14 0x15>;
Filip Drazic2af39322016-08-29 19:32:56 +0200248 };
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800249 };
250
Michal Simek44303df2015-10-30 15:39:18 +0100251 pmu {
252 compatible = "arm,armv8-pmuv3";
Michal Simek14cd9ea2016-04-07 15:28:33 +0200253 interrupt-parent = <&gic>;
Michal Simek44303df2015-10-30 15:39:18 +0100254 interrupts = <0 143 4>,
255 <0 144 4>,
256 <0 145 4>,
257 <0 146 4>;
258 };
259
260 psci {
261 compatible = "arm,psci-0.2";
262 method = "smc";
263 };
264
265 firmware {
266 compatible = "xlnx,zynqmp-pm";
267 method = "smc";
268 };
269
270 timer {
271 compatible = "arm,armv8-timer";
272 interrupt-parent = <&gic>;
273 interrupts = <1 13 0xf01>,
274 <1 14 0xf01>,
275 <1 11 0xf01>,
276 <1 10 0xf01>;
277 };
278
Naga Sureshkumar Relliaaf232f2016-06-20 15:48:30 +0530279 edac {
280 compatible = "arm,cortex-a53-edac";
281 };
282
Nava kishore Manned64e43f2016-08-21 00:17:52 +0530283 pcap {
284 compatible = "xlnx,zynqmp-pcap-fpga";
285 };
286
Michal Simekc926e6f2016-11-11 13:21:04 +0100287 amba_apu: amba_apu@0 {
Michal Simek44303df2015-10-30 15:39:18 +0100288 compatible = "simple-bus";
289 #address-cells = <2>;
290 #size-cells = <1>;
Michal Simek85d11422016-04-07 15:07:38 +0200291 ranges = <0 0 0 0 0xffffffff>;
Michal Simek44303df2015-10-30 15:39:18 +0100292
293 gic: interrupt-controller@f9010000 {
294 compatible = "arm,gic-400", "arm,cortex-a15-gic";
295 #interrupt-cells = <3>;
296 reg = <0x0 0xf9010000 0x10000>,
Alexander Graf0a8c4f62016-05-12 13:44:01 +0200297 <0x0 0xf9020000 0x20000>,
Michal Simek44303df2015-10-30 15:39:18 +0100298 <0x0 0xf9040000 0x20000>,
Alexander Graf0a8c4f62016-05-12 13:44:01 +0200299 <0x0 0xf9060000 0x20000>;
Michal Simek44303df2015-10-30 15:39:18 +0100300 interrupt-controller;
301 interrupt-parent = <&gic>;
302 interrupts = <1 9 0xf04>;
303 };
304 };
305
Michal Simekb976fd62016-02-11 07:19:06 +0100306 amba: amba {
Michal Simek44303df2015-10-30 15:39:18 +0100307 compatible = "simple-bus";
Michal Simekc9811e12016-02-22 09:57:27 +0100308 u-boot,dm-pre-reloc;
Michal Simek44303df2015-10-30 15:39:18 +0100309 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100310 #size-cells = <2>;
311 ranges;
Michal Simek44303df2015-10-30 15:39:18 +0100312
313 can0: can@ff060000 {
314 compatible = "xlnx,zynq-can-1.0";
315 status = "disabled";
316 clock-names = "can_clk", "pclk";
Michal Simekb976fd62016-02-11 07:19:06 +0100317 reg = <0x0 0xff060000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100318 interrupts = <0 23 4>;
319 interrupt-parent = <&gic>;
320 tx-fifo-depth = <0x40>;
321 rx-fifo-depth = <0x40>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800322 power-domains = <&pd_can0>;
Michal Simek44303df2015-10-30 15:39:18 +0100323 };
324
325 can1: can@ff070000 {
326 compatible = "xlnx,zynq-can-1.0";
327 status = "disabled";
328 clock-names = "can_clk", "pclk";
Michal Simekb976fd62016-02-11 07:19:06 +0100329 reg = <0x0 0xff070000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100330 interrupts = <0 24 4>;
331 interrupt-parent = <&gic>;
332 tx-fifo-depth = <0x40>;
333 rx-fifo-depth = <0x40>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800334 power-domains = <&pd_can1>;
Michal Simek44303df2015-10-30 15:39:18 +0100335 };
336
Michal Simekff50d212015-11-26 11:21:25 +0100337 cci: cci@fd6e0000 {
338 compatible = "arm,cci-400";
Michal Simekb976fd62016-02-11 07:19:06 +0100339 reg = <0x0 0xfd6e0000 0x0 0x9000>;
Michal Simekff50d212015-11-26 11:21:25 +0100340 ranges = <0x0 0x0 0xfd6e0000 0x10000>;
341 #address-cells = <1>;
342 #size-cells = <1>;
343
344 pmu@9000 {
345 compatible = "arm,cci-400-pmu,r1";
346 reg = <0x9000 0x5000>;
347 interrupt-parent = <&gic>;
348 interrupts = <0 123 4>,
349 <0 123 4>,
350 <0 123 4>,
351 <0 123 4>,
352 <0 123 4>;
353 };
354 };
355
Michal Simek44303df2015-10-30 15:39:18 +0100356 /* GDMA */
357 fpd_dma_chan1: dma@fd500000 {
358 status = "disabled";
359 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100360 reg = <0x0 0xfd500000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100361 interrupt-parent = <&gic>;
362 interrupts = <0 124 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530363 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100364 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200365 #stream-id-cells = <1>;
366 iommus = <&smmu 0x14e8>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800367 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100368 };
369
370 fpd_dma_chan2: dma@fd510000 {
371 status = "disabled";
372 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100373 reg = <0x0 0xfd510000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100374 interrupt-parent = <&gic>;
375 interrupts = <0 125 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530376 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100377 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200378 #stream-id-cells = <1>;
379 iommus = <&smmu 0x14e9>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800380 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100381 };
382
383 fpd_dma_chan3: dma@fd520000 {
384 status = "disabled";
385 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100386 reg = <0x0 0xfd520000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100387 interrupt-parent = <&gic>;
388 interrupts = <0 126 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530389 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100390 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200391 #stream-id-cells = <1>;
392 iommus = <&smmu 0x14ea>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800393 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100394 };
395
396 fpd_dma_chan4: dma@fd530000 {
397 status = "disabled";
398 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100399 reg = <0x0 0xfd530000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100400 interrupt-parent = <&gic>;
401 interrupts = <0 127 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530402 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100403 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200404 #stream-id-cells = <1>;
405 iommus = <&smmu 0x14eb>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800406 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100407 };
408
409 fpd_dma_chan5: dma@fd540000 {
410 status = "disabled";
411 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100412 reg = <0x0 0xfd540000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100413 interrupt-parent = <&gic>;
414 interrupts = <0 128 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530415 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100416 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200417 #stream-id-cells = <1>;
418 iommus = <&smmu 0x14ec>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800419 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100420 };
421
422 fpd_dma_chan6: dma@fd550000 {
423 status = "disabled";
424 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100425 reg = <0x0 0xfd550000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100426 interrupt-parent = <&gic>;
427 interrupts = <0 129 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530428 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100429 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200430 #stream-id-cells = <1>;
431 iommus = <&smmu 0x14ed>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800432 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100433 };
434
435 fpd_dma_chan7: dma@fd560000 {
436 status = "disabled";
437 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100438 reg = <0x0 0xfd560000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100439 interrupt-parent = <&gic>;
440 interrupts = <0 130 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530441 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100442 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200443 #stream-id-cells = <1>;
444 iommus = <&smmu 0x14ee>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800445 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100446 };
447
448 fpd_dma_chan8: dma@fd570000 {
449 status = "disabled";
450 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100451 reg = <0x0 0xfd570000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100452 interrupt-parent = <&gic>;
453 interrupts = <0 131 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530454 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100455 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200456 #stream-id-cells = <1>;
457 iommus = <&smmu 0x14ef>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800458 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100459 };
460
461 gpu: gpu@fd4b0000 {
462 status = "disabled";
463 compatible = "arm,mali-400", "arm,mali-utgard";
Michal Simekb976fd62016-02-11 07:19:06 +0100464 reg = <0x0 0xfd4b0000 0x0 0x30000>;
Michal Simek44303df2015-10-30 15:39:18 +0100465 interrupt-parent = <&gic>;
466 interrupts = <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>;
467 interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0", "IRQPP1", "IRQPPMMU1";
Filip Drazic2af39322016-08-29 19:32:56 +0200468 power-domains = <&pd_gpu>;
Michal Simek44303df2015-10-30 15:39:18 +0100469 };
470
Kedareswara rao Appana6af57732016-09-09 12:36:01 +0530471 /* LPDDMA default allows only secured access. inorder to enable
472 * These dma channels, Users should ensure that these dma
473 * Channels are allowed for non secure access.
474 */
Michal Simek44303df2015-10-30 15:39:18 +0100475 lpd_dma_chan1: dma@ffa80000 {
476 status = "disabled";
477 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530478 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100479 reg = <0x0 0xffa80000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100480 interrupt-parent = <&gic>;
481 interrupts = <0 77 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100482 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200483 #stream-id-cells = <1>;
484 iommus = <&smmu 0x868>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800485 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100486 };
487
488 lpd_dma_chan2: dma@ffa90000 {
489 status = "disabled";
490 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530491 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100492 reg = <0x0 0xffa90000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100493 interrupt-parent = <&gic>;
494 interrupts = <0 78 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100495 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200496 #stream-id-cells = <1>;
497 iommus = <&smmu 0x869>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800498 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100499 };
500
501 lpd_dma_chan3: dma@ffaa0000 {
502 status = "disabled";
503 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530504 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100505 reg = <0x0 0xffaa0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100506 interrupt-parent = <&gic>;
507 interrupts = <0 79 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100508 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200509 #stream-id-cells = <1>;
510 iommus = <&smmu 0x86a>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800511 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100512 };
513
514 lpd_dma_chan4: dma@ffab0000 {
515 status = "disabled";
516 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530517 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100518 reg = <0x0 0xffab0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100519 interrupt-parent = <&gic>;
520 interrupts = <0 80 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100521 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200522 #stream-id-cells = <1>;
523 iommus = <&smmu 0x86b>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800524 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100525 };
526
527 lpd_dma_chan5: dma@ffac0000 {
528 status = "disabled";
529 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530530 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100531 reg = <0x0 0xffac0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100532 interrupt-parent = <&gic>;
533 interrupts = <0 81 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100534 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200535 #stream-id-cells = <1>;
536 iommus = <&smmu 0x86c>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800537 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100538 };
539
540 lpd_dma_chan6: dma@ffad0000 {
541 status = "disabled";
542 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530543 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100544 reg = <0x0 0xffad0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100545 interrupt-parent = <&gic>;
546 interrupts = <0 82 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100547 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200548 #stream-id-cells = <1>;
549 iommus = <&smmu 0x86d>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800550 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100551 };
552
553 lpd_dma_chan7: dma@ffae0000 {
554 status = "disabled";
555 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530556 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100557 reg = <0x0 0xffae0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100558 interrupt-parent = <&gic>;
559 interrupts = <0 83 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100560 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200561 #stream-id-cells = <1>;
562 iommus = <&smmu 0x86e>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800563 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100564 };
565
566 lpd_dma_chan8: dma@ffaf0000 {
567 status = "disabled";
568 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530569 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100570 reg = <0x0 0xffaf0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100571 interrupt-parent = <&gic>;
572 interrupts = <0 84 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100573 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200574 #stream-id-cells = <1>;
575 iommus = <&smmu 0x86f>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800576 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100577 };
578
Naga Sureshkumar Relli90869002016-03-11 13:10:26 +0530579 mc: memory-controller@fd070000 {
580 compatible = "xlnx,zynqmp-ddrc-2.40a";
Michal Simekb976fd62016-02-11 07:19:06 +0100581 reg = <0x0 0xfd070000 0x0 0x30000>;
Naga Sureshkumar Relli90869002016-03-11 13:10:26 +0530582 interrupt-parent = <&gic>;
583 interrupts = <0 112 4>;
584 };
585
Michal Simek44303df2015-10-30 15:39:18 +0100586 nand0: nand@ff100000 {
587 compatible = "arasan,nfc-v3p10";
588 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100589 reg = <0x0 0xff100000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100590 clock-names = "clk_sys", "clk_flash";
591 interrupt-parent = <&gic>;
592 interrupts = <0 14 4>;
593 #address-cells = <2>;
594 #size-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200595 #stream-id-cells = <1>;
596 iommus = <&smmu 0x872>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800597 power-domains = <&pd_nand>;
Michal Simek44303df2015-10-30 15:39:18 +0100598 };
599
600 gem0: ethernet@ff0b0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100601 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100602 status = "disabled";
603 interrupt-parent = <&gic>;
604 interrupts = <0 57 4>, <0 57 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100605 reg = <0x0 0xff0b0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100606 clock-names = "pclk", "hclk", "tx_clk";
607 #address-cells = <1>;
608 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100609 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200610 iommus = <&smmu 0x874>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800611 power-domains = <&pd_eth0>;
Michal Simek44303df2015-10-30 15:39:18 +0100612 };
613
614 gem1: ethernet@ff0c0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100615 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100616 status = "disabled";
617 interrupt-parent = <&gic>;
618 interrupts = <0 59 4>, <0 59 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100619 reg = <0x0 0xff0c0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100620 clock-names = "pclk", "hclk", "tx_clk";
621 #address-cells = <1>;
622 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100623 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200624 iommus = <&smmu 0x875>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800625 power-domains = <&pd_eth1>;
Michal Simek44303df2015-10-30 15:39:18 +0100626 };
627
628 gem2: ethernet@ff0d0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100629 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100630 status = "disabled";
631 interrupt-parent = <&gic>;
632 interrupts = <0 61 4>, <0 61 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100633 reg = <0x0 0xff0d0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100634 clock-names = "pclk", "hclk", "tx_clk";
635 #address-cells = <1>;
636 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100637 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200638 iommus = <&smmu 0x876>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800639 power-domains = <&pd_eth2>;
Michal Simek44303df2015-10-30 15:39:18 +0100640 };
641
642 gem3: ethernet@ff0e0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100643 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100644 status = "disabled";
645 interrupt-parent = <&gic>;
646 interrupts = <0 63 4>, <0 63 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100647 reg = <0x0 0xff0e0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100648 clock-names = "pclk", "hclk", "tx_clk";
649 #address-cells = <1>;
650 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100651 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200652 iommus = <&smmu 0x877>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800653 power-domains = <&pd_eth3>;
Michal Simek44303df2015-10-30 15:39:18 +0100654 };
655
656 gpio: gpio@ff0a0000 {
657 compatible = "xlnx,zynqmp-gpio-1.0";
658 status = "disabled";
659 #gpio-cells = <0x2>;
660 interrupt-parent = <&gic>;
661 interrupts = <0 16 4>;
Michal Simek9e826b62016-10-20 10:26:13 +0200662 interrupt-controller;
663 #interrupt-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100664 reg = <0x0 0xff0a0000 0x0 0x1000>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800665 power-domains = <&pd_gpio>;
Michal Simek44303df2015-10-30 15:39:18 +0100666 };
667
668 i2c0: i2c@ff020000 {
Moritz Fischerde4914b2016-12-22 09:36:11 -0800669 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek44303df2015-10-30 15:39:18 +0100670 status = "disabled";
671 interrupt-parent = <&gic>;
672 interrupts = <0 17 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100673 reg = <0x0 0xff020000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100674 #address-cells = <1>;
675 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800676 power-domains = <&pd_i2c0>;
Michal Simek44303df2015-10-30 15:39:18 +0100677 };
678
679 i2c1: i2c@ff030000 {
Moritz Fischerde4914b2016-12-22 09:36:11 -0800680 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek44303df2015-10-30 15:39:18 +0100681 status = "disabled";
682 interrupt-parent = <&gic>;
683 interrupts = <0 18 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100684 reg = <0x0 0xff030000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100685 #address-cells = <1>;
686 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800687 power-domains = <&pd_i2c1>;
Michal Simek44303df2015-10-30 15:39:18 +0100688 };
689
Naga Sureshkumar Relli55344802016-05-18 12:23:13 +0530690 ocm: memory-controller@ff960000 {
691 compatible = "xlnx,zynqmp-ocmc-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100692 reg = <0x0 0xff960000 0x0 0x1000>;
Naga Sureshkumar Relli55344802016-05-18 12:23:13 +0530693 interrupt-parent = <&gic>;
694 interrupts = <0 10 4>;
695 };
696
Michal Simek44303df2015-10-30 15:39:18 +0100697 pcie: pcie@fd0e0000 {
698 compatible = "xlnx,nwl-pcie-2.11";
699 status = "disabled";
700 #address-cells = <3>;
701 #size-cells = <2>;
702 #interrupt-cells = <1>;
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530703 msi-controller;
Michal Simek44303df2015-10-30 15:39:18 +0100704 device_type = "pci";
705 interrupt-parent = <&gic>;
Michal Simek91a8b0e2016-01-20 12:59:23 +0100706 interrupts = <0 118 4>,
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530707 <0 117 4>,
Michal Simek91a8b0e2016-01-20 12:59:23 +0100708 <0 116 4>,
709 <0 115 4>, /* MSI_1 [63...32] */
710 <0 114 4>; /* MSI_0 [31...0] */
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530711 interrupt-names = "misc","dummy","intx", "msi1", "msi0";
712 msi-parent = <&pcie>;
Michal Simekb976fd62016-02-11 07:19:06 +0100713 reg = <0x0 0xfd0e0000 0x0 0x1000>,
714 <0x0 0xfd480000 0x0 0x1000>,
Bharat Kumar Gogada688d1be2016-08-02 20:34:13 +0530715 <0x80 0x00000000 0x0 0x1000000>;
Michal Simek44303df2015-10-30 15:39:18 +0100716 reg-names = "breg", "pcireg", "cfg";
Bharat Kumar Gogada688d1be2016-08-02 20:34:13 +0530717 ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000 /* non-prefetchable memory */
718 0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */
Bharat Kumar Gogada33aec512016-02-15 21:18:58 +0530719 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
720 interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
721 <0x0 0x0 0x0 0x2 &pcie_intc 0x2>,
722 <0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
723 <0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
Filip Drazic2af39322016-08-29 19:32:56 +0200724 power-domains = <&pd_pcie>;
Bharat Kumar Gogada33aec512016-02-15 21:18:58 +0530725 pcie_intc: legacy-interrupt-controller {
726 interrupt-controller;
727 #address-cells = <0>;
728 #interrupt-cells = <1>;
729 };
Michal Simek44303df2015-10-30 15:39:18 +0100730 };
731
732 qspi: spi@ff0f0000 {
733 compatible = "xlnx,zynqmp-qspi-1.0";
734 status = "disabled";
735 clock-names = "ref_clk", "pclk";
736 interrupts = <0 15 4>;
737 interrupt-parent = <&gic>;
738 num-cs = <1>;
Michal Simekb976fd62016-02-11 07:19:06 +0100739 reg = <0x0 0xff0f0000 0x0 0x1000>,
740 <0x0 0xc0000000 0x0 0x8000000>;
Michal Simek44303df2015-10-30 15:39:18 +0100741 #address-cells = <1>;
742 #size-cells = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200743 #stream-id-cells = <1>;
744 iommus = <&smmu 0x873>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800745 power-domains = <&pd_qspi>;
Michal Simek44303df2015-10-30 15:39:18 +0100746 };
747
748 rtc: rtc@ffa60000 {
749 compatible = "xlnx,zynqmp-rtc";
750 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100751 reg = <0x0 0xffa60000 0x0 0x100>;
Michal Simek44303df2015-10-30 15:39:18 +0100752 interrupt-parent = <&gic>;
753 interrupts = <0 26 4>, <0 27 4>;
754 interrupt-names = "alarm", "sec";
755 };
756
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530757 serdes: zynqmp_phy@fd400000 {
758 compatible = "xlnx,zynqmp-psgtr";
759 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100760 reg = <0x0 0xfd400000 0x0 0x40000>,
761 <0x0 0xfd3d0000 0x0 0x1000>,
762 <0x0 0xfd1a0000 0x0 0x1000>,
763 <0x0 0xff5e0000 0x0 0x1000>;
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530764 reg-names = "serdes", "siou", "fpd", "lpd";
765 xlnx,tx_termination_fix;
766 lane0: lane0 {
767 #phy-cells = <4>;
768 };
769 lane1: lane1 {
770 #phy-cells = <4>;
771 };
772 lane2: lane2 {
773 #phy-cells = <4>;
774 };
775 lane3: lane3 {
776 #phy-cells = <4>;
777 };
778 };
779
Michal Simek44303df2015-10-30 15:39:18 +0100780 sata: ahci@fd0c0000 {
781 compatible = "ceva,ahci-1v84";
782 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100783 reg = <0x0 0xfd0c0000 0x0 0x2000>;
Michal Simek44303df2015-10-30 15:39:18 +0100784 interrupt-parent = <&gic>;
785 interrupts = <0 133 4>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800786 power-domains = <&pd_sata>;
Michal Simek44303df2015-10-30 15:39:18 +0100787 };
788
789 sdhci0: sdhci@ff160000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100790 u-boot,dm-pre-reloc;
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530791 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek44303df2015-10-30 15:39:18 +0100792 status = "disabled";
793 interrupt-parent = <&gic>;
794 interrupts = <0 48 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100795 reg = <0x0 0xff160000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100796 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530797 xlnx,device_id = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200798 #stream-id-cells = <1>;
799 iommus = <&smmu 0x870>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800800 power-domains = <&pd_sd0>;
Michal Simek44303df2015-10-30 15:39:18 +0100801 };
802
803 sdhci1: sdhci@ff170000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100804 u-boot,dm-pre-reloc;
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530805 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek44303df2015-10-30 15:39:18 +0100806 status = "disabled";
807 interrupt-parent = <&gic>;
808 interrupts = <0 49 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100809 reg = <0x0 0xff170000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100810 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530811 xlnx,device_id = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200812 #stream-id-cells = <1>;
813 iommus = <&smmu 0x871>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800814 power-domains = <&pd_sd1>;
Michal Simek44303df2015-10-30 15:39:18 +0100815 };
816
817 smmu: smmu@fd800000 {
818 compatible = "arm,mmu-500";
Michal Simekb976fd62016-02-11 07:19:06 +0100819 reg = <0x0 0xfd800000 0x0 0x20000>;
Michal Simekba6ad312016-04-06 10:43:23 +0200820 #iommu-cells = <1>;
Michal Simek44303df2015-10-30 15:39:18 +0100821 #global-interrupts = <1>;
822 interrupt-parent = <&gic>;
Edgar E. Iglesias88a85aa2015-11-26 14:12:19 +0100823 interrupts = <0 155 4>,
824 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
825 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
826 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
827 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100828 mmu-masters = < &gem0 0x874
829 &gem1 0x875
830 &gem2 0x876
Michal Simekba6ad312016-04-06 10:43:23 +0200831 &gem3 0x877
832 &usb0 0x860
833 &usb1 0x861
834 &qspi 0x873
835 &lpd_dma_chan1 0x868
836 &lpd_dma_chan2 0x869
837 &lpd_dma_chan3 0x86a
838 &lpd_dma_chan4 0x86b
839 &lpd_dma_chan5 0x86c
840 &lpd_dma_chan6 0x86d
841 &lpd_dma_chan7 0x86e
842 &lpd_dma_chan8 0x86f
843 &fpd_dma_chan1 0x14e8
844 &fpd_dma_chan2 0x14e9
845 &fpd_dma_chan3 0x14ea
846 &fpd_dma_chan4 0x14eb
847 &fpd_dma_chan5 0x14ec
848 &fpd_dma_chan6 0x14ed
849 &fpd_dma_chan7 0x14ee
850 &fpd_dma_chan8 0x14ef
851 &sdhci0 0x870
852 &sdhci1 0x871
853 &nand0 0x872>;
Michal Simek44303df2015-10-30 15:39:18 +0100854 };
855
856 spi0: spi@ff040000 {
857 compatible = "cdns,spi-r1p6";
858 status = "disabled";
859 interrupt-parent = <&gic>;
860 interrupts = <0 19 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100861 reg = <0x0 0xff040000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100862 clock-names = "ref_clk", "pclk";
863 #address-cells = <1>;
864 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800865 power-domains = <&pd_spi0>;
Michal Simek44303df2015-10-30 15:39:18 +0100866 };
867
868 spi1: spi@ff050000 {
869 compatible = "cdns,spi-r1p6";
870 status = "disabled";
871 interrupt-parent = <&gic>;
872 interrupts = <0 20 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100873 reg = <0x0 0xff050000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100874 clock-names = "ref_clk", "pclk";
875 #address-cells = <1>;
876 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800877 power-domains = <&pd_spi1>;
Michal Simek44303df2015-10-30 15:39:18 +0100878 };
879
880 ttc0: timer@ff110000 {
881 compatible = "cdns,ttc";
882 status = "disabled";
883 interrupt-parent = <&gic>;
884 interrupts = <0 36 4>, <0 37 4>, <0 38 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100885 reg = <0x0 0xff110000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100886 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800887 power-domains = <&pd_ttc0>;
Michal Simek44303df2015-10-30 15:39:18 +0100888 };
889
890 ttc1: timer@ff120000 {
891 compatible = "cdns,ttc";
892 status = "disabled";
893 interrupt-parent = <&gic>;
894 interrupts = <0 39 4>, <0 40 4>, <0 41 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100895 reg = <0x0 0xff120000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100896 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800897 power-domains = <&pd_ttc1>;
Michal Simek44303df2015-10-30 15:39:18 +0100898 };
899
900 ttc2: timer@ff130000 {
901 compatible = "cdns,ttc";
902 status = "disabled";
903 interrupt-parent = <&gic>;
904 interrupts = <0 42 4>, <0 43 4>, <0 44 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100905 reg = <0x0 0xff130000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100906 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800907 power-domains = <&pd_ttc2>;
Michal Simek44303df2015-10-30 15:39:18 +0100908 };
909
910 ttc3: timer@ff140000 {
911 compatible = "cdns,ttc";
912 status = "disabled";
913 interrupt-parent = <&gic>;
914 interrupts = <0 45 4>, <0 46 4>, <0 47 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100915 reg = <0x0 0xff140000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100916 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800917 power-domains = <&pd_ttc3>;
Michal Simek44303df2015-10-30 15:39:18 +0100918 };
919
920 uart0: serial@ff000000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100921 u-boot,dm-pre-reloc;
Michal Simekca2f5872015-11-27 13:22:58 +0100922 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek44303df2015-10-30 15:39:18 +0100923 status = "disabled";
924 interrupt-parent = <&gic>;
925 interrupts = <0 21 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100926 reg = <0x0 0xff000000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100927 clock-names = "uart_clk", "pclk";
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800928 power-domains = <&pd_uart0>;
Michal Simek44303df2015-10-30 15:39:18 +0100929 };
930
931 uart1: serial@ff010000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100932 u-boot,dm-pre-reloc;
Michal Simekca2f5872015-11-27 13:22:58 +0100933 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek44303df2015-10-30 15:39:18 +0100934 status = "disabled";
935 interrupt-parent = <&gic>;
936 interrupts = <0 22 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100937 reg = <0x0 0xff010000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100938 clock-names = "uart_clk", "pclk";
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800939 power-domains = <&pd_uart1>;
Michal Simek44303df2015-10-30 15:39:18 +0100940 };
941
Michal Simekc926e6f2016-11-11 13:21:04 +0100942 usb0: usb0 {
Michal Simeka84de482016-04-07 15:06:07 +0200943 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100944 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +0100945 status = "disabled";
Michal Simeka84de482016-04-07 15:06:07 +0200946 compatible = "xlnx,zynqmp-dwc3";
947 clock-names = "bus_clk", "ref_clk";
948 clocks = <&clk125>, <&clk125>;
Michal Simekba6ad312016-04-06 10:43:23 +0200949 #stream-id-cells = <1>;
950 iommus = <&smmu 0x860>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800951 power-domains = <&pd_usb0>;
Michal Simeka84de482016-04-07 15:06:07 +0200952 ranges;
953
954 dwc3_0: dwc3@fe200000 {
955 compatible = "snps,dwc3";
956 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100957 reg = <0x0 0xfe200000 0x0 0x40000>;
Michal Simeka84de482016-04-07 15:06:07 +0200958 interrupt-parent = <&gic>;
959 interrupts = <0 65 4>;
960 /* snps,quirk-frame-length-adjustment = <0x20>; */
961 snps,refclk_fladj;
962 };
Michal Simek44303df2015-10-30 15:39:18 +0100963 };
964
Michal Simekc926e6f2016-11-11 13:21:04 +0100965 usb1: usb1 {
Michal Simeka84de482016-04-07 15:06:07 +0200966 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100967 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +0100968 status = "disabled";
Michal Simeka84de482016-04-07 15:06:07 +0200969 compatible = "xlnx,zynqmp-dwc3";
970 clock-names = "bus_clk", "ref_clk";
971 clocks = <&clk125>, <&clk125>;
Michal Simekba6ad312016-04-06 10:43:23 +0200972 #stream-id-cells = <1>;
973 iommus = <&smmu 0x861>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800974 power-domains = <&pd_usb1>;
Michal Simeka84de482016-04-07 15:06:07 +0200975 ranges;
976
977 dwc3_1: dwc3@fe300000 {
978 compatible = "snps,dwc3";
979 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100980 reg = <0x0 0xfe300000 0x0 0x40000>;
Michal Simeka84de482016-04-07 15:06:07 +0200981 interrupt-parent = <&gic>;
982 interrupts = <0 70 4>;
983 /* snps,quirk-frame-length-adjustment = <0x20>; */
984 snps,refclk_fladj;
985 };
Michal Simek44303df2015-10-30 15:39:18 +0100986 };
987
988 watchdog0: watchdog@fd4d0000 {
989 compatible = "cdns,wdt-r1p2";
990 status = "disabled";
991 interrupt-parent = <&gic>;
Punnaiah Choudary Kallurid3fd4332015-11-04 12:34:17 +0530992 interrupts = <0 113 1>;
Michal Simekb976fd62016-02-11 07:19:06 +0100993 reg = <0x0 0xfd4d0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100994 timeout-sec = <10>;
995 };
996
997 xilinx_drm: xilinx_drm {
998 compatible = "xlnx,drm";
999 status = "disabled";
1000 xlnx,encoder-slave = <&xlnx_dp>;
1001 xlnx,connector-type = "DisplayPort";
1002 xlnx,dp-sub = <&xlnx_dp_sub>;
1003 planes {
1004 xlnx,pixel-format = "rgb565";
1005 plane0 {
1006 dmas = <&xlnx_dpdma 3>;
Hyun Kwonbfe27982016-07-14 17:42:44 -07001007 dma-names = "dma0";
Michal Simek44303df2015-10-30 15:39:18 +01001008 };
1009 plane1 {
Hyun Kwonbfe27982016-07-14 17:42:44 -07001010 dmas = <&xlnx_dpdma 0>,
1011 <&xlnx_dpdma 1>,
1012 <&xlnx_dpdma 2>;
1013 dma-names = "dma0", "dma1", "dma2";
Michal Simek44303df2015-10-30 15:39:18 +01001014 };
1015 };
1016 };
1017
Hyun Kwon695d75a2015-11-23 17:12:54 -08001018 xlnx_dp: dp@fd4a0000 {
Michal Simek44303df2015-10-30 15:39:18 +01001019 compatible = "xlnx,v-dp";
1020 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001021 reg = <0x0 0xfd4a0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001022 interrupts = <0 119 4>;
1023 interrupt-parent = <&gic>;
1024 clock-names = "aclk", "aud_clk";
1025 xlnx,dp-version = "v1.2";
1026 xlnx,max-lanes = <2>;
1027 xlnx,max-link-rate = <540000>;
1028 xlnx,max-bpc = <16>;
1029 xlnx,enable-ycrcb;
1030 xlnx,colormetry = "rgb";
1031 xlnx,bpc = <8>;
1032 xlnx,audio-chan = <2>;
1033 xlnx,dp-sub = <&xlnx_dp_sub>;
Hyun Kwon939cfea2015-11-23 17:12:55 -08001034 xlnx,max-pclock-frequency = <300000>;
Michal Simek44303df2015-10-30 15:39:18 +01001035 };
1036
1037 xlnx_dp_snd_card: dp_snd_card {
1038 compatible = "xlnx,dp-snd-card";
1039 status = "disabled";
1040 xlnx,dp-snd-pcm = <&xlnx_dp_snd_pcm0>, <&xlnx_dp_snd_pcm1>;
1041 xlnx,dp-snd-codec = <&xlnx_dp_snd_codec0>;
1042 };
1043
1044 xlnx_dp_snd_codec0: dp_snd_codec0 {
1045 compatible = "xlnx,dp-snd-codec";
1046 status = "disabled";
1047 clock-names = "aud_clk";
1048 };
1049
1050 xlnx_dp_snd_pcm0: dp_snd_pcm0 {
1051 compatible = "xlnx,dp-snd-pcm";
1052 status = "disabled";
1053 dmas = <&xlnx_dpdma 4>;
1054 dma-names = "tx";
1055 };
1056
1057 xlnx_dp_snd_pcm1: dp_snd_pcm1 {
1058 compatible = "xlnx,dp-snd-pcm";
1059 status = "disabled";
1060 dmas = <&xlnx_dpdma 5>;
1061 dma-names = "tx";
1062 };
1063
Hyun Kwon695d75a2015-11-23 17:12:54 -08001064 xlnx_dp_sub: dp_sub@fd4aa000 {
Michal Simek44303df2015-10-30 15:39:18 +01001065 compatible = "xlnx,dp-sub";
1066 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001067 reg = <0x0 0xfd4aa000 0x0 0x1000>,
1068 <0x0 0xfd4ab000 0x0 0x1000>,
1069 <0x0 0xfd4ac000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001070 reg-names = "blend", "av_buf", "aud";
1071 xlnx,output-fmt = "rgb";
Hyun Kwon939cfea2015-11-23 17:12:55 -08001072 xlnx,vid-fmt = "yuyv";
1073 xlnx,gfx-fmt = "rgb565";
Michal Simek44303df2015-10-30 15:39:18 +01001074 };
1075
1076 xlnx_dpdma: dma@fd4c0000 {
1077 compatible = "xlnx,dpdma";
1078 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001079 reg = <0x0 0xfd4c0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001080 interrupts = <0 122 4>;
1081 interrupt-parent = <&gic>;
1082 clock-names = "axi_clk";
1083 dma-channels = <6>;
1084 #dma-cells = <1>;
Michal Simekc926e6f2016-11-11 13:21:04 +01001085 dma-video0channel {
Michal Simek44303df2015-10-30 15:39:18 +01001086 compatible = "xlnx,video0";
1087 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001088 dma-video1channel {
Michal Simek44303df2015-10-30 15:39:18 +01001089 compatible = "xlnx,video1";
1090 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001091 dma-video2channel {
Michal Simek44303df2015-10-30 15:39:18 +01001092 compatible = "xlnx,video2";
1093 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001094 dma-graphicschannel {
Michal Simek44303df2015-10-30 15:39:18 +01001095 compatible = "xlnx,graphics";
1096 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001097 dma-audio0channel {
Michal Simek44303df2015-10-30 15:39:18 +01001098 compatible = "xlnx,audio0";
1099 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001100 dma-audio1channel {
Michal Simek44303df2015-10-30 15:39:18 +01001101 compatible = "xlnx,audio1";
1102 };
1103 };
1104 };
1105};