blob: 877874e7bf1cf5a82b490f9053fcc71df43f3500 [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";
Soren Brinkmann19ee4022016-11-21 16:12:05 -0800268 interrupt-parent = <&gic>;
269 interrupts = <0 35 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100270 };
271
272 timer {
273 compatible = "arm,armv8-timer";
274 interrupt-parent = <&gic>;
Michal Simek6db82e02017-02-09 14:45:12 +0100275 interrupts = <1 13 0xf08>,
276 <1 14 0xf08>,
277 <1 11 0xf08>,
278 <1 10 0xf08>;
Michal Simek44303df2015-10-30 15:39:18 +0100279 };
280
Naga Sureshkumar Relliaaf232f2016-06-20 15:48:30 +0530281 edac {
282 compatible = "arm,cortex-a53-edac";
283 };
284
Nava kishore Manne7689dce2017-05-22 12:05:17 +0530285 fpga_full: fpga-full {
286 compatible = "fpga-region";
287 fpga-mgr = <&pcap>;
288 #address-cells = <2>;
289 #size-cells = <2>;
290 };
291
292 pcap: pcap {
Nava kishore Manned64e43f2016-08-21 00:17:52 +0530293 compatible = "xlnx,zynqmp-pcap-fpga";
294 };
295
Michal Simekc926e6f2016-11-11 13:21:04 +0100296 amba_apu: amba_apu@0 {
Michal Simek44303df2015-10-30 15:39:18 +0100297 compatible = "simple-bus";
298 #address-cells = <2>;
299 #size-cells = <1>;
Michal Simek85d11422016-04-07 15:07:38 +0200300 ranges = <0 0 0 0 0xffffffff>;
Michal Simek44303df2015-10-30 15:39:18 +0100301
302 gic: interrupt-controller@f9010000 {
303 compatible = "arm,gic-400", "arm,cortex-a15-gic";
304 #interrupt-cells = <3>;
305 reg = <0x0 0xf9010000 0x10000>,
Alexander Graf0a8c4f62016-05-12 13:44:01 +0200306 <0x0 0xf9020000 0x20000>,
Michal Simek44303df2015-10-30 15:39:18 +0100307 <0x0 0xf9040000 0x20000>,
Alexander Graf0a8c4f62016-05-12 13:44:01 +0200308 <0x0 0xf9060000 0x20000>;
Michal Simek44303df2015-10-30 15:39:18 +0100309 interrupt-controller;
310 interrupt-parent = <&gic>;
311 interrupts = <1 9 0xf04>;
312 };
313 };
314
Michal Simekb976fd62016-02-11 07:19:06 +0100315 amba: amba {
Michal Simek44303df2015-10-30 15:39:18 +0100316 compatible = "simple-bus";
Michal Simekc9811e12016-02-22 09:57:27 +0100317 u-boot,dm-pre-reloc;
Michal Simek44303df2015-10-30 15:39:18 +0100318 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100319 #size-cells = <2>;
320 ranges;
Michal Simek44303df2015-10-30 15:39:18 +0100321
322 can0: can@ff060000 {
323 compatible = "xlnx,zynq-can-1.0";
324 status = "disabled";
325 clock-names = "can_clk", "pclk";
Michal Simekb976fd62016-02-11 07:19:06 +0100326 reg = <0x0 0xff060000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100327 interrupts = <0 23 4>;
328 interrupt-parent = <&gic>;
329 tx-fifo-depth = <0x40>;
330 rx-fifo-depth = <0x40>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800331 power-domains = <&pd_can0>;
Michal Simek44303df2015-10-30 15:39:18 +0100332 };
333
334 can1: can@ff070000 {
335 compatible = "xlnx,zynq-can-1.0";
336 status = "disabled";
337 clock-names = "can_clk", "pclk";
Michal Simekb976fd62016-02-11 07:19:06 +0100338 reg = <0x0 0xff070000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100339 interrupts = <0 24 4>;
340 interrupt-parent = <&gic>;
341 tx-fifo-depth = <0x40>;
342 rx-fifo-depth = <0x40>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800343 power-domains = <&pd_can1>;
Michal Simek44303df2015-10-30 15:39:18 +0100344 };
345
Michal Simekff50d212015-11-26 11:21:25 +0100346 cci: cci@fd6e0000 {
347 compatible = "arm,cci-400";
Michal Simekb976fd62016-02-11 07:19:06 +0100348 reg = <0x0 0xfd6e0000 0x0 0x9000>;
Michal Simekff50d212015-11-26 11:21:25 +0100349 ranges = <0x0 0x0 0xfd6e0000 0x10000>;
350 #address-cells = <1>;
351 #size-cells = <1>;
352
353 pmu@9000 {
354 compatible = "arm,cci-400-pmu,r1";
355 reg = <0x9000 0x5000>;
356 interrupt-parent = <&gic>;
357 interrupts = <0 123 4>,
358 <0 123 4>,
359 <0 123 4>,
360 <0 123 4>,
361 <0 123 4>;
362 };
363 };
364
Michal Simek44303df2015-10-30 15:39:18 +0100365 /* GDMA */
366 fpd_dma_chan1: dma@fd500000 {
367 status = "disabled";
368 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100369 reg = <0x0 0xfd500000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100370 interrupt-parent = <&gic>;
371 interrupts = <0 124 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530372 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100373 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200374 #stream-id-cells = <1>;
375 iommus = <&smmu 0x14e8>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800376 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100377 };
378
379 fpd_dma_chan2: dma@fd510000 {
380 status = "disabled";
381 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100382 reg = <0x0 0xfd510000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100383 interrupt-parent = <&gic>;
384 interrupts = <0 125 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530385 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100386 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200387 #stream-id-cells = <1>;
388 iommus = <&smmu 0x14e9>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800389 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100390 };
391
392 fpd_dma_chan3: dma@fd520000 {
393 status = "disabled";
394 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100395 reg = <0x0 0xfd520000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100396 interrupt-parent = <&gic>;
397 interrupts = <0 126 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530398 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100399 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200400 #stream-id-cells = <1>;
401 iommus = <&smmu 0x14ea>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800402 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100403 };
404
405 fpd_dma_chan4: dma@fd530000 {
406 status = "disabled";
407 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100408 reg = <0x0 0xfd530000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100409 interrupt-parent = <&gic>;
410 interrupts = <0 127 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530411 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100412 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200413 #stream-id-cells = <1>;
414 iommus = <&smmu 0x14eb>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800415 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100416 };
417
418 fpd_dma_chan5: dma@fd540000 {
419 status = "disabled";
420 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100421 reg = <0x0 0xfd540000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100422 interrupt-parent = <&gic>;
423 interrupts = <0 128 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530424 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100425 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200426 #stream-id-cells = <1>;
427 iommus = <&smmu 0x14ec>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800428 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100429 };
430
431 fpd_dma_chan6: dma@fd550000 {
432 status = "disabled";
433 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100434 reg = <0x0 0xfd550000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100435 interrupt-parent = <&gic>;
436 interrupts = <0 129 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530437 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100438 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200439 #stream-id-cells = <1>;
440 iommus = <&smmu 0x14ed>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800441 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100442 };
443
444 fpd_dma_chan7: dma@fd560000 {
445 status = "disabled";
446 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100447 reg = <0x0 0xfd560000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100448 interrupt-parent = <&gic>;
449 interrupts = <0 130 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530450 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100451 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200452 #stream-id-cells = <1>;
453 iommus = <&smmu 0x14ee>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800454 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100455 };
456
457 fpd_dma_chan8: dma@fd570000 {
458 status = "disabled";
459 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100460 reg = <0x0 0xfd570000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100461 interrupt-parent = <&gic>;
462 interrupts = <0 131 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530463 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100464 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200465 #stream-id-cells = <1>;
466 iommus = <&smmu 0x14ef>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800467 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100468 };
469
470 gpu: gpu@fd4b0000 {
471 status = "disabled";
472 compatible = "arm,mali-400", "arm,mali-utgard";
Michal Simekb976fd62016-02-11 07:19:06 +0100473 reg = <0x0 0xfd4b0000 0x0 0x30000>;
Michal Simek44303df2015-10-30 15:39:18 +0100474 interrupt-parent = <&gic>;
475 interrupts = <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>;
476 interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0", "IRQPP1", "IRQPPMMU1";
Filip Drazic2af39322016-08-29 19:32:56 +0200477 power-domains = <&pd_gpu>;
Michal Simek44303df2015-10-30 15:39:18 +0100478 };
479
Kedareswara rao Appana6af57732016-09-09 12:36:01 +0530480 /* LPDDMA default allows only secured access. inorder to enable
481 * These dma channels, Users should ensure that these dma
482 * Channels are allowed for non secure access.
483 */
Michal Simek44303df2015-10-30 15:39:18 +0100484 lpd_dma_chan1: dma@ffa80000 {
485 status = "disabled";
486 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530487 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100488 reg = <0x0 0xffa80000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100489 interrupt-parent = <&gic>;
490 interrupts = <0 77 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100491 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200492 #stream-id-cells = <1>;
493 iommus = <&smmu 0x868>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800494 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100495 };
496
497 lpd_dma_chan2: dma@ffa90000 {
498 status = "disabled";
499 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530500 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100501 reg = <0x0 0xffa90000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100502 interrupt-parent = <&gic>;
503 interrupts = <0 78 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100504 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200505 #stream-id-cells = <1>;
506 iommus = <&smmu 0x869>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800507 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100508 };
509
510 lpd_dma_chan3: dma@ffaa0000 {
511 status = "disabled";
512 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530513 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100514 reg = <0x0 0xffaa0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100515 interrupt-parent = <&gic>;
516 interrupts = <0 79 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100517 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200518 #stream-id-cells = <1>;
519 iommus = <&smmu 0x86a>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800520 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100521 };
522
523 lpd_dma_chan4: dma@ffab0000 {
524 status = "disabled";
525 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530526 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100527 reg = <0x0 0xffab0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100528 interrupt-parent = <&gic>;
529 interrupts = <0 80 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100530 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200531 #stream-id-cells = <1>;
532 iommus = <&smmu 0x86b>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800533 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100534 };
535
536 lpd_dma_chan5: dma@ffac0000 {
537 status = "disabled";
538 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530539 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100540 reg = <0x0 0xffac0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100541 interrupt-parent = <&gic>;
542 interrupts = <0 81 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100543 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200544 #stream-id-cells = <1>;
545 iommus = <&smmu 0x86c>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800546 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100547 };
548
549 lpd_dma_chan6: dma@ffad0000 {
550 status = "disabled";
551 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530552 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100553 reg = <0x0 0xffad0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100554 interrupt-parent = <&gic>;
555 interrupts = <0 82 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100556 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200557 #stream-id-cells = <1>;
558 iommus = <&smmu 0x86d>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800559 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100560 };
561
562 lpd_dma_chan7: dma@ffae0000 {
563 status = "disabled";
564 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530565 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100566 reg = <0x0 0xffae0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100567 interrupt-parent = <&gic>;
568 interrupts = <0 83 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100569 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200570 #stream-id-cells = <1>;
571 iommus = <&smmu 0x86e>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800572 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100573 };
574
575 lpd_dma_chan8: dma@ffaf0000 {
576 status = "disabled";
577 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530578 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100579 reg = <0x0 0xffaf0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100580 interrupt-parent = <&gic>;
581 interrupts = <0 84 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100582 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200583 #stream-id-cells = <1>;
584 iommus = <&smmu 0x86f>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800585 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100586 };
587
Naga Sureshkumar Relli90869002016-03-11 13:10:26 +0530588 mc: memory-controller@fd070000 {
589 compatible = "xlnx,zynqmp-ddrc-2.40a";
Michal Simekb976fd62016-02-11 07:19:06 +0100590 reg = <0x0 0xfd070000 0x0 0x30000>;
Naga Sureshkumar Relli90869002016-03-11 13:10:26 +0530591 interrupt-parent = <&gic>;
592 interrupts = <0 112 4>;
593 };
594
Michal Simek44303df2015-10-30 15:39:18 +0100595 nand0: nand@ff100000 {
596 compatible = "arasan,nfc-v3p10";
597 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100598 reg = <0x0 0xff100000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100599 clock-names = "clk_sys", "clk_flash";
600 interrupt-parent = <&gic>;
601 interrupts = <0 14 4>;
602 #address-cells = <2>;
603 #size-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200604 #stream-id-cells = <1>;
605 iommus = <&smmu 0x872>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800606 power-domains = <&pd_nand>;
Michal Simek44303df2015-10-30 15:39:18 +0100607 };
608
609 gem0: ethernet@ff0b0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100610 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100611 status = "disabled";
612 interrupt-parent = <&gic>;
613 interrupts = <0 57 4>, <0 57 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100614 reg = <0x0 0xff0b0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100615 clock-names = "pclk", "hclk", "tx_clk";
616 #address-cells = <1>;
617 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100618 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200619 iommus = <&smmu 0x874>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800620 power-domains = <&pd_eth0>;
Michal Simek44303df2015-10-30 15:39:18 +0100621 };
622
623 gem1: ethernet@ff0c0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100624 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100625 status = "disabled";
626 interrupt-parent = <&gic>;
627 interrupts = <0 59 4>, <0 59 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100628 reg = <0x0 0xff0c0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100629 clock-names = "pclk", "hclk", "tx_clk";
630 #address-cells = <1>;
631 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100632 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200633 iommus = <&smmu 0x875>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800634 power-domains = <&pd_eth1>;
Michal Simek44303df2015-10-30 15:39:18 +0100635 };
636
637 gem2: ethernet@ff0d0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100638 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100639 status = "disabled";
640 interrupt-parent = <&gic>;
641 interrupts = <0 61 4>, <0 61 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100642 reg = <0x0 0xff0d0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100643 clock-names = "pclk", "hclk", "tx_clk";
644 #address-cells = <1>;
645 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100646 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200647 iommus = <&smmu 0x876>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800648 power-domains = <&pd_eth2>;
Michal Simek44303df2015-10-30 15:39:18 +0100649 };
650
651 gem3: ethernet@ff0e0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100652 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100653 status = "disabled";
654 interrupt-parent = <&gic>;
655 interrupts = <0 63 4>, <0 63 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100656 reg = <0x0 0xff0e0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100657 clock-names = "pclk", "hclk", "tx_clk";
658 #address-cells = <1>;
659 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100660 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200661 iommus = <&smmu 0x877>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800662 power-domains = <&pd_eth3>;
Michal Simek44303df2015-10-30 15:39:18 +0100663 };
664
665 gpio: gpio@ff0a0000 {
666 compatible = "xlnx,zynqmp-gpio-1.0";
667 status = "disabled";
668 #gpio-cells = <0x2>;
669 interrupt-parent = <&gic>;
670 interrupts = <0 16 4>;
Michal Simek9e826b62016-10-20 10:26:13 +0200671 interrupt-controller;
672 #interrupt-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100673 reg = <0x0 0xff0a0000 0x0 0x1000>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800674 power-domains = <&pd_gpio>;
Michal Simek44303df2015-10-30 15:39:18 +0100675 };
676
677 i2c0: i2c@ff020000 {
Moritz Fischerde4914b2016-12-22 09:36:11 -0800678 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek44303df2015-10-30 15:39:18 +0100679 status = "disabled";
680 interrupt-parent = <&gic>;
681 interrupts = <0 17 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100682 reg = <0x0 0xff020000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100683 #address-cells = <1>;
684 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800685 power-domains = <&pd_i2c0>;
Michal Simek44303df2015-10-30 15:39:18 +0100686 };
687
688 i2c1: i2c@ff030000 {
Moritz Fischerde4914b2016-12-22 09:36:11 -0800689 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek44303df2015-10-30 15:39:18 +0100690 status = "disabled";
691 interrupt-parent = <&gic>;
692 interrupts = <0 18 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100693 reg = <0x0 0xff030000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100694 #address-cells = <1>;
695 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800696 power-domains = <&pd_i2c1>;
Michal Simek44303df2015-10-30 15:39:18 +0100697 };
698
Naga Sureshkumar Relli55344802016-05-18 12:23:13 +0530699 ocm: memory-controller@ff960000 {
700 compatible = "xlnx,zynqmp-ocmc-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100701 reg = <0x0 0xff960000 0x0 0x1000>;
Naga Sureshkumar Relli55344802016-05-18 12:23:13 +0530702 interrupt-parent = <&gic>;
703 interrupts = <0 10 4>;
704 };
705
Michal Simek44303df2015-10-30 15:39:18 +0100706 pcie: pcie@fd0e0000 {
707 compatible = "xlnx,nwl-pcie-2.11";
708 status = "disabled";
709 #address-cells = <3>;
710 #size-cells = <2>;
711 #interrupt-cells = <1>;
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530712 msi-controller;
Michal Simek44303df2015-10-30 15:39:18 +0100713 device_type = "pci";
714 interrupt-parent = <&gic>;
Michal Simek91a8b0e2016-01-20 12:59:23 +0100715 interrupts = <0 118 4>,
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530716 <0 117 4>,
Michal Simek91a8b0e2016-01-20 12:59:23 +0100717 <0 116 4>,
718 <0 115 4>, /* MSI_1 [63...32] */
719 <0 114 4>; /* MSI_0 [31...0] */
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530720 interrupt-names = "misc","dummy","intx", "msi1", "msi0";
721 msi-parent = <&pcie>;
Michal Simekb976fd62016-02-11 07:19:06 +0100722 reg = <0x0 0xfd0e0000 0x0 0x1000>,
723 <0x0 0xfd480000 0x0 0x1000>,
Bharat Kumar Gogada688d1be2016-08-02 20:34:13 +0530724 <0x80 0x00000000 0x0 0x1000000>;
Michal Simek44303df2015-10-30 15:39:18 +0100725 reg-names = "breg", "pcireg", "cfg";
Bharat Kumar Gogada688d1be2016-08-02 20:34:13 +0530726 ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000 /* non-prefetchable memory */
727 0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */
Bharat Kumar Gogada33aec512016-02-15 21:18:58 +0530728 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
729 interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
730 <0x0 0x0 0x0 0x2 &pcie_intc 0x2>,
731 <0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
732 <0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
Filip Drazic2af39322016-08-29 19:32:56 +0200733 power-domains = <&pd_pcie>;
Bharat Kumar Gogada33aec512016-02-15 21:18:58 +0530734 pcie_intc: legacy-interrupt-controller {
735 interrupt-controller;
736 #address-cells = <0>;
737 #interrupt-cells = <1>;
738 };
Michal Simek44303df2015-10-30 15:39:18 +0100739 };
740
741 qspi: spi@ff0f0000 {
742 compatible = "xlnx,zynqmp-qspi-1.0";
743 status = "disabled";
744 clock-names = "ref_clk", "pclk";
745 interrupts = <0 15 4>;
746 interrupt-parent = <&gic>;
747 num-cs = <1>;
Michal Simekb976fd62016-02-11 07:19:06 +0100748 reg = <0x0 0xff0f0000 0x0 0x1000>,
749 <0x0 0xc0000000 0x0 0x8000000>;
Michal Simek44303df2015-10-30 15:39:18 +0100750 #address-cells = <1>;
751 #size-cells = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200752 #stream-id-cells = <1>;
753 iommus = <&smmu 0x873>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800754 power-domains = <&pd_qspi>;
Michal Simek44303df2015-10-30 15:39:18 +0100755 };
756
757 rtc: rtc@ffa60000 {
758 compatible = "xlnx,zynqmp-rtc";
759 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100760 reg = <0x0 0xffa60000 0x0 0x100>;
Michal Simek44303df2015-10-30 15:39:18 +0100761 interrupt-parent = <&gic>;
762 interrupts = <0 26 4>, <0 27 4>;
763 interrupt-names = "alarm", "sec";
764 };
765
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530766 serdes: zynqmp_phy@fd400000 {
767 compatible = "xlnx,zynqmp-psgtr";
768 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100769 reg = <0x0 0xfd400000 0x0 0x40000>,
770 <0x0 0xfd3d0000 0x0 0x1000>,
771 <0x0 0xfd1a0000 0x0 0x1000>,
772 <0x0 0xff5e0000 0x0 0x1000>;
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530773 reg-names = "serdes", "siou", "fpd", "lpd";
774 xlnx,tx_termination_fix;
775 lane0: lane0 {
776 #phy-cells = <4>;
777 };
778 lane1: lane1 {
779 #phy-cells = <4>;
780 };
781 lane2: lane2 {
782 #phy-cells = <4>;
783 };
784 lane3: lane3 {
785 #phy-cells = <4>;
786 };
787 };
788
Michal Simek44303df2015-10-30 15:39:18 +0100789 sata: ahci@fd0c0000 {
790 compatible = "ceva,ahci-1v84";
791 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100792 reg = <0x0 0xfd0c0000 0x0 0x2000>;
Michal Simek44303df2015-10-30 15:39:18 +0100793 interrupt-parent = <&gic>;
794 interrupts = <0 133 4>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800795 power-domains = <&pd_sata>;
Michal Simek44303df2015-10-30 15:39:18 +0100796 };
797
798 sdhci0: sdhci@ff160000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100799 u-boot,dm-pre-reloc;
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530800 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek44303df2015-10-30 15:39:18 +0100801 status = "disabled";
802 interrupt-parent = <&gic>;
803 interrupts = <0 48 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100804 reg = <0x0 0xff160000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100805 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530806 xlnx,device_id = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200807 #stream-id-cells = <1>;
808 iommus = <&smmu 0x870>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800809 power-domains = <&pd_sd0>;
Michal Simek44303df2015-10-30 15:39:18 +0100810 };
811
812 sdhci1: sdhci@ff170000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100813 u-boot,dm-pre-reloc;
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530814 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek44303df2015-10-30 15:39:18 +0100815 status = "disabled";
816 interrupt-parent = <&gic>;
817 interrupts = <0 49 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100818 reg = <0x0 0xff170000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100819 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530820 xlnx,device_id = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200821 #stream-id-cells = <1>;
822 iommus = <&smmu 0x871>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800823 power-domains = <&pd_sd1>;
Michal Simek44303df2015-10-30 15:39:18 +0100824 };
825
826 smmu: smmu@fd800000 {
827 compatible = "arm,mmu-500";
Michal Simekb976fd62016-02-11 07:19:06 +0100828 reg = <0x0 0xfd800000 0x0 0x20000>;
Michal Simekba6ad312016-04-06 10:43:23 +0200829 #iommu-cells = <1>;
Michal Simek44303df2015-10-30 15:39:18 +0100830 #global-interrupts = <1>;
831 interrupt-parent = <&gic>;
Edgar E. Iglesias88a85aa2015-11-26 14:12:19 +0100832 interrupts = <0 155 4>,
833 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
834 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
835 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
836 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100837 mmu-masters = < &gem0 0x874
838 &gem1 0x875
839 &gem2 0x876
Michal Simekba6ad312016-04-06 10:43:23 +0200840 &gem3 0x877
841 &usb0 0x860
842 &usb1 0x861
843 &qspi 0x873
844 &lpd_dma_chan1 0x868
845 &lpd_dma_chan2 0x869
846 &lpd_dma_chan3 0x86a
847 &lpd_dma_chan4 0x86b
848 &lpd_dma_chan5 0x86c
849 &lpd_dma_chan6 0x86d
850 &lpd_dma_chan7 0x86e
851 &lpd_dma_chan8 0x86f
852 &fpd_dma_chan1 0x14e8
853 &fpd_dma_chan2 0x14e9
854 &fpd_dma_chan3 0x14ea
855 &fpd_dma_chan4 0x14eb
856 &fpd_dma_chan5 0x14ec
857 &fpd_dma_chan6 0x14ed
858 &fpd_dma_chan7 0x14ee
859 &fpd_dma_chan8 0x14ef
860 &sdhci0 0x870
861 &sdhci1 0x871
862 &nand0 0x872>;
Michal Simek44303df2015-10-30 15:39:18 +0100863 };
864
865 spi0: spi@ff040000 {
866 compatible = "cdns,spi-r1p6";
867 status = "disabled";
868 interrupt-parent = <&gic>;
869 interrupts = <0 19 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100870 reg = <0x0 0xff040000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100871 clock-names = "ref_clk", "pclk";
872 #address-cells = <1>;
873 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800874 power-domains = <&pd_spi0>;
Michal Simek44303df2015-10-30 15:39:18 +0100875 };
876
877 spi1: spi@ff050000 {
878 compatible = "cdns,spi-r1p6";
879 status = "disabled";
880 interrupt-parent = <&gic>;
881 interrupts = <0 20 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100882 reg = <0x0 0xff050000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100883 clock-names = "ref_clk", "pclk";
884 #address-cells = <1>;
885 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800886 power-domains = <&pd_spi1>;
Michal Simek44303df2015-10-30 15:39:18 +0100887 };
888
889 ttc0: timer@ff110000 {
890 compatible = "cdns,ttc";
891 status = "disabled";
892 interrupt-parent = <&gic>;
893 interrupts = <0 36 4>, <0 37 4>, <0 38 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100894 reg = <0x0 0xff110000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100895 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800896 power-domains = <&pd_ttc0>;
Michal Simek44303df2015-10-30 15:39:18 +0100897 };
898
899 ttc1: timer@ff120000 {
900 compatible = "cdns,ttc";
901 status = "disabled";
902 interrupt-parent = <&gic>;
903 interrupts = <0 39 4>, <0 40 4>, <0 41 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100904 reg = <0x0 0xff120000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100905 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800906 power-domains = <&pd_ttc1>;
Michal Simek44303df2015-10-30 15:39:18 +0100907 };
908
909 ttc2: timer@ff130000 {
910 compatible = "cdns,ttc";
911 status = "disabled";
912 interrupt-parent = <&gic>;
913 interrupts = <0 42 4>, <0 43 4>, <0 44 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100914 reg = <0x0 0xff130000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100915 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800916 power-domains = <&pd_ttc2>;
Michal Simek44303df2015-10-30 15:39:18 +0100917 };
918
919 ttc3: timer@ff140000 {
920 compatible = "cdns,ttc";
921 status = "disabled";
922 interrupt-parent = <&gic>;
923 interrupts = <0 45 4>, <0 46 4>, <0 47 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100924 reg = <0x0 0xff140000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100925 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800926 power-domains = <&pd_ttc3>;
Michal Simek44303df2015-10-30 15:39:18 +0100927 };
928
929 uart0: serial@ff000000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100930 u-boot,dm-pre-reloc;
Michal Simekca2f5872015-11-27 13:22:58 +0100931 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek44303df2015-10-30 15:39:18 +0100932 status = "disabled";
933 interrupt-parent = <&gic>;
934 interrupts = <0 21 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100935 reg = <0x0 0xff000000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100936 clock-names = "uart_clk", "pclk";
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800937 power-domains = <&pd_uart0>;
Michal Simek44303df2015-10-30 15:39:18 +0100938 };
939
940 uart1: serial@ff010000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100941 u-boot,dm-pre-reloc;
Michal Simekca2f5872015-11-27 13:22:58 +0100942 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek44303df2015-10-30 15:39:18 +0100943 status = "disabled";
944 interrupt-parent = <&gic>;
945 interrupts = <0 22 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100946 reg = <0x0 0xff010000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100947 clock-names = "uart_clk", "pclk";
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800948 power-domains = <&pd_uart1>;
Michal Simek44303df2015-10-30 15:39:18 +0100949 };
950
Michal Simekc926e6f2016-11-11 13:21:04 +0100951 usb0: usb0 {
Michal Simeka84de482016-04-07 15:06:07 +0200952 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100953 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +0100954 status = "disabled";
Michal Simeka84de482016-04-07 15:06:07 +0200955 compatible = "xlnx,zynqmp-dwc3";
956 clock-names = "bus_clk", "ref_clk";
957 clocks = <&clk125>, <&clk125>;
Michal Simekba6ad312016-04-06 10:43:23 +0200958 #stream-id-cells = <1>;
959 iommus = <&smmu 0x860>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800960 power-domains = <&pd_usb0>;
Michal Simeka84de482016-04-07 15:06:07 +0200961 ranges;
962
963 dwc3_0: dwc3@fe200000 {
964 compatible = "snps,dwc3";
965 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100966 reg = <0x0 0xfe200000 0x0 0x40000>;
Michal Simeka84de482016-04-07 15:06:07 +0200967 interrupt-parent = <&gic>;
968 interrupts = <0 65 4>;
969 /* snps,quirk-frame-length-adjustment = <0x20>; */
970 snps,refclk_fladj;
971 };
Michal Simek44303df2015-10-30 15:39:18 +0100972 };
973
Michal Simekc926e6f2016-11-11 13:21:04 +0100974 usb1: usb1 {
Michal Simeka84de482016-04-07 15:06:07 +0200975 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100976 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +0100977 status = "disabled";
Michal Simeka84de482016-04-07 15:06:07 +0200978 compatible = "xlnx,zynqmp-dwc3";
979 clock-names = "bus_clk", "ref_clk";
980 clocks = <&clk125>, <&clk125>;
Michal Simekba6ad312016-04-06 10:43:23 +0200981 #stream-id-cells = <1>;
982 iommus = <&smmu 0x861>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800983 power-domains = <&pd_usb1>;
Michal Simeka84de482016-04-07 15:06:07 +0200984 ranges;
985
986 dwc3_1: dwc3@fe300000 {
987 compatible = "snps,dwc3";
988 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100989 reg = <0x0 0xfe300000 0x0 0x40000>;
Michal Simeka84de482016-04-07 15:06:07 +0200990 interrupt-parent = <&gic>;
991 interrupts = <0 70 4>;
992 /* snps,quirk-frame-length-adjustment = <0x20>; */
993 snps,refclk_fladj;
994 };
Michal Simek44303df2015-10-30 15:39:18 +0100995 };
996
997 watchdog0: watchdog@fd4d0000 {
998 compatible = "cdns,wdt-r1p2";
999 status = "disabled";
1000 interrupt-parent = <&gic>;
Punnaiah Choudary Kallurid3fd4332015-11-04 12:34:17 +05301001 interrupts = <0 113 1>;
Michal Simekb976fd62016-02-11 07:19:06 +01001002 reg = <0x0 0xfd4d0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001003 timeout-sec = <10>;
1004 };
1005
1006 xilinx_drm: xilinx_drm {
1007 compatible = "xlnx,drm";
1008 status = "disabled";
1009 xlnx,encoder-slave = <&xlnx_dp>;
1010 xlnx,connector-type = "DisplayPort";
1011 xlnx,dp-sub = <&xlnx_dp_sub>;
1012 planes {
1013 xlnx,pixel-format = "rgb565";
1014 plane0 {
1015 dmas = <&xlnx_dpdma 3>;
Hyun Kwonbfe27982016-07-14 17:42:44 -07001016 dma-names = "dma0";
Michal Simek44303df2015-10-30 15:39:18 +01001017 };
1018 plane1 {
Hyun Kwonbfe27982016-07-14 17:42:44 -07001019 dmas = <&xlnx_dpdma 0>,
1020 <&xlnx_dpdma 1>,
1021 <&xlnx_dpdma 2>;
1022 dma-names = "dma0", "dma1", "dma2";
Michal Simek44303df2015-10-30 15:39:18 +01001023 };
1024 };
1025 };
1026
Hyun Kwon695d75a2015-11-23 17:12:54 -08001027 xlnx_dp: dp@fd4a0000 {
Michal Simek44303df2015-10-30 15:39:18 +01001028 compatible = "xlnx,v-dp";
1029 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001030 reg = <0x0 0xfd4a0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001031 interrupts = <0 119 4>;
1032 interrupt-parent = <&gic>;
1033 clock-names = "aclk", "aud_clk";
1034 xlnx,dp-version = "v1.2";
1035 xlnx,max-lanes = <2>;
1036 xlnx,max-link-rate = <540000>;
1037 xlnx,max-bpc = <16>;
1038 xlnx,enable-ycrcb;
1039 xlnx,colormetry = "rgb";
1040 xlnx,bpc = <8>;
1041 xlnx,audio-chan = <2>;
1042 xlnx,dp-sub = <&xlnx_dp_sub>;
Hyun Kwon939cfea2015-11-23 17:12:55 -08001043 xlnx,max-pclock-frequency = <300000>;
Michal Simek44303df2015-10-30 15:39:18 +01001044 };
1045
1046 xlnx_dp_snd_card: dp_snd_card {
1047 compatible = "xlnx,dp-snd-card";
1048 status = "disabled";
1049 xlnx,dp-snd-pcm = <&xlnx_dp_snd_pcm0>, <&xlnx_dp_snd_pcm1>;
1050 xlnx,dp-snd-codec = <&xlnx_dp_snd_codec0>;
1051 };
1052
1053 xlnx_dp_snd_codec0: dp_snd_codec0 {
1054 compatible = "xlnx,dp-snd-codec";
1055 status = "disabled";
1056 clock-names = "aud_clk";
1057 };
1058
1059 xlnx_dp_snd_pcm0: dp_snd_pcm0 {
1060 compatible = "xlnx,dp-snd-pcm";
1061 status = "disabled";
1062 dmas = <&xlnx_dpdma 4>;
1063 dma-names = "tx";
1064 };
1065
1066 xlnx_dp_snd_pcm1: dp_snd_pcm1 {
1067 compatible = "xlnx,dp-snd-pcm";
1068 status = "disabled";
1069 dmas = <&xlnx_dpdma 5>;
1070 dma-names = "tx";
1071 };
1072
Hyun Kwon695d75a2015-11-23 17:12:54 -08001073 xlnx_dp_sub: dp_sub@fd4aa000 {
Michal Simek44303df2015-10-30 15:39:18 +01001074 compatible = "xlnx,dp-sub";
1075 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001076 reg = <0x0 0xfd4aa000 0x0 0x1000>,
1077 <0x0 0xfd4ab000 0x0 0x1000>,
1078 <0x0 0xfd4ac000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001079 reg-names = "blend", "av_buf", "aud";
1080 xlnx,output-fmt = "rgb";
Hyun Kwon939cfea2015-11-23 17:12:55 -08001081 xlnx,vid-fmt = "yuyv";
1082 xlnx,gfx-fmt = "rgb565";
Michal Simek44303df2015-10-30 15:39:18 +01001083 };
1084
1085 xlnx_dpdma: dma@fd4c0000 {
1086 compatible = "xlnx,dpdma";
1087 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001088 reg = <0x0 0xfd4c0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001089 interrupts = <0 122 4>;
1090 interrupt-parent = <&gic>;
1091 clock-names = "axi_clk";
1092 dma-channels = <6>;
1093 #dma-cells = <1>;
Michal Simekc926e6f2016-11-11 13:21:04 +01001094 dma-video0channel {
Michal Simek44303df2015-10-30 15:39:18 +01001095 compatible = "xlnx,video0";
1096 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001097 dma-video1channel {
Michal Simek44303df2015-10-30 15:39:18 +01001098 compatible = "xlnx,video1";
1099 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001100 dma-video2channel {
Michal Simek44303df2015-10-30 15:39:18 +01001101 compatible = "xlnx,video2";
1102 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001103 dma-graphicschannel {
Michal Simek44303df2015-10-30 15:39:18 +01001104 compatible = "xlnx,graphics";
1105 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001106 dma-audio0channel {
Michal Simek44303df2015-10-30 15:39:18 +01001107 compatible = "xlnx,audio0";
1108 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001109 dma-audio1channel {
Michal Simek44303df2015-10-30 15:39:18 +01001110 compatible = "xlnx,audio1";
1111 };
1112 };
1113 };
1114};