blob: 3dd17e6c3f1e150ba30d1b1f504eb80d9898151a [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 Manned64e43f2016-08-21 00:17:52 +0530285 pcap {
286 compatible = "xlnx,zynqmp-pcap-fpga";
287 };
288
Michal Simekc926e6f2016-11-11 13:21:04 +0100289 amba_apu: amba_apu@0 {
Michal Simek44303df2015-10-30 15:39:18 +0100290 compatible = "simple-bus";
291 #address-cells = <2>;
292 #size-cells = <1>;
Michal Simek85d11422016-04-07 15:07:38 +0200293 ranges = <0 0 0 0 0xffffffff>;
Michal Simek44303df2015-10-30 15:39:18 +0100294
295 gic: interrupt-controller@f9010000 {
296 compatible = "arm,gic-400", "arm,cortex-a15-gic";
297 #interrupt-cells = <3>;
298 reg = <0x0 0xf9010000 0x10000>,
Alexander Graf0a8c4f62016-05-12 13:44:01 +0200299 <0x0 0xf9020000 0x20000>,
Michal Simek44303df2015-10-30 15:39:18 +0100300 <0x0 0xf9040000 0x20000>,
Alexander Graf0a8c4f62016-05-12 13:44:01 +0200301 <0x0 0xf9060000 0x20000>;
Michal Simek44303df2015-10-30 15:39:18 +0100302 interrupt-controller;
303 interrupt-parent = <&gic>;
304 interrupts = <1 9 0xf04>;
305 };
306 };
307
Michal Simekb976fd62016-02-11 07:19:06 +0100308 amba: amba {
Michal Simek44303df2015-10-30 15:39:18 +0100309 compatible = "simple-bus";
Michal Simekc9811e12016-02-22 09:57:27 +0100310 u-boot,dm-pre-reloc;
Michal Simek44303df2015-10-30 15:39:18 +0100311 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100312 #size-cells = <2>;
313 ranges;
Michal Simek44303df2015-10-30 15:39:18 +0100314
315 can0: can@ff060000 {
316 compatible = "xlnx,zynq-can-1.0";
317 status = "disabled";
318 clock-names = "can_clk", "pclk";
Michal Simekb976fd62016-02-11 07:19:06 +0100319 reg = <0x0 0xff060000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100320 interrupts = <0 23 4>;
321 interrupt-parent = <&gic>;
322 tx-fifo-depth = <0x40>;
323 rx-fifo-depth = <0x40>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800324 power-domains = <&pd_can0>;
Michal Simek44303df2015-10-30 15:39:18 +0100325 };
326
327 can1: can@ff070000 {
328 compatible = "xlnx,zynq-can-1.0";
329 status = "disabled";
330 clock-names = "can_clk", "pclk";
Michal Simekb976fd62016-02-11 07:19:06 +0100331 reg = <0x0 0xff070000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100332 interrupts = <0 24 4>;
333 interrupt-parent = <&gic>;
334 tx-fifo-depth = <0x40>;
335 rx-fifo-depth = <0x40>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800336 power-domains = <&pd_can1>;
Michal Simek44303df2015-10-30 15:39:18 +0100337 };
338
Michal Simekff50d212015-11-26 11:21:25 +0100339 cci: cci@fd6e0000 {
340 compatible = "arm,cci-400";
Michal Simekb976fd62016-02-11 07:19:06 +0100341 reg = <0x0 0xfd6e0000 0x0 0x9000>;
Michal Simekff50d212015-11-26 11:21:25 +0100342 ranges = <0x0 0x0 0xfd6e0000 0x10000>;
343 #address-cells = <1>;
344 #size-cells = <1>;
345
346 pmu@9000 {
347 compatible = "arm,cci-400-pmu,r1";
348 reg = <0x9000 0x5000>;
349 interrupt-parent = <&gic>;
350 interrupts = <0 123 4>,
351 <0 123 4>,
352 <0 123 4>,
353 <0 123 4>,
354 <0 123 4>;
355 };
356 };
357
Michal Simek44303df2015-10-30 15:39:18 +0100358 /* GDMA */
359 fpd_dma_chan1: dma@fd500000 {
360 status = "disabled";
361 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100362 reg = <0x0 0xfd500000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100363 interrupt-parent = <&gic>;
364 interrupts = <0 124 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530365 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100366 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200367 #stream-id-cells = <1>;
368 iommus = <&smmu 0x14e8>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800369 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100370 };
371
372 fpd_dma_chan2: dma@fd510000 {
373 status = "disabled";
374 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100375 reg = <0x0 0xfd510000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100376 interrupt-parent = <&gic>;
377 interrupts = <0 125 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530378 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100379 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200380 #stream-id-cells = <1>;
381 iommus = <&smmu 0x14e9>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800382 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100383 };
384
385 fpd_dma_chan3: dma@fd520000 {
386 status = "disabled";
387 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100388 reg = <0x0 0xfd520000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100389 interrupt-parent = <&gic>;
390 interrupts = <0 126 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530391 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100392 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200393 #stream-id-cells = <1>;
394 iommus = <&smmu 0x14ea>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800395 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100396 };
397
398 fpd_dma_chan4: dma@fd530000 {
399 status = "disabled";
400 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100401 reg = <0x0 0xfd530000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100402 interrupt-parent = <&gic>;
403 interrupts = <0 127 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530404 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100405 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200406 #stream-id-cells = <1>;
407 iommus = <&smmu 0x14eb>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800408 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100409 };
410
411 fpd_dma_chan5: dma@fd540000 {
412 status = "disabled";
413 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100414 reg = <0x0 0xfd540000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100415 interrupt-parent = <&gic>;
416 interrupts = <0 128 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530417 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100418 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200419 #stream-id-cells = <1>;
420 iommus = <&smmu 0x14ec>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800421 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100422 };
423
424 fpd_dma_chan6: dma@fd550000 {
425 status = "disabled";
426 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100427 reg = <0x0 0xfd550000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100428 interrupt-parent = <&gic>;
429 interrupts = <0 129 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530430 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100431 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200432 #stream-id-cells = <1>;
433 iommus = <&smmu 0x14ed>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800434 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100435 };
436
437 fpd_dma_chan7: dma@fd560000 {
438 status = "disabled";
439 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100440 reg = <0x0 0xfd560000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100441 interrupt-parent = <&gic>;
442 interrupts = <0 130 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530443 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100444 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200445 #stream-id-cells = <1>;
446 iommus = <&smmu 0x14ee>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800447 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100448 };
449
450 fpd_dma_chan8: dma@fd570000 {
451 status = "disabled";
452 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100453 reg = <0x0 0xfd570000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100454 interrupt-parent = <&gic>;
455 interrupts = <0 131 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530456 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100457 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200458 #stream-id-cells = <1>;
459 iommus = <&smmu 0x14ef>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800460 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100461 };
462
463 gpu: gpu@fd4b0000 {
464 status = "disabled";
465 compatible = "arm,mali-400", "arm,mali-utgard";
Michal Simekb976fd62016-02-11 07:19:06 +0100466 reg = <0x0 0xfd4b0000 0x0 0x30000>;
Michal Simek44303df2015-10-30 15:39:18 +0100467 interrupt-parent = <&gic>;
468 interrupts = <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>;
469 interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0", "IRQPP1", "IRQPPMMU1";
Filip Drazic2af39322016-08-29 19:32:56 +0200470 power-domains = <&pd_gpu>;
Michal Simek44303df2015-10-30 15:39:18 +0100471 };
472
Kedareswara rao Appana6af57732016-09-09 12:36:01 +0530473 /* LPDDMA default allows only secured access. inorder to enable
474 * These dma channels, Users should ensure that these dma
475 * Channels are allowed for non secure access.
476 */
Michal Simek44303df2015-10-30 15:39:18 +0100477 lpd_dma_chan1: dma@ffa80000 {
478 status = "disabled";
479 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530480 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100481 reg = <0x0 0xffa80000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100482 interrupt-parent = <&gic>;
483 interrupts = <0 77 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100484 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200485 #stream-id-cells = <1>;
486 iommus = <&smmu 0x868>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800487 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100488 };
489
490 lpd_dma_chan2: dma@ffa90000 {
491 status = "disabled";
492 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530493 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100494 reg = <0x0 0xffa90000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100495 interrupt-parent = <&gic>;
496 interrupts = <0 78 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100497 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200498 #stream-id-cells = <1>;
499 iommus = <&smmu 0x869>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800500 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100501 };
502
503 lpd_dma_chan3: dma@ffaa0000 {
504 status = "disabled";
505 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530506 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100507 reg = <0x0 0xffaa0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100508 interrupt-parent = <&gic>;
509 interrupts = <0 79 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100510 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200511 #stream-id-cells = <1>;
512 iommus = <&smmu 0x86a>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800513 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100514 };
515
516 lpd_dma_chan4: dma@ffab0000 {
517 status = "disabled";
518 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530519 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100520 reg = <0x0 0xffab0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100521 interrupt-parent = <&gic>;
522 interrupts = <0 80 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100523 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200524 #stream-id-cells = <1>;
525 iommus = <&smmu 0x86b>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800526 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100527 };
528
529 lpd_dma_chan5: dma@ffac0000 {
530 status = "disabled";
531 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530532 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100533 reg = <0x0 0xffac0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100534 interrupt-parent = <&gic>;
535 interrupts = <0 81 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100536 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200537 #stream-id-cells = <1>;
538 iommus = <&smmu 0x86c>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800539 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100540 };
541
542 lpd_dma_chan6: dma@ffad0000 {
543 status = "disabled";
544 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530545 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100546 reg = <0x0 0xffad0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100547 interrupt-parent = <&gic>;
548 interrupts = <0 82 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100549 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200550 #stream-id-cells = <1>;
551 iommus = <&smmu 0x86d>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800552 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100553 };
554
555 lpd_dma_chan7: dma@ffae0000 {
556 status = "disabled";
557 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530558 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100559 reg = <0x0 0xffae0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100560 interrupt-parent = <&gic>;
561 interrupts = <0 83 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100562 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200563 #stream-id-cells = <1>;
564 iommus = <&smmu 0x86e>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800565 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100566 };
567
568 lpd_dma_chan8: dma@ffaf0000 {
569 status = "disabled";
570 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530571 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100572 reg = <0x0 0xffaf0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100573 interrupt-parent = <&gic>;
574 interrupts = <0 84 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100575 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200576 #stream-id-cells = <1>;
577 iommus = <&smmu 0x86f>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800578 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100579 };
580
Naga Sureshkumar Relli90869002016-03-11 13:10:26 +0530581 mc: memory-controller@fd070000 {
582 compatible = "xlnx,zynqmp-ddrc-2.40a";
Michal Simekb976fd62016-02-11 07:19:06 +0100583 reg = <0x0 0xfd070000 0x0 0x30000>;
Naga Sureshkumar Relli90869002016-03-11 13:10:26 +0530584 interrupt-parent = <&gic>;
585 interrupts = <0 112 4>;
586 };
587
Michal Simek44303df2015-10-30 15:39:18 +0100588 nand0: nand@ff100000 {
589 compatible = "arasan,nfc-v3p10";
590 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100591 reg = <0x0 0xff100000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100592 clock-names = "clk_sys", "clk_flash";
593 interrupt-parent = <&gic>;
594 interrupts = <0 14 4>;
595 #address-cells = <2>;
596 #size-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200597 #stream-id-cells = <1>;
598 iommus = <&smmu 0x872>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800599 power-domains = <&pd_nand>;
Michal Simek44303df2015-10-30 15:39:18 +0100600 };
601
602 gem0: ethernet@ff0b0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100603 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100604 status = "disabled";
605 interrupt-parent = <&gic>;
606 interrupts = <0 57 4>, <0 57 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100607 reg = <0x0 0xff0b0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100608 clock-names = "pclk", "hclk", "tx_clk";
609 #address-cells = <1>;
610 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100611 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200612 iommus = <&smmu 0x874>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800613 power-domains = <&pd_eth0>;
Michal Simek44303df2015-10-30 15:39:18 +0100614 };
615
616 gem1: ethernet@ff0c0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100617 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100618 status = "disabled";
619 interrupt-parent = <&gic>;
620 interrupts = <0 59 4>, <0 59 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100621 reg = <0x0 0xff0c0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100622 clock-names = "pclk", "hclk", "tx_clk";
623 #address-cells = <1>;
624 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100625 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200626 iommus = <&smmu 0x875>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800627 power-domains = <&pd_eth1>;
Michal Simek44303df2015-10-30 15:39:18 +0100628 };
629
630 gem2: ethernet@ff0d0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100631 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100632 status = "disabled";
633 interrupt-parent = <&gic>;
634 interrupts = <0 61 4>, <0 61 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100635 reg = <0x0 0xff0d0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100636 clock-names = "pclk", "hclk", "tx_clk";
637 #address-cells = <1>;
638 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100639 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200640 iommus = <&smmu 0x876>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800641 power-domains = <&pd_eth2>;
Michal Simek44303df2015-10-30 15:39:18 +0100642 };
643
644 gem3: ethernet@ff0e0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100645 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100646 status = "disabled";
647 interrupt-parent = <&gic>;
648 interrupts = <0 63 4>, <0 63 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100649 reg = <0x0 0xff0e0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100650 clock-names = "pclk", "hclk", "tx_clk";
651 #address-cells = <1>;
652 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100653 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200654 iommus = <&smmu 0x877>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800655 power-domains = <&pd_eth3>;
Michal Simek44303df2015-10-30 15:39:18 +0100656 };
657
658 gpio: gpio@ff0a0000 {
659 compatible = "xlnx,zynqmp-gpio-1.0";
660 status = "disabled";
661 #gpio-cells = <0x2>;
662 interrupt-parent = <&gic>;
663 interrupts = <0 16 4>;
Michal Simek9e826b62016-10-20 10:26:13 +0200664 interrupt-controller;
665 #interrupt-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100666 reg = <0x0 0xff0a0000 0x0 0x1000>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800667 power-domains = <&pd_gpio>;
Michal Simek44303df2015-10-30 15:39:18 +0100668 };
669
670 i2c0: i2c@ff020000 {
Moritz Fischerde4914b2016-12-22 09:36:11 -0800671 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek44303df2015-10-30 15:39:18 +0100672 status = "disabled";
673 interrupt-parent = <&gic>;
674 interrupts = <0 17 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100675 reg = <0x0 0xff020000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100676 #address-cells = <1>;
677 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800678 power-domains = <&pd_i2c0>;
Michal Simek44303df2015-10-30 15:39:18 +0100679 };
680
681 i2c1: i2c@ff030000 {
Moritz Fischerde4914b2016-12-22 09:36:11 -0800682 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek44303df2015-10-30 15:39:18 +0100683 status = "disabled";
684 interrupt-parent = <&gic>;
685 interrupts = <0 18 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100686 reg = <0x0 0xff030000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100687 #address-cells = <1>;
688 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800689 power-domains = <&pd_i2c1>;
Michal Simek44303df2015-10-30 15:39:18 +0100690 };
691
Naga Sureshkumar Relli55344802016-05-18 12:23:13 +0530692 ocm: memory-controller@ff960000 {
693 compatible = "xlnx,zynqmp-ocmc-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100694 reg = <0x0 0xff960000 0x0 0x1000>;
Naga Sureshkumar Relli55344802016-05-18 12:23:13 +0530695 interrupt-parent = <&gic>;
696 interrupts = <0 10 4>;
697 };
698
Michal Simek44303df2015-10-30 15:39:18 +0100699 pcie: pcie@fd0e0000 {
700 compatible = "xlnx,nwl-pcie-2.11";
701 status = "disabled";
702 #address-cells = <3>;
703 #size-cells = <2>;
704 #interrupt-cells = <1>;
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530705 msi-controller;
Michal Simek44303df2015-10-30 15:39:18 +0100706 device_type = "pci";
707 interrupt-parent = <&gic>;
Michal Simek91a8b0e2016-01-20 12:59:23 +0100708 interrupts = <0 118 4>,
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530709 <0 117 4>,
Michal Simek91a8b0e2016-01-20 12:59:23 +0100710 <0 116 4>,
711 <0 115 4>, /* MSI_1 [63...32] */
712 <0 114 4>; /* MSI_0 [31...0] */
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530713 interrupt-names = "misc","dummy","intx", "msi1", "msi0";
714 msi-parent = <&pcie>;
Michal Simekb976fd62016-02-11 07:19:06 +0100715 reg = <0x0 0xfd0e0000 0x0 0x1000>,
716 <0x0 0xfd480000 0x0 0x1000>,
Bharat Kumar Gogada688d1be2016-08-02 20:34:13 +0530717 <0x80 0x00000000 0x0 0x1000000>;
Michal Simek44303df2015-10-30 15:39:18 +0100718 reg-names = "breg", "pcireg", "cfg";
Bharat Kumar Gogada688d1be2016-08-02 20:34:13 +0530719 ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000 /* non-prefetchable memory */
720 0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */
Bharat Kumar Gogada33aec512016-02-15 21:18:58 +0530721 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
722 interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
723 <0x0 0x0 0x0 0x2 &pcie_intc 0x2>,
724 <0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
725 <0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
Filip Drazic2af39322016-08-29 19:32:56 +0200726 power-domains = <&pd_pcie>;
Bharat Kumar Gogada33aec512016-02-15 21:18:58 +0530727 pcie_intc: legacy-interrupt-controller {
728 interrupt-controller;
729 #address-cells = <0>;
730 #interrupt-cells = <1>;
731 };
Michal Simek44303df2015-10-30 15:39:18 +0100732 };
733
734 qspi: spi@ff0f0000 {
735 compatible = "xlnx,zynqmp-qspi-1.0";
736 status = "disabled";
737 clock-names = "ref_clk", "pclk";
738 interrupts = <0 15 4>;
739 interrupt-parent = <&gic>;
740 num-cs = <1>;
Michal Simekb976fd62016-02-11 07:19:06 +0100741 reg = <0x0 0xff0f0000 0x0 0x1000>,
742 <0x0 0xc0000000 0x0 0x8000000>;
Michal Simek44303df2015-10-30 15:39:18 +0100743 #address-cells = <1>;
744 #size-cells = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200745 #stream-id-cells = <1>;
746 iommus = <&smmu 0x873>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800747 power-domains = <&pd_qspi>;
Michal Simek44303df2015-10-30 15:39:18 +0100748 };
749
750 rtc: rtc@ffa60000 {
751 compatible = "xlnx,zynqmp-rtc";
752 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100753 reg = <0x0 0xffa60000 0x0 0x100>;
Michal Simek44303df2015-10-30 15:39:18 +0100754 interrupt-parent = <&gic>;
755 interrupts = <0 26 4>, <0 27 4>;
756 interrupt-names = "alarm", "sec";
757 };
758
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530759 serdes: zynqmp_phy@fd400000 {
760 compatible = "xlnx,zynqmp-psgtr";
761 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100762 reg = <0x0 0xfd400000 0x0 0x40000>,
763 <0x0 0xfd3d0000 0x0 0x1000>,
764 <0x0 0xfd1a0000 0x0 0x1000>,
765 <0x0 0xff5e0000 0x0 0x1000>;
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530766 reg-names = "serdes", "siou", "fpd", "lpd";
767 xlnx,tx_termination_fix;
768 lane0: lane0 {
769 #phy-cells = <4>;
770 };
771 lane1: lane1 {
772 #phy-cells = <4>;
773 };
774 lane2: lane2 {
775 #phy-cells = <4>;
776 };
777 lane3: lane3 {
778 #phy-cells = <4>;
779 };
780 };
781
Michal Simek44303df2015-10-30 15:39:18 +0100782 sata: ahci@fd0c0000 {
783 compatible = "ceva,ahci-1v84";
784 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100785 reg = <0x0 0xfd0c0000 0x0 0x2000>;
Michal Simek44303df2015-10-30 15:39:18 +0100786 interrupt-parent = <&gic>;
787 interrupts = <0 133 4>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800788 power-domains = <&pd_sata>;
Michal Simek44303df2015-10-30 15:39:18 +0100789 };
790
791 sdhci0: sdhci@ff160000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100792 u-boot,dm-pre-reloc;
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530793 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek44303df2015-10-30 15:39:18 +0100794 status = "disabled";
795 interrupt-parent = <&gic>;
796 interrupts = <0 48 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100797 reg = <0x0 0xff160000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100798 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530799 xlnx,device_id = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200800 #stream-id-cells = <1>;
801 iommus = <&smmu 0x870>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800802 power-domains = <&pd_sd0>;
Michal Simek44303df2015-10-30 15:39:18 +0100803 };
804
805 sdhci1: sdhci@ff170000 {
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 49 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100811 reg = <0x0 0xff170000 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 = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200814 #stream-id-cells = <1>;
815 iommus = <&smmu 0x871>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800816 power-domains = <&pd_sd1>;
Michal Simek44303df2015-10-30 15:39:18 +0100817 };
818
819 smmu: smmu@fd800000 {
820 compatible = "arm,mmu-500";
Michal Simekb976fd62016-02-11 07:19:06 +0100821 reg = <0x0 0xfd800000 0x0 0x20000>;
Michal Simekba6ad312016-04-06 10:43:23 +0200822 #iommu-cells = <1>;
Michal Simek44303df2015-10-30 15:39:18 +0100823 #global-interrupts = <1>;
824 interrupt-parent = <&gic>;
Edgar E. Iglesias88a85aa2015-11-26 14:12:19 +0100825 interrupts = <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>,
828 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
829 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100830 mmu-masters = < &gem0 0x874
831 &gem1 0x875
832 &gem2 0x876
Michal Simekba6ad312016-04-06 10:43:23 +0200833 &gem3 0x877
834 &usb0 0x860
835 &usb1 0x861
836 &qspi 0x873
837 &lpd_dma_chan1 0x868
838 &lpd_dma_chan2 0x869
839 &lpd_dma_chan3 0x86a
840 &lpd_dma_chan4 0x86b
841 &lpd_dma_chan5 0x86c
842 &lpd_dma_chan6 0x86d
843 &lpd_dma_chan7 0x86e
844 &lpd_dma_chan8 0x86f
845 &fpd_dma_chan1 0x14e8
846 &fpd_dma_chan2 0x14e9
847 &fpd_dma_chan3 0x14ea
848 &fpd_dma_chan4 0x14eb
849 &fpd_dma_chan5 0x14ec
850 &fpd_dma_chan6 0x14ed
851 &fpd_dma_chan7 0x14ee
852 &fpd_dma_chan8 0x14ef
853 &sdhci0 0x870
854 &sdhci1 0x871
855 &nand0 0x872>;
Michal Simek44303df2015-10-30 15:39:18 +0100856 };
857
858 spi0: spi@ff040000 {
859 compatible = "cdns,spi-r1p6";
860 status = "disabled";
861 interrupt-parent = <&gic>;
862 interrupts = <0 19 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100863 reg = <0x0 0xff040000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100864 clock-names = "ref_clk", "pclk";
865 #address-cells = <1>;
866 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800867 power-domains = <&pd_spi0>;
Michal Simek44303df2015-10-30 15:39:18 +0100868 };
869
870 spi1: spi@ff050000 {
871 compatible = "cdns,spi-r1p6";
872 status = "disabled";
873 interrupt-parent = <&gic>;
874 interrupts = <0 20 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100875 reg = <0x0 0xff050000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100876 clock-names = "ref_clk", "pclk";
877 #address-cells = <1>;
878 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800879 power-domains = <&pd_spi1>;
Michal Simek44303df2015-10-30 15:39:18 +0100880 };
881
882 ttc0: timer@ff110000 {
883 compatible = "cdns,ttc";
884 status = "disabled";
885 interrupt-parent = <&gic>;
886 interrupts = <0 36 4>, <0 37 4>, <0 38 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100887 reg = <0x0 0xff110000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100888 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800889 power-domains = <&pd_ttc0>;
Michal Simek44303df2015-10-30 15:39:18 +0100890 };
891
892 ttc1: timer@ff120000 {
893 compatible = "cdns,ttc";
894 status = "disabled";
895 interrupt-parent = <&gic>;
896 interrupts = <0 39 4>, <0 40 4>, <0 41 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100897 reg = <0x0 0xff120000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100898 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800899 power-domains = <&pd_ttc1>;
Michal Simek44303df2015-10-30 15:39:18 +0100900 };
901
902 ttc2: timer@ff130000 {
903 compatible = "cdns,ttc";
904 status = "disabled";
905 interrupt-parent = <&gic>;
906 interrupts = <0 42 4>, <0 43 4>, <0 44 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100907 reg = <0x0 0xff130000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100908 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800909 power-domains = <&pd_ttc2>;
Michal Simek44303df2015-10-30 15:39:18 +0100910 };
911
912 ttc3: timer@ff140000 {
913 compatible = "cdns,ttc";
914 status = "disabled";
915 interrupt-parent = <&gic>;
916 interrupts = <0 45 4>, <0 46 4>, <0 47 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100917 reg = <0x0 0xff140000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100918 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800919 power-domains = <&pd_ttc3>;
Michal Simek44303df2015-10-30 15:39:18 +0100920 };
921
922 uart0: serial@ff000000 {
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 21 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100928 reg = <0x0 0xff000000 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_uart0>;
Michal Simek44303df2015-10-30 15:39:18 +0100931 };
932
933 uart1: serial@ff010000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100934 u-boot,dm-pre-reloc;
Michal Simekca2f5872015-11-27 13:22:58 +0100935 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek44303df2015-10-30 15:39:18 +0100936 status = "disabled";
937 interrupt-parent = <&gic>;
938 interrupts = <0 22 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100939 reg = <0x0 0xff010000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100940 clock-names = "uart_clk", "pclk";
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800941 power-domains = <&pd_uart1>;
Michal Simek44303df2015-10-30 15:39:18 +0100942 };
943
Michal Simekc926e6f2016-11-11 13:21:04 +0100944 usb0: usb0 {
Michal Simeka84de482016-04-07 15:06:07 +0200945 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100946 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +0100947 status = "disabled";
Michal Simeka84de482016-04-07 15:06:07 +0200948 compatible = "xlnx,zynqmp-dwc3";
949 clock-names = "bus_clk", "ref_clk";
950 clocks = <&clk125>, <&clk125>;
Michal Simekba6ad312016-04-06 10:43:23 +0200951 #stream-id-cells = <1>;
952 iommus = <&smmu 0x860>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800953 power-domains = <&pd_usb0>;
Michal Simeka84de482016-04-07 15:06:07 +0200954 ranges;
955
956 dwc3_0: dwc3@fe200000 {
957 compatible = "snps,dwc3";
958 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100959 reg = <0x0 0xfe200000 0x0 0x40000>;
Michal Simeka84de482016-04-07 15:06:07 +0200960 interrupt-parent = <&gic>;
961 interrupts = <0 65 4>;
962 /* snps,quirk-frame-length-adjustment = <0x20>; */
963 snps,refclk_fladj;
964 };
Michal Simek44303df2015-10-30 15:39:18 +0100965 };
966
Michal Simekc926e6f2016-11-11 13:21:04 +0100967 usb1: usb1 {
Michal Simeka84de482016-04-07 15:06:07 +0200968 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100969 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +0100970 status = "disabled";
Michal Simeka84de482016-04-07 15:06:07 +0200971 compatible = "xlnx,zynqmp-dwc3";
972 clock-names = "bus_clk", "ref_clk";
973 clocks = <&clk125>, <&clk125>;
Michal Simekba6ad312016-04-06 10:43:23 +0200974 #stream-id-cells = <1>;
975 iommus = <&smmu 0x861>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800976 power-domains = <&pd_usb1>;
Michal Simeka84de482016-04-07 15:06:07 +0200977 ranges;
978
979 dwc3_1: dwc3@fe300000 {
980 compatible = "snps,dwc3";
981 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100982 reg = <0x0 0xfe300000 0x0 0x40000>;
Michal Simeka84de482016-04-07 15:06:07 +0200983 interrupt-parent = <&gic>;
984 interrupts = <0 70 4>;
985 /* snps,quirk-frame-length-adjustment = <0x20>; */
986 snps,refclk_fladj;
987 };
Michal Simek44303df2015-10-30 15:39:18 +0100988 };
989
990 watchdog0: watchdog@fd4d0000 {
991 compatible = "cdns,wdt-r1p2";
992 status = "disabled";
993 interrupt-parent = <&gic>;
Punnaiah Choudary Kallurid3fd4332015-11-04 12:34:17 +0530994 interrupts = <0 113 1>;
Michal Simekb976fd62016-02-11 07:19:06 +0100995 reg = <0x0 0xfd4d0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100996 timeout-sec = <10>;
997 };
998
999 xilinx_drm: xilinx_drm {
1000 compatible = "xlnx,drm";
1001 status = "disabled";
1002 xlnx,encoder-slave = <&xlnx_dp>;
1003 xlnx,connector-type = "DisplayPort";
1004 xlnx,dp-sub = <&xlnx_dp_sub>;
1005 planes {
1006 xlnx,pixel-format = "rgb565";
1007 plane0 {
1008 dmas = <&xlnx_dpdma 3>;
Hyun Kwonbfe27982016-07-14 17:42:44 -07001009 dma-names = "dma0";
Michal Simek44303df2015-10-30 15:39:18 +01001010 };
1011 plane1 {
Hyun Kwonbfe27982016-07-14 17:42:44 -07001012 dmas = <&xlnx_dpdma 0>,
1013 <&xlnx_dpdma 1>,
1014 <&xlnx_dpdma 2>;
1015 dma-names = "dma0", "dma1", "dma2";
Michal Simek44303df2015-10-30 15:39:18 +01001016 };
1017 };
1018 };
1019
Hyun Kwon695d75a2015-11-23 17:12:54 -08001020 xlnx_dp: dp@fd4a0000 {
Michal Simek44303df2015-10-30 15:39:18 +01001021 compatible = "xlnx,v-dp";
1022 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001023 reg = <0x0 0xfd4a0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001024 interrupts = <0 119 4>;
1025 interrupt-parent = <&gic>;
1026 clock-names = "aclk", "aud_clk";
1027 xlnx,dp-version = "v1.2";
1028 xlnx,max-lanes = <2>;
1029 xlnx,max-link-rate = <540000>;
1030 xlnx,max-bpc = <16>;
1031 xlnx,enable-ycrcb;
1032 xlnx,colormetry = "rgb";
1033 xlnx,bpc = <8>;
1034 xlnx,audio-chan = <2>;
1035 xlnx,dp-sub = <&xlnx_dp_sub>;
Hyun Kwon939cfea2015-11-23 17:12:55 -08001036 xlnx,max-pclock-frequency = <300000>;
Michal Simek44303df2015-10-30 15:39:18 +01001037 };
1038
1039 xlnx_dp_snd_card: dp_snd_card {
1040 compatible = "xlnx,dp-snd-card";
1041 status = "disabled";
1042 xlnx,dp-snd-pcm = <&xlnx_dp_snd_pcm0>, <&xlnx_dp_snd_pcm1>;
1043 xlnx,dp-snd-codec = <&xlnx_dp_snd_codec0>;
1044 };
1045
1046 xlnx_dp_snd_codec0: dp_snd_codec0 {
1047 compatible = "xlnx,dp-snd-codec";
1048 status = "disabled";
1049 clock-names = "aud_clk";
1050 };
1051
1052 xlnx_dp_snd_pcm0: dp_snd_pcm0 {
1053 compatible = "xlnx,dp-snd-pcm";
1054 status = "disabled";
1055 dmas = <&xlnx_dpdma 4>;
1056 dma-names = "tx";
1057 };
1058
1059 xlnx_dp_snd_pcm1: dp_snd_pcm1 {
1060 compatible = "xlnx,dp-snd-pcm";
1061 status = "disabled";
1062 dmas = <&xlnx_dpdma 5>;
1063 dma-names = "tx";
1064 };
1065
Hyun Kwon695d75a2015-11-23 17:12:54 -08001066 xlnx_dp_sub: dp_sub@fd4aa000 {
Michal Simek44303df2015-10-30 15:39:18 +01001067 compatible = "xlnx,dp-sub";
1068 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001069 reg = <0x0 0xfd4aa000 0x0 0x1000>,
1070 <0x0 0xfd4ab000 0x0 0x1000>,
1071 <0x0 0xfd4ac000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001072 reg-names = "blend", "av_buf", "aud";
1073 xlnx,output-fmt = "rgb";
Hyun Kwon939cfea2015-11-23 17:12:55 -08001074 xlnx,vid-fmt = "yuyv";
1075 xlnx,gfx-fmt = "rgb565";
Michal Simek44303df2015-10-30 15:39:18 +01001076 };
1077
1078 xlnx_dpdma: dma@fd4c0000 {
1079 compatible = "xlnx,dpdma";
1080 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001081 reg = <0x0 0xfd4c0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001082 interrupts = <0 122 4>;
1083 interrupt-parent = <&gic>;
1084 clock-names = "axi_clk";
1085 dma-channels = <6>;
1086 #dma-cells = <1>;
Michal Simekc926e6f2016-11-11 13:21:04 +01001087 dma-video0channel {
Michal Simek44303df2015-10-30 15:39:18 +01001088 compatible = "xlnx,video0";
1089 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001090 dma-video1channel {
Michal Simek44303df2015-10-30 15:39:18 +01001091 compatible = "xlnx,video1";
1092 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001093 dma-video2channel {
Michal Simek44303df2015-10-30 15:39:18 +01001094 compatible = "xlnx,video2";
1095 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001096 dma-graphicschannel {
Michal Simek44303df2015-10-30 15:39:18 +01001097 compatible = "xlnx,graphics";
1098 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001099 dma-audio0channel {
Michal Simek44303df2015-10-30 15:39:18 +01001100 compatible = "xlnx,audio0";
1101 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001102 dma-audio1channel {
Michal Simek44303df2015-10-30 15:39:18 +01001103 compatible = "xlnx,audio1";
1104 };
1105 };
1106 };
1107};