blob: e80c74b09263a2a6dbe094a33c93beffb03f6c9a [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
Nava kishore Manne0d87c4f2017-01-17 16:57:24 +0530291 nvmem_firmware {
292 compatible = "xlnx,zynqmp-nvmem-fw";
293 #address-cells = <1>;
294 #size-cells = <1>;
295
296 soc_revision: soc_revision@0 {
297 reg = <0x0 0x4>;
298 };
299 };
300
Nava kishore Manne7689dce2017-05-22 12:05:17 +0530301 pcap: pcap {
Nava kishore Manned64e43f2016-08-21 00:17:52 +0530302 compatible = "xlnx,zynqmp-pcap-fpga";
303 };
304
Michal Simekc926e6f2016-11-11 13:21:04 +0100305 amba_apu: amba_apu@0 {
Michal Simek44303df2015-10-30 15:39:18 +0100306 compatible = "simple-bus";
307 #address-cells = <2>;
308 #size-cells = <1>;
Michal Simek85d11422016-04-07 15:07:38 +0200309 ranges = <0 0 0 0 0xffffffff>;
Michal Simek44303df2015-10-30 15:39:18 +0100310
311 gic: interrupt-controller@f9010000 {
312 compatible = "arm,gic-400", "arm,cortex-a15-gic";
313 #interrupt-cells = <3>;
314 reg = <0x0 0xf9010000 0x10000>,
Alexander Graf0a8c4f62016-05-12 13:44:01 +0200315 <0x0 0xf9020000 0x20000>,
Michal Simek44303df2015-10-30 15:39:18 +0100316 <0x0 0xf9040000 0x20000>,
Alexander Graf0a8c4f62016-05-12 13:44:01 +0200317 <0x0 0xf9060000 0x20000>;
Michal Simek44303df2015-10-30 15:39:18 +0100318 interrupt-controller;
319 interrupt-parent = <&gic>;
320 interrupts = <1 9 0xf04>;
321 };
322 };
323
Michal Simekb976fd62016-02-11 07:19:06 +0100324 amba: amba {
Michal Simek44303df2015-10-30 15:39:18 +0100325 compatible = "simple-bus";
Michal Simekc9811e12016-02-22 09:57:27 +0100326 u-boot,dm-pre-reloc;
Michal Simek44303df2015-10-30 15:39:18 +0100327 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100328 #size-cells = <2>;
329 ranges;
Michal Simek44303df2015-10-30 15:39:18 +0100330
331 can0: can@ff060000 {
332 compatible = "xlnx,zynq-can-1.0";
333 status = "disabled";
334 clock-names = "can_clk", "pclk";
Michal Simekb976fd62016-02-11 07:19:06 +0100335 reg = <0x0 0xff060000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100336 interrupts = <0 23 4>;
337 interrupt-parent = <&gic>;
338 tx-fifo-depth = <0x40>;
339 rx-fifo-depth = <0x40>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800340 power-domains = <&pd_can0>;
Michal Simek44303df2015-10-30 15:39:18 +0100341 };
342
343 can1: can@ff070000 {
344 compatible = "xlnx,zynq-can-1.0";
345 status = "disabled";
346 clock-names = "can_clk", "pclk";
Michal Simekb976fd62016-02-11 07:19:06 +0100347 reg = <0x0 0xff070000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100348 interrupts = <0 24 4>;
349 interrupt-parent = <&gic>;
350 tx-fifo-depth = <0x40>;
351 rx-fifo-depth = <0x40>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800352 power-domains = <&pd_can1>;
Michal Simek44303df2015-10-30 15:39:18 +0100353 };
354
Michal Simekff50d212015-11-26 11:21:25 +0100355 cci: cci@fd6e0000 {
356 compatible = "arm,cci-400";
Michal Simekb976fd62016-02-11 07:19:06 +0100357 reg = <0x0 0xfd6e0000 0x0 0x9000>;
Michal Simekff50d212015-11-26 11:21:25 +0100358 ranges = <0x0 0x0 0xfd6e0000 0x10000>;
359 #address-cells = <1>;
360 #size-cells = <1>;
361
362 pmu@9000 {
363 compatible = "arm,cci-400-pmu,r1";
364 reg = <0x9000 0x5000>;
365 interrupt-parent = <&gic>;
366 interrupts = <0 123 4>,
367 <0 123 4>,
368 <0 123 4>,
369 <0 123 4>,
370 <0 123 4>;
371 };
372 };
373
Michal Simek44303df2015-10-30 15:39:18 +0100374 /* GDMA */
375 fpd_dma_chan1: dma@fd500000 {
376 status = "disabled";
377 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100378 reg = <0x0 0xfd500000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100379 interrupt-parent = <&gic>;
380 interrupts = <0 124 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530381 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100382 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200383 #stream-id-cells = <1>;
384 iommus = <&smmu 0x14e8>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800385 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100386 };
387
388 fpd_dma_chan2: dma@fd510000 {
389 status = "disabled";
390 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100391 reg = <0x0 0xfd510000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100392 interrupt-parent = <&gic>;
393 interrupts = <0 125 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530394 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100395 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200396 #stream-id-cells = <1>;
397 iommus = <&smmu 0x14e9>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800398 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100399 };
400
401 fpd_dma_chan3: dma@fd520000 {
402 status = "disabled";
403 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100404 reg = <0x0 0xfd520000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100405 interrupt-parent = <&gic>;
406 interrupts = <0 126 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530407 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100408 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200409 #stream-id-cells = <1>;
410 iommus = <&smmu 0x14ea>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800411 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100412 };
413
414 fpd_dma_chan4: dma@fd530000 {
415 status = "disabled";
416 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100417 reg = <0x0 0xfd530000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100418 interrupt-parent = <&gic>;
419 interrupts = <0 127 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530420 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100421 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200422 #stream-id-cells = <1>;
423 iommus = <&smmu 0x14eb>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800424 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100425 };
426
427 fpd_dma_chan5: dma@fd540000 {
428 status = "disabled";
429 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100430 reg = <0x0 0xfd540000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100431 interrupt-parent = <&gic>;
432 interrupts = <0 128 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530433 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100434 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200435 #stream-id-cells = <1>;
436 iommus = <&smmu 0x14ec>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800437 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100438 };
439
440 fpd_dma_chan6: dma@fd550000 {
441 status = "disabled";
442 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100443 reg = <0x0 0xfd550000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100444 interrupt-parent = <&gic>;
445 interrupts = <0 129 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530446 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100447 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200448 #stream-id-cells = <1>;
449 iommus = <&smmu 0x14ed>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800450 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100451 };
452
453 fpd_dma_chan7: dma@fd560000 {
454 status = "disabled";
455 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100456 reg = <0x0 0xfd560000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100457 interrupt-parent = <&gic>;
458 interrupts = <0 130 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530459 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100460 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200461 #stream-id-cells = <1>;
462 iommus = <&smmu 0x14ee>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800463 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100464 };
465
466 fpd_dma_chan8: dma@fd570000 {
467 status = "disabled";
468 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100469 reg = <0x0 0xfd570000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100470 interrupt-parent = <&gic>;
471 interrupts = <0 131 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530472 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100473 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200474 #stream-id-cells = <1>;
475 iommus = <&smmu 0x14ef>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800476 power-domains = <&pd_gdma>;
Michal Simek44303df2015-10-30 15:39:18 +0100477 };
478
479 gpu: gpu@fd4b0000 {
480 status = "disabled";
481 compatible = "arm,mali-400", "arm,mali-utgard";
Hyun Kwon834ec8e2017-08-21 18:54:29 -0700482 reg = <0x0 0xfd4b0000 0x0 0x10000>;
Michal Simek44303df2015-10-30 15:39:18 +0100483 interrupt-parent = <&gic>;
484 interrupts = <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>;
485 interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0", "IRQPP1", "IRQPPMMU1";
Madhurkiran Harikrishnan59206dd2017-02-17 04:14:45 -0800486 clock-names = "gpu", "gpu_pp0", "gpu_pp1";
Filip Drazic2af39322016-08-29 19:32:56 +0200487 power-domains = <&pd_gpu>;
Michal Simek44303df2015-10-30 15:39:18 +0100488 };
489
Kedareswara rao Appana6af57732016-09-09 12:36:01 +0530490 /* LPDDMA default allows only secured access. inorder to enable
491 * These dma channels, Users should ensure that these dma
492 * Channels are allowed for non secure access.
493 */
Michal Simek44303df2015-10-30 15:39:18 +0100494 lpd_dma_chan1: dma@ffa80000 {
495 status = "disabled";
496 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530497 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100498 reg = <0x0 0xffa80000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100499 interrupt-parent = <&gic>;
500 interrupts = <0 77 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100501 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200502 #stream-id-cells = <1>;
503 iommus = <&smmu 0x868>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800504 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100505 };
506
507 lpd_dma_chan2: dma@ffa90000 {
508 status = "disabled";
509 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530510 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100511 reg = <0x0 0xffa90000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100512 interrupt-parent = <&gic>;
513 interrupts = <0 78 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100514 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200515 #stream-id-cells = <1>;
516 iommus = <&smmu 0x869>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800517 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100518 };
519
520 lpd_dma_chan3: dma@ffaa0000 {
521 status = "disabled";
522 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530523 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100524 reg = <0x0 0xffaa0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100525 interrupt-parent = <&gic>;
526 interrupts = <0 79 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100527 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200528 #stream-id-cells = <1>;
529 iommus = <&smmu 0x86a>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800530 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100531 };
532
533 lpd_dma_chan4: dma@ffab0000 {
534 status = "disabled";
535 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530536 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100537 reg = <0x0 0xffab0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100538 interrupt-parent = <&gic>;
539 interrupts = <0 80 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100540 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200541 #stream-id-cells = <1>;
542 iommus = <&smmu 0x86b>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800543 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100544 };
545
546 lpd_dma_chan5: dma@ffac0000 {
547 status = "disabled";
548 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530549 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100550 reg = <0x0 0xffac0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100551 interrupt-parent = <&gic>;
552 interrupts = <0 81 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100553 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200554 #stream-id-cells = <1>;
555 iommus = <&smmu 0x86c>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800556 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100557 };
558
559 lpd_dma_chan6: dma@ffad0000 {
560 status = "disabled";
561 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530562 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100563 reg = <0x0 0xffad0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100564 interrupt-parent = <&gic>;
565 interrupts = <0 82 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100566 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200567 #stream-id-cells = <1>;
568 iommus = <&smmu 0x86d>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800569 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100570 };
571
572 lpd_dma_chan7: dma@ffae0000 {
573 status = "disabled";
574 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530575 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100576 reg = <0x0 0xffae0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100577 interrupt-parent = <&gic>;
578 interrupts = <0 83 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100579 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200580 #stream-id-cells = <1>;
581 iommus = <&smmu 0x86e>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800582 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100583 };
584
585 lpd_dma_chan8: dma@ffaf0000 {
586 status = "disabled";
587 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appanad33046a2016-09-30 10:34:59 +0530588 clock-names = "clk_main", "clk_apb";
Michal Simekb976fd62016-02-11 07:19:06 +0100589 reg = <0x0 0xffaf0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100590 interrupt-parent = <&gic>;
591 interrupts = <0 84 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100592 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200593 #stream-id-cells = <1>;
594 iommus = <&smmu 0x86f>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800595 power-domains = <&pd_adma>;
Michal Simek44303df2015-10-30 15:39:18 +0100596 };
597
Naga Sureshkumar Relli90869002016-03-11 13:10:26 +0530598 mc: memory-controller@fd070000 {
599 compatible = "xlnx,zynqmp-ddrc-2.40a";
Michal Simekb976fd62016-02-11 07:19:06 +0100600 reg = <0x0 0xfd070000 0x0 0x30000>;
Naga Sureshkumar Relli90869002016-03-11 13:10:26 +0530601 interrupt-parent = <&gic>;
602 interrupts = <0 112 4>;
603 };
604
Michal Simek44303df2015-10-30 15:39:18 +0100605 nand0: nand@ff100000 {
606 compatible = "arasan,nfc-v3p10";
607 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100608 reg = <0x0 0xff100000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100609 clock-names = "clk_sys", "clk_flash";
610 interrupt-parent = <&gic>;
611 interrupts = <0 14 4>;
612 #address-cells = <2>;
613 #size-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200614 #stream-id-cells = <1>;
615 iommus = <&smmu 0x872>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800616 power-domains = <&pd_nand>;
Michal Simek44303df2015-10-30 15:39:18 +0100617 };
618
619 gem0: ethernet@ff0b0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100620 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100621 status = "disabled";
622 interrupt-parent = <&gic>;
623 interrupts = <0 57 4>, <0 57 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100624 reg = <0x0 0xff0b0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100625 clock-names = "pclk", "hclk", "tx_clk";
626 #address-cells = <1>;
627 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100628 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200629 iommus = <&smmu 0x874>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800630 power-domains = <&pd_eth0>;
Michal Simek44303df2015-10-30 15:39:18 +0100631 };
632
633 gem1: ethernet@ff0c0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100634 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100635 status = "disabled";
636 interrupt-parent = <&gic>;
637 interrupts = <0 59 4>, <0 59 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100638 reg = <0x0 0xff0c0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100639 clock-names = "pclk", "hclk", "tx_clk";
640 #address-cells = <1>;
641 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100642 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200643 iommus = <&smmu 0x875>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800644 power-domains = <&pd_eth1>;
Michal Simek44303df2015-10-30 15:39:18 +0100645 };
646
647 gem2: ethernet@ff0d0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100648 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100649 status = "disabled";
650 interrupt-parent = <&gic>;
651 interrupts = <0 61 4>, <0 61 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100652 reg = <0x0 0xff0d0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100653 clock-names = "pclk", "hclk", "tx_clk";
654 #address-cells = <1>;
655 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100656 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200657 iommus = <&smmu 0x876>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800658 power-domains = <&pd_eth2>;
Michal Simek44303df2015-10-30 15:39:18 +0100659 };
660
661 gem3: ethernet@ff0e0000 {
Michal Simekda2ad782016-02-11 15:26:46 +0100662 compatible = "cdns,zynqmp-gem";
Michal Simek44303df2015-10-30 15:39:18 +0100663 status = "disabled";
664 interrupt-parent = <&gic>;
665 interrupts = <0 63 4>, <0 63 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100666 reg = <0x0 0xff0e0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100667 clock-names = "pclk", "hclk", "tx_clk";
668 #address-cells = <1>;
669 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100670 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200671 iommus = <&smmu 0x877>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800672 power-domains = <&pd_eth3>;
Michal Simek44303df2015-10-30 15:39:18 +0100673 };
674
675 gpio: gpio@ff0a0000 {
676 compatible = "xlnx,zynqmp-gpio-1.0";
677 status = "disabled";
678 #gpio-cells = <0x2>;
679 interrupt-parent = <&gic>;
680 interrupts = <0 16 4>;
Michal Simek9e826b62016-10-20 10:26:13 +0200681 interrupt-controller;
682 #interrupt-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100683 reg = <0x0 0xff0a0000 0x0 0x1000>;
Michal Simek0b33e0b12017-08-30 08:06:11 +0200684 gpio-controller;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800685 power-domains = <&pd_gpio>;
Michal Simek44303df2015-10-30 15:39:18 +0100686 };
687
688 i2c0: i2c@ff020000 {
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 17 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100693 reg = <0x0 0xff020000 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_i2c0>;
Michal Simek44303df2015-10-30 15:39:18 +0100697 };
698
699 i2c1: i2c@ff030000 {
Moritz Fischerde4914b2016-12-22 09:36:11 -0800700 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek44303df2015-10-30 15:39:18 +0100701 status = "disabled";
702 interrupt-parent = <&gic>;
703 interrupts = <0 18 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100704 reg = <0x0 0xff030000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100705 #address-cells = <1>;
706 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800707 power-domains = <&pd_i2c1>;
Michal Simek44303df2015-10-30 15:39:18 +0100708 };
709
Naga Sureshkumar Relli55344802016-05-18 12:23:13 +0530710 ocm: memory-controller@ff960000 {
711 compatible = "xlnx,zynqmp-ocmc-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100712 reg = <0x0 0xff960000 0x0 0x1000>;
Naga Sureshkumar Relli55344802016-05-18 12:23:13 +0530713 interrupt-parent = <&gic>;
714 interrupts = <0 10 4>;
715 };
716
Michal Simek44303df2015-10-30 15:39:18 +0100717 pcie: pcie@fd0e0000 {
718 compatible = "xlnx,nwl-pcie-2.11";
719 status = "disabled";
720 #address-cells = <3>;
721 #size-cells = <2>;
722 #interrupt-cells = <1>;
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530723 msi-controller;
Michal Simek44303df2015-10-30 15:39:18 +0100724 device_type = "pci";
725 interrupt-parent = <&gic>;
Michal Simek91a8b0e2016-01-20 12:59:23 +0100726 interrupts = <0 118 4>,
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530727 <0 117 4>,
Michal Simek91a8b0e2016-01-20 12:59:23 +0100728 <0 116 4>,
729 <0 115 4>, /* MSI_1 [63...32] */
730 <0 114 4>; /* MSI_0 [31...0] */
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530731 interrupt-names = "misc","dummy","intx", "msi1", "msi0";
732 msi-parent = <&pcie>;
Michal Simekb976fd62016-02-11 07:19:06 +0100733 reg = <0x0 0xfd0e0000 0x0 0x1000>,
734 <0x0 0xfd480000 0x0 0x1000>,
Bharat Kumar Gogada688d1be2016-08-02 20:34:13 +0530735 <0x80 0x00000000 0x0 0x1000000>;
Michal Simek44303df2015-10-30 15:39:18 +0100736 reg-names = "breg", "pcireg", "cfg";
Bharat Kumar Gogada688d1be2016-08-02 20:34:13 +0530737 ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000 /* non-prefetchable memory */
738 0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */
Rob Herringec2b2d42017-03-21 21:03:13 -0500739 bus-range = <0x00 0xff>;
Bharat Kumar Gogada33aec512016-02-15 21:18:58 +0530740 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
741 interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
742 <0x0 0x0 0x0 0x2 &pcie_intc 0x2>,
743 <0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
744 <0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
Filip Drazic2af39322016-08-29 19:32:56 +0200745 power-domains = <&pd_pcie>;
Bharat Kumar Gogada33aec512016-02-15 21:18:58 +0530746 pcie_intc: legacy-interrupt-controller {
747 interrupt-controller;
748 #address-cells = <0>;
749 #interrupt-cells = <1>;
750 };
Michal Simek44303df2015-10-30 15:39:18 +0100751 };
752
753 qspi: spi@ff0f0000 {
754 compatible = "xlnx,zynqmp-qspi-1.0";
755 status = "disabled";
756 clock-names = "ref_clk", "pclk";
757 interrupts = <0 15 4>;
758 interrupt-parent = <&gic>;
759 num-cs = <1>;
Michal Simekb976fd62016-02-11 07:19:06 +0100760 reg = <0x0 0xff0f0000 0x0 0x1000>,
761 <0x0 0xc0000000 0x0 0x8000000>;
Michal Simek44303df2015-10-30 15:39:18 +0100762 #address-cells = <1>;
763 #size-cells = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200764 #stream-id-cells = <1>;
765 iommus = <&smmu 0x873>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800766 power-domains = <&pd_qspi>;
Michal Simek44303df2015-10-30 15:39:18 +0100767 };
768
769 rtc: rtc@ffa60000 {
770 compatible = "xlnx,zynqmp-rtc";
771 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100772 reg = <0x0 0xffa60000 0x0 0x100>;
Michal Simek44303df2015-10-30 15:39:18 +0100773 interrupt-parent = <&gic>;
774 interrupts = <0 26 4>, <0 27 4>;
775 interrupt-names = "alarm", "sec";
Nava kishore Manne4d9d6982017-01-27 18:20:14 +0530776 calibration = <0x8000>;
Michal Simek44303df2015-10-30 15:39:18 +0100777 };
778
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530779 serdes: zynqmp_phy@fd400000 {
780 compatible = "xlnx,zynqmp-psgtr";
781 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100782 reg = <0x0 0xfd400000 0x0 0x40000>,
783 <0x0 0xfd3d0000 0x0 0x1000>,
784 <0x0 0xfd1a0000 0x0 0x1000>,
785 <0x0 0xff5e0000 0x0 0x1000>;
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530786 reg-names = "serdes", "siou", "fpd", "lpd";
Michal Simek3940bca2017-01-17 14:36:54 +0100787 nvmem-cells = <&soc_revision>;
788 nvmem-cell-names = "soc_revision";
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530789 lane0: lane0 {
790 #phy-cells = <4>;
791 };
792 lane1: lane1 {
793 #phy-cells = <4>;
794 };
795 lane2: lane2 {
796 #phy-cells = <4>;
797 };
798 lane3: lane3 {
799 #phy-cells = <4>;
800 };
801 };
802
Michal Simek44303df2015-10-30 15:39:18 +0100803 sata: ahci@fd0c0000 {
804 compatible = "ceva,ahci-1v84";
805 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100806 reg = <0x0 0xfd0c0000 0x0 0x2000>;
Michal Simek44303df2015-10-30 15:39:18 +0100807 interrupt-parent = <&gic>;
808 interrupts = <0 133 4>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800809 power-domains = <&pd_sata>;
Anurag Kumar Vulisha110d06b2017-07-04 20:03:42 +0530810 #stream-id-cells = <4>;
811 iommus = <&smmu 0x4c0>, <&smmu 0x4c1>,
812 <&smmu 0x4c2>, <&smmu 0x4c3>;
813 /* dma-coherent; */
Michal Simek44303df2015-10-30 15:39:18 +0100814 };
815
816 sdhci0: sdhci@ff160000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100817 u-boot,dm-pre-reloc;
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530818 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek44303df2015-10-30 15:39:18 +0100819 status = "disabled";
820 interrupt-parent = <&gic>;
821 interrupts = <0 48 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100822 reg = <0x0 0xff160000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100823 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530824 xlnx,device_id = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200825 #stream-id-cells = <1>;
826 iommus = <&smmu 0x870>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800827 power-domains = <&pd_sd0>;
Michal Simek44303df2015-10-30 15:39:18 +0100828 };
829
830 sdhci1: sdhci@ff170000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100831 u-boot,dm-pre-reloc;
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530832 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek44303df2015-10-30 15:39:18 +0100833 status = "disabled";
834 interrupt-parent = <&gic>;
835 interrupts = <0 49 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100836 reg = <0x0 0xff170000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100837 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530838 xlnx,device_id = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200839 #stream-id-cells = <1>;
840 iommus = <&smmu 0x871>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800841 power-domains = <&pd_sd1>;
Michal Simek44303df2015-10-30 15:39:18 +0100842 };
843
Michal Simek9c77cb72017-11-02 11:51:59 +0100844 pinctrl0: pinctrl@ff180000 {
845 compatible = "xlnx,pinctrl-zynqmp";
846 status = "disabled";
847 reg = <0x0 0xff180000 0x0 0x1000>;
848 };
849
Michal Simek44303df2015-10-30 15:39:18 +0100850 smmu: smmu@fd800000 {
851 compatible = "arm,mmu-500";
Michal Simekb976fd62016-02-11 07:19:06 +0100852 reg = <0x0 0xfd800000 0x0 0x20000>;
Michal Simekba6ad312016-04-06 10:43:23 +0200853 #iommu-cells = <1>;
Naga Sureshkumar Relli10f2a292017-03-09 20:00:13 +0530854 status = "disabled";
Michal Simek44303df2015-10-30 15:39:18 +0100855 #global-interrupts = <1>;
856 interrupt-parent = <&gic>;
Edgar E. Iglesias88a85aa2015-11-26 14:12:19 +0100857 interrupts = <0 155 4>,
858 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
859 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
860 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
861 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100862 };
863
864 spi0: spi@ff040000 {
865 compatible = "cdns,spi-r1p6";
866 status = "disabled";
867 interrupt-parent = <&gic>;
868 interrupts = <0 19 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100869 reg = <0x0 0xff040000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100870 clock-names = "ref_clk", "pclk";
871 #address-cells = <1>;
872 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800873 power-domains = <&pd_spi0>;
Michal Simek44303df2015-10-30 15:39:18 +0100874 };
875
876 spi1: spi@ff050000 {
877 compatible = "cdns,spi-r1p6";
878 status = "disabled";
879 interrupt-parent = <&gic>;
880 interrupts = <0 20 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100881 reg = <0x0 0xff050000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100882 clock-names = "ref_clk", "pclk";
883 #address-cells = <1>;
884 #size-cells = <0>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800885 power-domains = <&pd_spi1>;
Michal Simek44303df2015-10-30 15:39:18 +0100886 };
887
888 ttc0: timer@ff110000 {
889 compatible = "cdns,ttc";
890 status = "disabled";
891 interrupt-parent = <&gic>;
892 interrupts = <0 36 4>, <0 37 4>, <0 38 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100893 reg = <0x0 0xff110000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100894 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800895 power-domains = <&pd_ttc0>;
Michal Simek44303df2015-10-30 15:39:18 +0100896 };
897
898 ttc1: timer@ff120000 {
899 compatible = "cdns,ttc";
900 status = "disabled";
901 interrupt-parent = <&gic>;
902 interrupts = <0 39 4>, <0 40 4>, <0 41 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100903 reg = <0x0 0xff120000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100904 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800905 power-domains = <&pd_ttc1>;
Michal Simek44303df2015-10-30 15:39:18 +0100906 };
907
908 ttc2: timer@ff130000 {
909 compatible = "cdns,ttc";
910 status = "disabled";
911 interrupt-parent = <&gic>;
912 interrupts = <0 42 4>, <0 43 4>, <0 44 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100913 reg = <0x0 0xff130000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100914 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800915 power-domains = <&pd_ttc2>;
Michal Simek44303df2015-10-30 15:39:18 +0100916 };
917
918 ttc3: timer@ff140000 {
919 compatible = "cdns,ttc";
920 status = "disabled";
921 interrupt-parent = <&gic>;
922 interrupts = <0 45 4>, <0 46 4>, <0 47 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100923 reg = <0x0 0xff140000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100924 timer-width = <32>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800925 power-domains = <&pd_ttc3>;
Michal Simek44303df2015-10-30 15:39:18 +0100926 };
927
928 uart0: serial@ff000000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100929 u-boot,dm-pre-reloc;
Michal Simekca2f5872015-11-27 13:22:58 +0100930 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek44303df2015-10-30 15:39:18 +0100931 status = "disabled";
932 interrupt-parent = <&gic>;
933 interrupts = <0 21 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100934 reg = <0x0 0xff000000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100935 clock-names = "uart_clk", "pclk";
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800936 power-domains = <&pd_uart0>;
Michal Simek44303df2015-10-30 15:39:18 +0100937 };
938
939 uart1: serial@ff010000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100940 u-boot,dm-pre-reloc;
Michal Simekca2f5872015-11-27 13:22:58 +0100941 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek44303df2015-10-30 15:39:18 +0100942 status = "disabled";
943 interrupt-parent = <&gic>;
944 interrupts = <0 22 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100945 reg = <0x0 0xff010000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100946 clock-names = "uart_clk", "pclk";
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800947 power-domains = <&pd_uart1>;
Michal Simek44303df2015-10-30 15:39:18 +0100948 };
949
Michal Simekc926e6f2016-11-11 13:21:04 +0100950 usb0: usb0 {
Michal Simeka84de482016-04-07 15:06:07 +0200951 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100952 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +0100953 status = "disabled";
Michal Simeka84de482016-04-07 15:06:07 +0200954 compatible = "xlnx,zynqmp-dwc3";
955 clock-names = "bus_clk", "ref_clk";
956 clocks = <&clk125>, <&clk125>;
Michal Simekba6ad312016-04-06 10:43:23 +0200957 #stream-id-cells = <1>;
958 iommus = <&smmu 0x860>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800959 power-domains = <&pd_usb0>;
Michal Simeka84de482016-04-07 15:06:07 +0200960 ranges;
961
962 dwc3_0: dwc3@fe200000 {
963 compatible = "snps,dwc3";
964 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100965 reg = <0x0 0xfe200000 0x0 0x40000>;
Michal Simeka84de482016-04-07 15:06:07 +0200966 interrupt-parent = <&gic>;
967 interrupts = <0 65 4>;
968 /* snps,quirk-frame-length-adjustment = <0x20>; */
969 snps,refclk_fladj;
970 };
Michal Simek44303df2015-10-30 15:39:18 +0100971 };
972
Michal Simekc926e6f2016-11-11 13:21:04 +0100973 usb1: usb1 {
Michal Simeka84de482016-04-07 15:06:07 +0200974 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100975 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +0100976 status = "disabled";
Michal Simeka84de482016-04-07 15:06:07 +0200977 compatible = "xlnx,zynqmp-dwc3";
978 clock-names = "bus_clk", "ref_clk";
979 clocks = <&clk125>, <&clk125>;
Michal Simekba6ad312016-04-06 10:43:23 +0200980 #stream-id-cells = <1>;
981 iommus = <&smmu 0x861>;
Soren Brinkmann8f4e3972016-01-11 15:34:42 -0800982 power-domains = <&pd_usb1>;
Michal Simeka84de482016-04-07 15:06:07 +0200983 ranges;
984
985 dwc3_1: dwc3@fe300000 {
986 compatible = "snps,dwc3";
987 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100988 reg = <0x0 0xfe300000 0x0 0x40000>;
Michal Simeka84de482016-04-07 15:06:07 +0200989 interrupt-parent = <&gic>;
990 interrupts = <0 70 4>;
991 /* snps,quirk-frame-length-adjustment = <0x20>; */
992 snps,refclk_fladj;
993 };
Michal Simek44303df2015-10-30 15:39:18 +0100994 };
995
996 watchdog0: watchdog@fd4d0000 {
997 compatible = "cdns,wdt-r1p2";
998 status = "disabled";
999 interrupt-parent = <&gic>;
Punnaiah Choudary Kallurid3fd4332015-11-04 12:34:17 +05301000 interrupts = <0 113 1>;
Michal Simekb976fd62016-02-11 07:19:06 +01001001 reg = <0x0 0xfd4d0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001002 timeout-sec = <10>;
1003 };
1004
1005 xilinx_drm: xilinx_drm {
1006 compatible = "xlnx,drm";
1007 status = "disabled";
1008 xlnx,encoder-slave = <&xlnx_dp>;
1009 xlnx,connector-type = "DisplayPort";
1010 xlnx,dp-sub = <&xlnx_dp_sub>;
1011 planes {
1012 xlnx,pixel-format = "rgb565";
1013 plane0 {
1014 dmas = <&xlnx_dpdma 3>;
Hyun Kwonbfe27982016-07-14 17:42:44 -07001015 dma-names = "dma0";
Michal Simek44303df2015-10-30 15:39:18 +01001016 };
1017 plane1 {
Hyun Kwonbfe27982016-07-14 17:42:44 -07001018 dmas = <&xlnx_dpdma 0>,
1019 <&xlnx_dpdma 1>,
1020 <&xlnx_dpdma 2>;
1021 dma-names = "dma0", "dma1", "dma2";
Michal Simek44303df2015-10-30 15:39:18 +01001022 };
1023 };
1024 };
1025
Hyun Kwon695d75a2015-11-23 17:12:54 -08001026 xlnx_dp: dp@fd4a0000 {
Michal Simek44303df2015-10-30 15:39:18 +01001027 compatible = "xlnx,v-dp";
1028 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001029 reg = <0x0 0xfd4a0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001030 interrupts = <0 119 4>;
1031 interrupt-parent = <&gic>;
1032 clock-names = "aclk", "aud_clk";
Jyotheeswar Reddy Mutthareddyvari5f9b0832017-01-02 14:34:51 +05301033 power-domains = <&pd_dp>;
Michal Simek44303df2015-10-30 15:39:18 +01001034 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";
Jyotheeswar Reddy Mutthareddyvari5f9b0832017-01-02 14:34:51 +05301083 power-domains = <&pd_dp>;
Michal Simek44303df2015-10-30 15:39:18 +01001084 };
1085
1086 xlnx_dpdma: dma@fd4c0000 {
1087 compatible = "xlnx,dpdma";
1088 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001089 reg = <0x0 0xfd4c0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001090 interrupts = <0 122 4>;
1091 interrupt-parent = <&gic>;
1092 clock-names = "axi_clk";
Jyotheeswar Reddy Mutthareddyvari5f9b0832017-01-02 14:34:51 +05301093 power-domains = <&pd_dp>;
Michal Simek44303df2015-10-30 15:39:18 +01001094 dma-channels = <6>;
1095 #dma-cells = <1>;
Michal Simekc926e6f2016-11-11 13:21:04 +01001096 dma-video0channel {
Michal Simek44303df2015-10-30 15:39:18 +01001097 compatible = "xlnx,video0";
1098 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001099 dma-video1channel {
Michal Simek44303df2015-10-30 15:39:18 +01001100 compatible = "xlnx,video1";
1101 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001102 dma-video2channel {
Michal Simek44303df2015-10-30 15:39:18 +01001103 compatible = "xlnx,video2";
1104 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001105 dma-graphicschannel {
Michal Simek44303df2015-10-30 15:39:18 +01001106 compatible = "xlnx,graphics";
1107 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001108 dma-audio0channel {
Michal Simek44303df2015-10-30 15:39:18 +01001109 compatible = "xlnx,audio0";
1110 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001111 dma-audio1channel {
Michal Simek44303df2015-10-30 15:39:18 +01001112 compatible = "xlnx,audio1";
1113 };
1114 };
1115 };
1116};