blob: 07b99233b3d291e10a9c1e1d9d0e61dc726848f8 [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 {
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800170 #power-domain-cells = <0x0>;
171 pd-id = <0x29>;
172 };
173
174 pd_gdma: pd-gdma {
175 #power-domain-cells = <0x0>;
176 pd-id = <0x2a>;
177 };
178
179 pd_adma: pd-adma {
180 #power-domain-cells = <0x0>;
181 pd-id = <0x2b>;
182 };
183
184 pd_ttc0: pd-ttc0 {
185 #power-domain-cells = <0x0>;
186 pd-id = <0x18>;
187 };
188
189 pd_ttc1: pd-ttc1 {
190 #power-domain-cells = <0x0>;
191 pd-id = <0x19>;
192 };
193
194 pd_ttc2: pd-ttc2 {
195 #power-domain-cells = <0x0>;
196 pd-id = <0x1a>;
197 };
198
199 pd_ttc3: pd-ttc3 {
200 #power-domain-cells = <0x0>;
201 pd-id = <0x1b>;
202 };
203
204 pd_sd0: pd-sd0 {
205 #power-domain-cells = <0x0>;
206 pd-id = <0x27>;
207 };
208
209 pd_sd1: pd-sd1 {
210 #power-domain-cells = <0x0>;
211 pd-id = <0x28>;
212 };
213
214 pd_nand: pd-nand {
215 #power-domain-cells = <0x0>;
216 pd-id = <0x2c>;
217 };
218
219 pd_qspi: pd-qspi {
220 #power-domain-cells = <0x0>;
221 pd-id = <0x2d>;
222 };
223
224 pd_gpio: pd-gpio {
225 #power-domain-cells = <0x0>;
226 pd-id = <0x2e>;
227 };
228
229 pd_can0: pd-can0 {
230 #power-domain-cells = <0x0>;
231 pd-id = <0x2f>;
232 };
233
234 pd_can1: pd-can1 {
235 #power-domain-cells = <0x0>;
236 pd-id = <0x30>;
237 };
Filip Drazic2af39322016-08-29 19:32:56 +0200238
239 pd_pcie: pd-pcie {
240 #power-domain-cells = <0x0>;
241 pd-id = <0x3b>;
242 };
243
244 pd_gpu: pd-gpu {
245 #power-domain-cells = <0x0>;
Filip Drazica4d7d562016-08-29 19:32:59 +0200246 pd-id = <0x3a 0x14 0x15>;
Filip Drazic2af39322016-08-29 19:32:56 +0200247 };
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800248 };
249
Michal Simek44303df2015-10-30 15:39:18 +0100250 pmu {
251 compatible = "arm,armv8-pmuv3";
Michal Simek14cd9ea2016-04-07 15:28:33 +0200252 interrupt-parent = <&gic>;
Michal Simek44303df2015-10-30 15:39:18 +0100253 interrupts = <0 143 4>,
254 <0 144 4>,
255 <0 145 4>,
256 <0 146 4>;
257 };
258
259 psci {
260 compatible = "arm,psci-0.2";
261 method = "smc";
262 };
263
264 firmware {
265 compatible = "xlnx,zynqmp-pm";
266 method = "smc";
Soren Brinkmann19ee4022016-11-21 16:12:05 -0800267 interrupt-parent = <&gic>;
268 interrupts = <0 35 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100269 };
270
271 timer {
272 compatible = "arm,armv8-timer";
273 interrupt-parent = <&gic>;
Michal Simek6db82e02017-02-09 14:45:12 +0100274 interrupts = <1 13 0xf08>,
275 <1 14 0xf08>,
276 <1 11 0xf08>,
277 <1 10 0xf08>;
Michal Simek44303df2015-10-30 15:39:18 +0100278 };
279
Naga Sureshkumar Relliaaf232f2016-06-20 15:48:30 +0530280 edac {
281 compatible = "arm,cortex-a53-edac";
282 };
283
Nava kishore Manne7689dce2017-05-22 12:05:17 +0530284 fpga_full: fpga-full {
285 compatible = "fpga-region";
286 fpga-mgr = <&pcap>;
287 #address-cells = <2>;
288 #size-cells = <2>;
289 };
290
291 pcap: pcap {
Nava kishore Manned64e43f2016-08-21 00:17:52 +0530292 compatible = "xlnx,zynqmp-pcap-fpga";
293 };
294
Michal Simekc926e6f2016-11-11 13:21:04 +0100295 amba_apu: amba_apu@0 {
Michal Simek44303df2015-10-30 15:39:18 +0100296 compatible = "simple-bus";
297 #address-cells = <2>;
298 #size-cells = <1>;
Michal Simek85d11422016-04-07 15:07:38 +0200299 ranges = <0 0 0 0 0xffffffff>;
Michal Simek44303df2015-10-30 15:39:18 +0100300
301 gic: interrupt-controller@f9010000 {
302 compatible = "arm,gic-400", "arm,cortex-a15-gic";
303 #interrupt-cells = <3>;
304 reg = <0x0 0xf9010000 0x10000>,
Alexander Graf0a8c4f62016-05-12 13:44:01 +0200305 <0x0 0xf9020000 0x20000>,
Michal Simek44303df2015-10-30 15:39:18 +0100306 <0x0 0xf9040000 0x20000>,
Alexander Graf0a8c4f62016-05-12 13:44:01 +0200307 <0x0 0xf9060000 0x20000>;
Michal Simek44303df2015-10-30 15:39:18 +0100308 interrupt-controller;
309 interrupt-parent = <&gic>;
310 interrupts = <1 9 0xf04>;
311 };
312 };
313
Michal Simekb976fd62016-02-11 07:19:06 +0100314 amba: amba {
Michal Simek44303df2015-10-30 15:39:18 +0100315 compatible = "simple-bus";
Michal Simekc9811e12016-02-22 09:57:27 +0100316 u-boot,dm-pre-reloc;
Michal Simek44303df2015-10-30 15:39:18 +0100317 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100318 #size-cells = <2>;
319 ranges;
Michal Simek44303df2015-10-30 15:39:18 +0100320
321 can0: can@ff060000 {
322 compatible = "xlnx,zynq-can-1.0";
323 status = "disabled";
324 clock-names = "can_clk", "pclk";
Michal Simekb976fd62016-02-11 07:19:06 +0100325 reg = <0x0 0xff060000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100326 interrupts = <0 23 4>;
327 interrupt-parent = <&gic>;
328 tx-fifo-depth = <0x40>;
329 rx-fifo-depth = <0x40>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800330 power-domains = <&pd_can0>;
Michal Simek44303df2015-10-30 15:39:18 +0100331 };
332
333 can1: can@ff070000 {
334 compatible = "xlnx,zynq-can-1.0";
335 status = "disabled";
336 clock-names = "can_clk", "pclk";
Michal Simekb976fd62016-02-11 07:19:06 +0100337 reg = <0x0 0xff070000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100338 interrupts = <0 24 4>;
339 interrupt-parent = <&gic>;
340 tx-fifo-depth = <0x40>;
341 rx-fifo-depth = <0x40>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800342 power-domains = <&pd_can1>;
Michal Simek44303df2015-10-30 15:39:18 +0100343 };
344
Michal Simekff50d212015-11-26 11:21:25 +0100345 cci: cci@fd6e0000 {
346 compatible = "arm,cci-400";
Michal Simekb976fd62016-02-11 07:19:06 +0100347 reg = <0x0 0xfd6e0000 0x0 0x9000>;
Michal Simekff50d212015-11-26 11:21:25 +0100348 ranges = <0x0 0x0 0xfd6e0000 0x10000>;
349 #address-cells = <1>;
350 #size-cells = <1>;
351
352 pmu@9000 {
353 compatible = "arm,cci-400-pmu,r1";
354 reg = <0x9000 0x5000>;
355 interrupt-parent = <&gic>;
356 interrupts = <0 123 4>,
357 <0 123 4>,
358 <0 123 4>,
359 <0 123 4>,
360 <0 123 4>;
361 };
362 };
363
Michal Simek44303df2015-10-30 15:39:18 +0100364 /* GDMA */
365 fpd_dma_chan1: dma@fd500000 {
366 status = "disabled";
367 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100368 reg = <0x0 0xfd500000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100369 interrupt-parent = <&gic>;
370 interrupts = <0 124 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530371 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100372 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200373 #stream-id-cells = <1>;
374 iommus = <&smmu 0x14e8>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800375 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100376 };
377
378 fpd_dma_chan2: dma@fd510000 {
379 status = "disabled";
380 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100381 reg = <0x0 0xfd510000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100382 interrupt-parent = <&gic>;
383 interrupts = <0 125 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530384 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100385 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200386 #stream-id-cells = <1>;
387 iommus = <&smmu 0x14e9>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800388 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100389 };
390
391 fpd_dma_chan3: dma@fd520000 {
392 status = "disabled";
393 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100394 reg = <0x0 0xfd520000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100395 interrupt-parent = <&gic>;
396 interrupts = <0 126 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530397 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100398 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200399 #stream-id-cells = <1>;
400 iommus = <&smmu 0x14ea>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800401 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100402 };
403
404 fpd_dma_chan4: dma@fd530000 {
405 status = "disabled";
406 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100407 reg = <0x0 0xfd530000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100408 interrupt-parent = <&gic>;
409 interrupts = <0 127 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530410 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100411 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200412 #stream-id-cells = <1>;
413 iommus = <&smmu 0x14eb>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800414 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100415 };
416
417 fpd_dma_chan5: dma@fd540000 {
418 status = "disabled";
419 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100420 reg = <0x0 0xfd540000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100421 interrupt-parent = <&gic>;
422 interrupts = <0 128 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530423 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100424 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200425 #stream-id-cells = <1>;
426 iommus = <&smmu 0x14ec>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800427 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100428 };
429
430 fpd_dma_chan6: dma@fd550000 {
431 status = "disabled";
432 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100433 reg = <0x0 0xfd550000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100434 interrupt-parent = <&gic>;
435 interrupts = <0 129 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530436 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100437 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200438 #stream-id-cells = <1>;
439 iommus = <&smmu 0x14ed>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800440 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100441 };
442
443 fpd_dma_chan7: dma@fd560000 {
444 status = "disabled";
445 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100446 reg = <0x0 0xfd560000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100447 interrupt-parent = <&gic>;
448 interrupts = <0 130 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530449 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100450 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200451 #stream-id-cells = <1>;
452 iommus = <&smmu 0x14ee>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800453 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100454 };
455
456 fpd_dma_chan8: dma@fd570000 {
457 status = "disabled";
458 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100459 reg = <0x0 0xfd570000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100460 interrupt-parent = <&gic>;
461 interrupts = <0 131 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530462 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100463 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200464 #stream-id-cells = <1>;
465 iommus = <&smmu 0x14ef>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800466 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100467 };
468
469 gpu: gpu@fd4b0000 {
470 status = "disabled";
471 compatible = "arm,mali-400", "arm,mali-utgard";
Hyun Kwon834ec8e2017-08-21 18:54:29 -0700472 reg = <0x0 0xfd4b0000 0x0 0x10000>;
Michal Simek44303df2015-10-30 15:39:18 +0100473 interrupt-parent = <&gic>;
474 interrupts = <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>;
475 interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0", "IRQPP1", "IRQPPMMU1";
Madhurkiran Harikrishnan59206dd2017-02-17 04:14:45 -0800476 clock-names = "gpu", "gpu_pp0", "gpu_pp1";
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>;
Michal Simek0b33e0b12017-08-30 08:06:11 +0200674 gpio-controller;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800675 power-domains = <&pd_gpio>;
Michal Simek44303df2015-10-30 15:39:18 +0100676 };
677
678 i2c0: i2c@ff020000 {
Moritz Fischerde4914b2016-12-22 09:36:11 -0800679 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek44303df2015-10-30 15:39:18 +0100680 status = "disabled";
681 interrupt-parent = <&gic>;
682 interrupts = <0 17 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100683 reg = <0x0 0xff020000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100684 #address-cells = <1>;
685 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800686 power-domains = <&pd_i2c0>;
Michal Simek44303df2015-10-30 15:39:18 +0100687 };
688
689 i2c1: i2c@ff030000 {
Moritz Fischerde4914b2016-12-22 09:36:11 -0800690 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek44303df2015-10-30 15:39:18 +0100691 status = "disabled";
692 interrupt-parent = <&gic>;
693 interrupts = <0 18 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100694 reg = <0x0 0xff030000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100695 #address-cells = <1>;
696 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800697 power-domains = <&pd_i2c1>;
Michal Simek44303df2015-10-30 15:39:18 +0100698 };
699
Naga Sureshkumar Relli55344802016-05-18 12:23:13 +0530700 ocm: memory-controller@ff960000 {
701 compatible = "xlnx,zynqmp-ocmc-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100702 reg = <0x0 0xff960000 0x0 0x1000>;
Naga Sureshkumar Relli55344802016-05-18 12:23:13 +0530703 interrupt-parent = <&gic>;
704 interrupts = <0 10 4>;
705 };
706
Michal Simek44303df2015-10-30 15:39:18 +0100707 pcie: pcie@fd0e0000 {
708 compatible = "xlnx,nwl-pcie-2.11";
709 status = "disabled";
710 #address-cells = <3>;
711 #size-cells = <2>;
712 #interrupt-cells = <1>;
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530713 msi-controller;
Michal Simek44303df2015-10-30 15:39:18 +0100714 device_type = "pci";
715 interrupt-parent = <&gic>;
Michal Simek91a8b0e2016-01-20 12:59:23 +0100716 interrupts = <0 118 4>,
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530717 <0 117 4>,
Michal Simek91a8b0e2016-01-20 12:59:23 +0100718 <0 116 4>,
719 <0 115 4>, /* MSI_1 [63...32] */
720 <0 114 4>; /* MSI_0 [31...0] */
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530721 interrupt-names = "misc","dummy","intx", "msi1", "msi0";
722 msi-parent = <&pcie>;
Michal Simekb976fd62016-02-11 07:19:06 +0100723 reg = <0x0 0xfd0e0000 0x0 0x1000>,
724 <0x0 0xfd480000 0x0 0x1000>,
Bharat Kumar Gogada688d1be2016-08-02 20:34:13 +0530725 <0x80 0x00000000 0x0 0x1000000>;
Michal Simek44303df2015-10-30 15:39:18 +0100726 reg-names = "breg", "pcireg", "cfg";
Bharat Kumar Gogada688d1be2016-08-02 20:34:13 +0530727 ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000 /* non-prefetchable memory */
728 0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */
Rob Herringec2b2d42017-03-21 21:03:13 -0500729 bus-range = <0x00 0xff>;
Bharat Kumar Gogada33aec512016-02-15 21:18:58 +0530730 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
731 interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
732 <0x0 0x0 0x0 0x2 &pcie_intc 0x2>,
733 <0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
734 <0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
Filip Drazic2af39322016-08-29 19:32:56 +0200735 power-domains = <&pd_pcie>;
Bharat Kumar Gogada33aec512016-02-15 21:18:58 +0530736 pcie_intc: legacy-interrupt-controller {
737 interrupt-controller;
738 #address-cells = <0>;
739 #interrupt-cells = <1>;
740 };
Michal Simek44303df2015-10-30 15:39:18 +0100741 };
742
743 qspi: spi@ff0f0000 {
744 compatible = "xlnx,zynqmp-qspi-1.0";
745 status = "disabled";
746 clock-names = "ref_clk", "pclk";
747 interrupts = <0 15 4>;
748 interrupt-parent = <&gic>;
749 num-cs = <1>;
Michal Simekb976fd62016-02-11 07:19:06 +0100750 reg = <0x0 0xff0f0000 0x0 0x1000>,
751 <0x0 0xc0000000 0x0 0x8000000>;
Michal Simek44303df2015-10-30 15:39:18 +0100752 #address-cells = <1>;
753 #size-cells = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200754 #stream-id-cells = <1>;
755 iommus = <&smmu 0x873>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800756 power-domains = <&pd_qspi>;
Michal Simek44303df2015-10-30 15:39:18 +0100757 };
758
759 rtc: rtc@ffa60000 {
760 compatible = "xlnx,zynqmp-rtc";
761 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100762 reg = <0x0 0xffa60000 0x0 0x100>;
Michal Simek44303df2015-10-30 15:39:18 +0100763 interrupt-parent = <&gic>;
764 interrupts = <0 26 4>, <0 27 4>;
765 interrupt-names = "alarm", "sec";
Nava kishore Manne4d9d6982017-01-27 18:20:14 +0530766 calibration = <0x8000>;
Michal Simek44303df2015-10-30 15:39:18 +0100767 };
768
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530769 serdes: zynqmp_phy@fd400000 {
770 compatible = "xlnx,zynqmp-psgtr";
771 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100772 reg = <0x0 0xfd400000 0x0 0x40000>,
773 <0x0 0xfd3d0000 0x0 0x1000>,
774 <0x0 0xfd1a0000 0x0 0x1000>,
775 <0x0 0xff5e0000 0x0 0x1000>;
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530776 reg-names = "serdes", "siou", "fpd", "lpd";
777 xlnx,tx_termination_fix;
778 lane0: lane0 {
779 #phy-cells = <4>;
780 };
781 lane1: lane1 {
782 #phy-cells = <4>;
783 };
784 lane2: lane2 {
785 #phy-cells = <4>;
786 };
787 lane3: lane3 {
788 #phy-cells = <4>;
789 };
790 };
791
Michal Simek44303df2015-10-30 15:39:18 +0100792 sata: ahci@fd0c0000 {
793 compatible = "ceva,ahci-1v84";
794 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100795 reg = <0x0 0xfd0c0000 0x0 0x2000>;
Michal Simek44303df2015-10-30 15:39:18 +0100796 interrupt-parent = <&gic>;
797 interrupts = <0 133 4>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800798 power-domains = <&pd_sata>;
Anurag Kumar Vulisha110d06b2017-07-04 20:03:42 +0530799 #stream-id-cells = <4>;
800 iommus = <&smmu 0x4c0>, <&smmu 0x4c1>,
801 <&smmu 0x4c2>, <&smmu 0x4c3>;
802 /* dma-coherent; */
Michal Simek44303df2015-10-30 15:39:18 +0100803 };
804
805 sdhci0: sdhci@ff160000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100806 u-boot,dm-pre-reloc;
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530807 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek44303df2015-10-30 15:39:18 +0100808 status = "disabled";
809 interrupt-parent = <&gic>;
810 interrupts = <0 48 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100811 reg = <0x0 0xff160000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100812 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530813 xlnx,device_id = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200814 #stream-id-cells = <1>;
815 iommus = <&smmu 0x870>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800816 power-domains = <&pd_sd0>;
Michal Simek44303df2015-10-30 15:39:18 +0100817 };
818
819 sdhci1: sdhci@ff170000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100820 u-boot,dm-pre-reloc;
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530821 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek44303df2015-10-30 15:39:18 +0100822 status = "disabled";
823 interrupt-parent = <&gic>;
824 interrupts = <0 49 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100825 reg = <0x0 0xff170000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100826 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530827 xlnx,device_id = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200828 #stream-id-cells = <1>;
829 iommus = <&smmu 0x871>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800830 power-domains = <&pd_sd1>;
Michal Simek44303df2015-10-30 15:39:18 +0100831 };
832
833 smmu: smmu@fd800000 {
834 compatible = "arm,mmu-500";
Michal Simekb976fd62016-02-11 07:19:06 +0100835 reg = <0x0 0xfd800000 0x0 0x20000>;
Michal Simekba6ad312016-04-06 10:43:23 +0200836 #iommu-cells = <1>;
Naga Sureshkumar Relli10f2a292017-03-09 20:00:13 +0530837 status = "disabled";
Michal Simek44303df2015-10-30 15:39:18 +0100838 #global-interrupts = <1>;
839 interrupt-parent = <&gic>;
Edgar E. Iglesias88a85aa2015-11-26 14:12:19 +0100840 interrupts = <0 155 4>,
841 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
842 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
843 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
844 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100845 };
846
847 spi0: spi@ff040000 {
848 compatible = "cdns,spi-r1p6";
849 status = "disabled";
850 interrupt-parent = <&gic>;
851 interrupts = <0 19 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100852 reg = <0x0 0xff040000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100853 clock-names = "ref_clk", "pclk";
854 #address-cells = <1>;
855 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800856 power-domains = <&pd_spi0>;
Michal Simek44303df2015-10-30 15:39:18 +0100857 };
858
859 spi1: spi@ff050000 {
860 compatible = "cdns,spi-r1p6";
861 status = "disabled";
862 interrupt-parent = <&gic>;
863 interrupts = <0 20 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100864 reg = <0x0 0xff050000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100865 clock-names = "ref_clk", "pclk";
866 #address-cells = <1>;
867 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800868 power-domains = <&pd_spi1>;
Michal Simek44303df2015-10-30 15:39:18 +0100869 };
870
871 ttc0: timer@ff110000 {
872 compatible = "cdns,ttc";
873 status = "disabled";
874 interrupt-parent = <&gic>;
875 interrupts = <0 36 4>, <0 37 4>, <0 38 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100876 reg = <0x0 0xff110000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100877 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800878 power-domains = <&pd_ttc0>;
Michal Simek44303df2015-10-30 15:39:18 +0100879 };
880
881 ttc1: timer@ff120000 {
882 compatible = "cdns,ttc";
883 status = "disabled";
884 interrupt-parent = <&gic>;
885 interrupts = <0 39 4>, <0 40 4>, <0 41 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100886 reg = <0x0 0xff120000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100887 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800888 power-domains = <&pd_ttc1>;
Michal Simek44303df2015-10-30 15:39:18 +0100889 };
890
891 ttc2: timer@ff130000 {
892 compatible = "cdns,ttc";
893 status = "disabled";
894 interrupt-parent = <&gic>;
895 interrupts = <0 42 4>, <0 43 4>, <0 44 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100896 reg = <0x0 0xff130000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100897 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800898 power-domains = <&pd_ttc2>;
Michal Simek44303df2015-10-30 15:39:18 +0100899 };
900
901 ttc3: timer@ff140000 {
902 compatible = "cdns,ttc";
903 status = "disabled";
904 interrupt-parent = <&gic>;
905 interrupts = <0 45 4>, <0 46 4>, <0 47 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100906 reg = <0x0 0xff140000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100907 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800908 power-domains = <&pd_ttc3>;
Michal Simek44303df2015-10-30 15:39:18 +0100909 };
910
911 uart0: serial@ff000000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100912 u-boot,dm-pre-reloc;
Michal Simekca2f5872015-11-27 13:22:58 +0100913 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek44303df2015-10-30 15:39:18 +0100914 status = "disabled";
915 interrupt-parent = <&gic>;
916 interrupts = <0 21 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100917 reg = <0x0 0xff000000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100918 clock-names = "uart_clk", "pclk";
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800919 power-domains = <&pd_uart0>;
Michal Simek44303df2015-10-30 15:39:18 +0100920 };
921
922 uart1: serial@ff010000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100923 u-boot,dm-pre-reloc;
Michal Simekca2f5872015-11-27 13:22:58 +0100924 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek44303df2015-10-30 15:39:18 +0100925 status = "disabled";
926 interrupt-parent = <&gic>;
927 interrupts = <0 22 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100928 reg = <0x0 0xff010000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100929 clock-names = "uart_clk", "pclk";
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800930 power-domains = <&pd_uart1>;
Michal Simek44303df2015-10-30 15:39:18 +0100931 };
932
Michal Simekc926e6f2016-11-11 13:21:04 +0100933 usb0: usb0 {
Michal Simeka84de482016-04-07 15:06:07 +0200934 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100935 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +0100936 status = "disabled";
Michal Simeka84de482016-04-07 15:06:07 +0200937 compatible = "xlnx,zynqmp-dwc3";
938 clock-names = "bus_clk", "ref_clk";
939 clocks = <&clk125>, <&clk125>;
Michal Simekba6ad312016-04-06 10:43:23 +0200940 #stream-id-cells = <1>;
941 iommus = <&smmu 0x860>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800942 power-domains = <&pd_usb0>;
Michal Simeka84de482016-04-07 15:06:07 +0200943 ranges;
944
945 dwc3_0: dwc3@fe200000 {
946 compatible = "snps,dwc3";
947 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100948 reg = <0x0 0xfe200000 0x0 0x40000>;
Michal Simeka84de482016-04-07 15:06:07 +0200949 interrupt-parent = <&gic>;
950 interrupts = <0 65 4>;
951 /* snps,quirk-frame-length-adjustment = <0x20>; */
952 snps,refclk_fladj;
953 };
Michal Simek44303df2015-10-30 15:39:18 +0100954 };
955
Michal Simekc926e6f2016-11-11 13:21:04 +0100956 usb1: usb1 {
Michal Simeka84de482016-04-07 15:06:07 +0200957 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100958 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +0100959 status = "disabled";
Michal Simeka84de482016-04-07 15:06:07 +0200960 compatible = "xlnx,zynqmp-dwc3";
961 clock-names = "bus_clk", "ref_clk";
962 clocks = <&clk125>, <&clk125>;
Michal Simekba6ad312016-04-06 10:43:23 +0200963 #stream-id-cells = <1>;
964 iommus = <&smmu 0x861>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800965 power-domains = <&pd_usb1>;
Michal Simeka84de482016-04-07 15:06:07 +0200966 ranges;
967
968 dwc3_1: dwc3@fe300000 {
969 compatible = "snps,dwc3";
970 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100971 reg = <0x0 0xfe300000 0x0 0x40000>;
Michal Simeka84de482016-04-07 15:06:07 +0200972 interrupt-parent = <&gic>;
973 interrupts = <0 70 4>;
974 /* snps,quirk-frame-length-adjustment = <0x20>; */
975 snps,refclk_fladj;
976 };
Michal Simek44303df2015-10-30 15:39:18 +0100977 };
978
979 watchdog0: watchdog@fd4d0000 {
980 compatible = "cdns,wdt-r1p2";
981 status = "disabled";
982 interrupt-parent = <&gic>;
Punnaiah Choudary Kallurid3fd4332015-11-04 12:34:17 +0530983 interrupts = <0 113 1>;
Michal Simekb976fd62016-02-11 07:19:06 +0100984 reg = <0x0 0xfd4d0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100985 timeout-sec = <10>;
986 };
987
988 xilinx_drm: xilinx_drm {
989 compatible = "xlnx,drm";
990 status = "disabled";
991 xlnx,encoder-slave = <&xlnx_dp>;
992 xlnx,connector-type = "DisplayPort";
993 xlnx,dp-sub = <&xlnx_dp_sub>;
994 planes {
995 xlnx,pixel-format = "rgb565";
996 plane0 {
997 dmas = <&xlnx_dpdma 3>;
Hyun Kwonbfe27982016-07-14 17:42:44 -0700998 dma-names = "dma0";
Michal Simek44303df2015-10-30 15:39:18 +0100999 };
1000 plane1 {
Hyun Kwonbfe27982016-07-14 17:42:44 -07001001 dmas = <&xlnx_dpdma 0>,
1002 <&xlnx_dpdma 1>,
1003 <&xlnx_dpdma 2>;
1004 dma-names = "dma0", "dma1", "dma2";
Michal Simek44303df2015-10-30 15:39:18 +01001005 };
1006 };
1007 };
1008
Hyun Kwon695d75a2015-11-23 17:12:54 -08001009 xlnx_dp: dp@fd4a0000 {
Michal Simek44303df2015-10-30 15:39:18 +01001010 compatible = "xlnx,v-dp";
1011 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001012 reg = <0x0 0xfd4a0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001013 interrupts = <0 119 4>;
1014 interrupt-parent = <&gic>;
1015 clock-names = "aclk", "aud_clk";
Jyotheeswar Reddy Mutthareddyvari5f9b0832017-01-02 14:34:51 +05301016 power-domains = <&pd_dp>;
Michal Simek44303df2015-10-30 15:39:18 +01001017 xlnx,dp-version = "v1.2";
1018 xlnx,max-lanes = <2>;
1019 xlnx,max-link-rate = <540000>;
1020 xlnx,max-bpc = <16>;
1021 xlnx,enable-ycrcb;
1022 xlnx,colormetry = "rgb";
1023 xlnx,bpc = <8>;
1024 xlnx,audio-chan = <2>;
1025 xlnx,dp-sub = <&xlnx_dp_sub>;
Hyun Kwon939cfea2015-11-23 17:12:55 -08001026 xlnx,max-pclock-frequency = <300000>;
Michal Simek44303df2015-10-30 15:39:18 +01001027 };
1028
1029 xlnx_dp_snd_card: dp_snd_card {
1030 compatible = "xlnx,dp-snd-card";
1031 status = "disabled";
1032 xlnx,dp-snd-pcm = <&xlnx_dp_snd_pcm0>, <&xlnx_dp_snd_pcm1>;
1033 xlnx,dp-snd-codec = <&xlnx_dp_snd_codec0>;
1034 };
1035
1036 xlnx_dp_snd_codec0: dp_snd_codec0 {
1037 compatible = "xlnx,dp-snd-codec";
1038 status = "disabled";
1039 clock-names = "aud_clk";
1040 };
1041
1042 xlnx_dp_snd_pcm0: dp_snd_pcm0 {
1043 compatible = "xlnx,dp-snd-pcm";
1044 status = "disabled";
1045 dmas = <&xlnx_dpdma 4>;
1046 dma-names = "tx";
1047 };
1048
1049 xlnx_dp_snd_pcm1: dp_snd_pcm1 {
1050 compatible = "xlnx,dp-snd-pcm";
1051 status = "disabled";
1052 dmas = <&xlnx_dpdma 5>;
1053 dma-names = "tx";
1054 };
1055
Hyun Kwon695d75a2015-11-23 17:12:54 -08001056 xlnx_dp_sub: dp_sub@fd4aa000 {
Michal Simek44303df2015-10-30 15:39:18 +01001057 compatible = "xlnx,dp-sub";
1058 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001059 reg = <0x0 0xfd4aa000 0x0 0x1000>,
1060 <0x0 0xfd4ab000 0x0 0x1000>,
1061 <0x0 0xfd4ac000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001062 reg-names = "blend", "av_buf", "aud";
1063 xlnx,output-fmt = "rgb";
Hyun Kwon939cfea2015-11-23 17:12:55 -08001064 xlnx,vid-fmt = "yuyv";
1065 xlnx,gfx-fmt = "rgb565";
Jyotheeswar Reddy Mutthareddyvari5f9b0832017-01-02 14:34:51 +05301066 power-domains = <&pd_dp>;
Michal Simek44303df2015-10-30 15:39:18 +01001067 };
1068
1069 xlnx_dpdma: dma@fd4c0000 {
1070 compatible = "xlnx,dpdma";
1071 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001072 reg = <0x0 0xfd4c0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001073 interrupts = <0 122 4>;
1074 interrupt-parent = <&gic>;
1075 clock-names = "axi_clk";
Jyotheeswar Reddy Mutthareddyvari5f9b0832017-01-02 14:34:51 +05301076 power-domains = <&pd_dp>;
Michal Simek44303df2015-10-30 15:39:18 +01001077 dma-channels = <6>;
1078 #dma-cells = <1>;
Michal Simekc926e6f2016-11-11 13:21:04 +01001079 dma-video0channel {
Michal Simek44303df2015-10-30 15:39:18 +01001080 compatible = "xlnx,video0";
1081 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001082 dma-video1channel {
Michal Simek44303df2015-10-30 15:39:18 +01001083 compatible = "xlnx,video1";
1084 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001085 dma-video2channel {
Michal Simek44303df2015-10-30 15:39:18 +01001086 compatible = "xlnx,video2";
1087 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001088 dma-graphicschannel {
Michal Simek44303df2015-10-30 15:39:18 +01001089 compatible = "xlnx,graphics";
1090 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001091 dma-audio0channel {
Michal Simek44303df2015-10-30 15:39:18 +01001092 compatible = "xlnx,audio0";
1093 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001094 dma-audio1channel {
Michal Simek44303df2015-10-30 15:39:18 +01001095 compatible = "xlnx,audio1";
1096 };
1097 };
1098 };
1099};