blob: 788ad0473efef27667039c5be11a4ffec7e739f4 [file] [log] [blame]
Michal Simek54b896f2015-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 Simek0c365702016-12-16 13:12:48 +010010
Michal Simek54b896f2015-10-30 15:39:18 +010011/ {
12 compatible = "xlnx,zynqmp";
13 #address-cells = <2>;
Michal Simekd171c752016-04-07 15:07:38 +020014 #size-cells = <2>;
Michal Simek54b896f2015-10-30 15:39:18 +010015
16 cpus {
17 #address-cells = <1>;
18 #size-cells = <0>;
19
Michal Simek28663032017-02-06 10:09:53 +010020 cpu0: cpu@0 {
Michal Simek54b896f2015-10-30 15:39:18 +010021 compatible = "arm,cortex-a53", "arm,armv8";
22 device_type = "cpu";
23 enable-method = "psci";
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053024 operating-points-v2 = <&cpu_opp_table>;
Michal Simek54b896f2015-10-30 15:39:18 +010025 reg = <0x0>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020026 cpu-idle-states = <&CPU_SLEEP_0>;
Michal Simek54b896f2015-10-30 15:39:18 +010027 };
28
Michal Simek28663032017-02-06 10:09:53 +010029 cpu1: cpu@1 {
Michal Simek54b896f2015-10-30 15:39:18 +010030 compatible = "arm,cortex-a53", "arm,armv8";
31 device_type = "cpu";
32 enable-method = "psci";
33 reg = <0x1>;
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053034 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020035 cpu-idle-states = <&CPU_SLEEP_0>;
Michal Simek54b896f2015-10-30 15:39:18 +010036 };
37
Michal Simek28663032017-02-06 10:09:53 +010038 cpu2: cpu@2 {
Michal Simek54b896f2015-10-30 15:39:18 +010039 compatible = "arm,cortex-a53", "arm,armv8";
40 device_type = "cpu";
41 enable-method = "psci";
42 reg = <0x2>;
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053043 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020044 cpu-idle-states = <&CPU_SLEEP_0>;
Michal Simek54b896f2015-10-30 15:39:18 +010045 };
46
Michal Simek28663032017-02-06 10:09:53 +010047 cpu3: cpu@3 {
Michal Simek54b896f2015-10-30 15:39:18 +010048 compatible = "arm,cortex-a53", "arm,armv8";
49 device_type = "cpu";
50 enable-method = "psci";
51 reg = <0x3>;
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053052 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020053 cpu-idle-states = <&CPU_SLEEP_0>;
54 };
55
56 idle-states {
Jyotheeswar Reddy96d44242017-01-13 16:13:39 +053057 entry-method = "arm,psci";
Stefan Krsmanovic8e16a6e2016-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 Shah5a5d5b32017-06-14 15:03:52 -070065 min-residency-us = <10000>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020066 };
Michal Simek54b896f2015-10-30 15:39:18 +010067 };
68 };
69
Shubhrajyoti Dattaec9c6c82017-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 Simekde29d542016-09-09 08:46:39 +020095 dcc: dcc {
96 compatible = "arm,dcc";
97 status = "disabled";
98 u-boot,dm-pre-reloc;
99 };
100
Soren Brinkmann40ef7de2016-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 Brinkmann40ef7de2016-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 Drazicfe716f92016-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 Drazic5957bf32016-08-29 19:32:59 +0200246 pd-id = <0x3a 0x14 0x15>;
Filip Drazicfe716f92016-08-29 19:32:56 +0200247 };
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800248 };
249
Michal Simek54b896f2015-10-30 15:39:18 +0100250 pmu {
251 compatible = "arm,armv8-pmuv3";
Michal Simek86e6eee2016-04-07 15:28:33 +0200252 interrupt-parent = <&gic>;
Michal Simek54b896f2015-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 Brinkmanna6b64512016-11-21 16:12:05 -0800267 interrupt-parent = <&gic>;
268 interrupts = <0 35 4>;
Michal Simek54b896f2015-10-30 15:39:18 +0100269 };
270
271 timer {
272 compatible = "arm,armv8-timer";
273 interrupt-parent = <&gic>;
Michal Simek2155a602017-02-09 14:45:12 +0100274 interrupts = <1 13 0xf08>,
275 <1 14 0xf08>,
276 <1 11 0xf08>,
277 <1 10 0xf08>;
Michal Simek54b896f2015-10-30 15:39:18 +0100278 };
279
Naga Sureshkumar Relli1931f212016-06-20 15:48:30 +0530280 edac {
281 compatible = "arm,cortex-a53-edac";
282 };
283
Nava kishore Mannea1763ba2017-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 Manne59dc8ce2017-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 Mannea1763ba2017-05-22 12:05:17 +0530301 pcap: pcap {
Nava kishore Manne90571702016-08-21 00:17:52 +0530302 compatible = "xlnx,zynqmp-pcap-fpga";
303 };
304
Anurag Kumar Vulisha767e9752017-02-06 21:40:34 +0530305 rst: reset-controller {
306 compatible = "xlnx,zynqmp-reset";
307 #reset-cells = <1>;
308 };
309
Michal Simek79c1cbf2016-11-11 13:21:04 +0100310 amba_apu: amba_apu@0 {
Michal Simek54b896f2015-10-30 15:39:18 +0100311 compatible = "simple-bus";
312 #address-cells = <2>;
313 #size-cells = <1>;
Michal Simekd171c752016-04-07 15:07:38 +0200314 ranges = <0 0 0 0 0xffffffff>;
Michal Simek54b896f2015-10-30 15:39:18 +0100315
316 gic: interrupt-controller@f9010000 {
317 compatible = "arm,gic-400", "arm,cortex-a15-gic";
318 #interrupt-cells = <3>;
319 reg = <0x0 0xf9010000 0x10000>,
Alexander Grafd35e65d2016-05-12 13:44:01 +0200320 <0x0 0xf9020000 0x20000>,
Michal Simek54b896f2015-10-30 15:39:18 +0100321 <0x0 0xf9040000 0x20000>,
Alexander Grafd35e65d2016-05-12 13:44:01 +0200322 <0x0 0xf9060000 0x20000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100323 interrupt-controller;
324 interrupt-parent = <&gic>;
325 interrupts = <1 9 0xf04>;
326 };
327 };
328
Michal Simek72b562a2016-02-11 07:19:06 +0100329 amba: amba {
Michal Simek54b896f2015-10-30 15:39:18 +0100330 compatible = "simple-bus";
Michal Simekba087532016-02-22 09:57:27 +0100331 u-boot,dm-pre-reloc;
Michal Simek54b896f2015-10-30 15:39:18 +0100332 #address-cells = <2>;
Michal Simek72b562a2016-02-11 07:19:06 +0100333 #size-cells = <2>;
334 ranges;
Michal Simek54b896f2015-10-30 15:39:18 +0100335
336 can0: can@ff060000 {
337 compatible = "xlnx,zynq-can-1.0";
338 status = "disabled";
339 clock-names = "can_clk", "pclk";
Michal Simek72b562a2016-02-11 07:19:06 +0100340 reg = <0x0 0xff060000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100341 interrupts = <0 23 4>;
342 interrupt-parent = <&gic>;
343 tx-fifo-depth = <0x40>;
344 rx-fifo-depth = <0x40>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800345 power-domains = <&pd_can0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100346 };
347
348 can1: can@ff070000 {
349 compatible = "xlnx,zynq-can-1.0";
350 status = "disabled";
351 clock-names = "can_clk", "pclk";
Michal Simek72b562a2016-02-11 07:19:06 +0100352 reg = <0x0 0xff070000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100353 interrupts = <0 24 4>;
354 interrupt-parent = <&gic>;
355 tx-fifo-depth = <0x40>;
356 rx-fifo-depth = <0x40>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800357 power-domains = <&pd_can1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100358 };
359
Michal Simekb197dd42015-11-26 11:21:25 +0100360 cci: cci@fd6e0000 {
361 compatible = "arm,cci-400";
Michal Simek72b562a2016-02-11 07:19:06 +0100362 reg = <0x0 0xfd6e0000 0x0 0x9000>;
Michal Simekb197dd42015-11-26 11:21:25 +0100363 ranges = <0x0 0x0 0xfd6e0000 0x10000>;
364 #address-cells = <1>;
365 #size-cells = <1>;
366
367 pmu@9000 {
368 compatible = "arm,cci-400-pmu,r1";
369 reg = <0x9000 0x5000>;
370 interrupt-parent = <&gic>;
371 interrupts = <0 123 4>,
372 <0 123 4>,
373 <0 123 4>,
374 <0 123 4>,
375 <0 123 4>;
376 };
377 };
378
Michal Simek54b896f2015-10-30 15:39:18 +0100379 /* GDMA */
380 fpd_dma_chan1: dma@fd500000 {
381 status = "disabled";
382 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100383 reg = <0x0 0xfd500000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100384 interrupt-parent = <&gic>;
385 interrupts = <0 124 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530386 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100387 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200388 #stream-id-cells = <1>;
389 iommus = <&smmu 0x14e8>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800390 power-domains = <&pd_gdma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100391 };
392
393 fpd_dma_chan2: dma@fd510000 {
394 status = "disabled";
395 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100396 reg = <0x0 0xfd510000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100397 interrupt-parent = <&gic>;
398 interrupts = <0 125 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530399 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100400 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200401 #stream-id-cells = <1>;
402 iommus = <&smmu 0x14e9>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800403 power-domains = <&pd_gdma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100404 };
405
406 fpd_dma_chan3: dma@fd520000 {
407 status = "disabled";
408 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100409 reg = <0x0 0xfd520000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100410 interrupt-parent = <&gic>;
411 interrupts = <0 126 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530412 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100413 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200414 #stream-id-cells = <1>;
415 iommus = <&smmu 0x14ea>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800416 power-domains = <&pd_gdma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100417 };
418
419 fpd_dma_chan4: dma@fd530000 {
420 status = "disabled";
421 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100422 reg = <0x0 0xfd530000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100423 interrupt-parent = <&gic>;
424 interrupts = <0 127 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530425 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100426 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200427 #stream-id-cells = <1>;
428 iommus = <&smmu 0x14eb>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800429 power-domains = <&pd_gdma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100430 };
431
432 fpd_dma_chan5: dma@fd540000 {
433 status = "disabled";
434 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100435 reg = <0x0 0xfd540000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100436 interrupt-parent = <&gic>;
437 interrupts = <0 128 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530438 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100439 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200440 #stream-id-cells = <1>;
441 iommus = <&smmu 0x14ec>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800442 power-domains = <&pd_gdma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100443 };
444
445 fpd_dma_chan6: dma@fd550000 {
446 status = "disabled";
447 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100448 reg = <0x0 0xfd550000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100449 interrupt-parent = <&gic>;
450 interrupts = <0 129 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530451 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100452 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200453 #stream-id-cells = <1>;
454 iommus = <&smmu 0x14ed>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800455 power-domains = <&pd_gdma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100456 };
457
458 fpd_dma_chan7: dma@fd560000 {
459 status = "disabled";
460 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100461 reg = <0x0 0xfd560000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100462 interrupt-parent = <&gic>;
463 interrupts = <0 130 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530464 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100465 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200466 #stream-id-cells = <1>;
467 iommus = <&smmu 0x14ee>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800468 power-domains = <&pd_gdma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100469 };
470
471 fpd_dma_chan8: dma@fd570000 {
472 status = "disabled";
473 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100474 reg = <0x0 0xfd570000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100475 interrupt-parent = <&gic>;
476 interrupts = <0 131 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530477 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100478 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200479 #stream-id-cells = <1>;
480 iommus = <&smmu 0x14ef>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800481 power-domains = <&pd_gdma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100482 };
483
484 gpu: gpu@fd4b0000 {
485 status = "disabled";
486 compatible = "arm,mali-400", "arm,mali-utgard";
Hyun Kwon991faf72017-08-21 18:54:29 -0700487 reg = <0x0 0xfd4b0000 0x0 0x10000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100488 interrupt-parent = <&gic>;
489 interrupts = <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>;
490 interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0", "IRQPP1", "IRQPPMMU1";
Madhurkiran Harikrishnan69819bd2017-02-17 04:14:45 -0800491 clock-names = "gpu", "gpu_pp0", "gpu_pp1";
Filip Drazicfe716f92016-08-29 19:32:56 +0200492 power-domains = <&pd_gpu>;
Michal Simek54b896f2015-10-30 15:39:18 +0100493 };
494
Kedareswara rao Appanaae9342f2016-09-09 12:36:01 +0530495 /* LPDDMA default allows only secured access. inorder to enable
496 * These dma channels, Users should ensure that these dma
497 * Channels are allowed for non secure access.
498 */
Michal Simek54b896f2015-10-30 15:39:18 +0100499 lpd_dma_chan1: dma@ffa80000 {
500 status = "disabled";
501 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appana199ea1c2016-09-30 10:34:59 +0530502 clock-names = "clk_main", "clk_apb";
Michal Simek72b562a2016-02-11 07:19:06 +0100503 reg = <0x0 0xffa80000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100504 interrupt-parent = <&gic>;
505 interrupts = <0 77 4>;
Michal Simek54b896f2015-10-30 15:39:18 +0100506 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200507 #stream-id-cells = <1>;
508 iommus = <&smmu 0x868>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800509 power-domains = <&pd_adma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100510 };
511
512 lpd_dma_chan2: dma@ffa90000 {
513 status = "disabled";
514 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appana199ea1c2016-09-30 10:34:59 +0530515 clock-names = "clk_main", "clk_apb";
Michal Simek72b562a2016-02-11 07:19:06 +0100516 reg = <0x0 0xffa90000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100517 interrupt-parent = <&gic>;
518 interrupts = <0 78 4>;
Michal Simek54b896f2015-10-30 15:39:18 +0100519 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200520 #stream-id-cells = <1>;
521 iommus = <&smmu 0x869>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800522 power-domains = <&pd_adma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100523 };
524
525 lpd_dma_chan3: dma@ffaa0000 {
526 status = "disabled";
527 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appana199ea1c2016-09-30 10:34:59 +0530528 clock-names = "clk_main", "clk_apb";
Michal Simek72b562a2016-02-11 07:19:06 +0100529 reg = <0x0 0xffaa0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100530 interrupt-parent = <&gic>;
531 interrupts = <0 79 4>;
Michal Simek54b896f2015-10-30 15:39:18 +0100532 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200533 #stream-id-cells = <1>;
534 iommus = <&smmu 0x86a>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800535 power-domains = <&pd_adma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100536 };
537
538 lpd_dma_chan4: dma@ffab0000 {
539 status = "disabled";
540 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appana199ea1c2016-09-30 10:34:59 +0530541 clock-names = "clk_main", "clk_apb";
Michal Simek72b562a2016-02-11 07:19:06 +0100542 reg = <0x0 0xffab0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100543 interrupt-parent = <&gic>;
544 interrupts = <0 80 4>;
Michal Simek54b896f2015-10-30 15:39:18 +0100545 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200546 #stream-id-cells = <1>;
547 iommus = <&smmu 0x86b>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800548 power-domains = <&pd_adma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100549 };
550
551 lpd_dma_chan5: dma@ffac0000 {
552 status = "disabled";
553 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appana199ea1c2016-09-30 10:34:59 +0530554 clock-names = "clk_main", "clk_apb";
Michal Simek72b562a2016-02-11 07:19:06 +0100555 reg = <0x0 0xffac0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100556 interrupt-parent = <&gic>;
557 interrupts = <0 81 4>;
Michal Simek54b896f2015-10-30 15:39:18 +0100558 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200559 #stream-id-cells = <1>;
560 iommus = <&smmu 0x86c>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800561 power-domains = <&pd_adma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100562 };
563
564 lpd_dma_chan6: dma@ffad0000 {
565 status = "disabled";
566 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appana199ea1c2016-09-30 10:34:59 +0530567 clock-names = "clk_main", "clk_apb";
Michal Simek72b562a2016-02-11 07:19:06 +0100568 reg = <0x0 0xffad0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100569 interrupt-parent = <&gic>;
570 interrupts = <0 82 4>;
Michal Simek54b896f2015-10-30 15:39:18 +0100571 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200572 #stream-id-cells = <1>;
573 iommus = <&smmu 0x86d>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800574 power-domains = <&pd_adma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100575 };
576
577 lpd_dma_chan7: dma@ffae0000 {
578 status = "disabled";
579 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appana199ea1c2016-09-30 10:34:59 +0530580 clock-names = "clk_main", "clk_apb";
Michal Simek72b562a2016-02-11 07:19:06 +0100581 reg = <0x0 0xffae0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100582 interrupt-parent = <&gic>;
583 interrupts = <0 83 4>;
Michal Simek54b896f2015-10-30 15:39:18 +0100584 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200585 #stream-id-cells = <1>;
586 iommus = <&smmu 0x86e>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800587 power-domains = <&pd_adma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100588 };
589
590 lpd_dma_chan8: dma@ffaf0000 {
591 status = "disabled";
592 compatible = "xlnx,zynqmp-dma-1.0";
Kedareswara rao Appana199ea1c2016-09-30 10:34:59 +0530593 clock-names = "clk_main", "clk_apb";
Michal Simek72b562a2016-02-11 07:19:06 +0100594 reg = <0x0 0xffaf0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100595 interrupt-parent = <&gic>;
596 interrupts = <0 84 4>;
Michal Simek54b896f2015-10-30 15:39:18 +0100597 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200598 #stream-id-cells = <1>;
599 iommus = <&smmu 0x86f>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800600 power-domains = <&pd_adma>;
Michal Simek54b896f2015-10-30 15:39:18 +0100601 };
602
Naga Sureshkumar Rellide96a3e2016-03-11 13:10:26 +0530603 mc: memory-controller@fd070000 {
604 compatible = "xlnx,zynqmp-ddrc-2.40a";
Michal Simek72b562a2016-02-11 07:19:06 +0100605 reg = <0x0 0xfd070000 0x0 0x30000>;
Naga Sureshkumar Rellide96a3e2016-03-11 13:10:26 +0530606 interrupt-parent = <&gic>;
607 interrupts = <0 112 4>;
608 };
609
Michal Simek54b896f2015-10-30 15:39:18 +0100610 nand0: nand@ff100000 {
611 compatible = "arasan,nfc-v3p10";
612 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100613 reg = <0x0 0xff100000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100614 clock-names = "clk_sys", "clk_flash";
615 interrupt-parent = <&gic>;
616 interrupts = <0 14 4>;
617 #address-cells = <2>;
618 #size-cells = <1>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200619 #stream-id-cells = <1>;
620 iommus = <&smmu 0x872>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800621 power-domains = <&pd_nand>;
Michal Simek54b896f2015-10-30 15:39:18 +0100622 };
623
624 gem0: ethernet@ff0b0000 {
Michal Simek5804e922016-02-11 15:26:46 +0100625 compatible = "cdns,zynqmp-gem";
Michal Simek54b896f2015-10-30 15:39:18 +0100626 status = "disabled";
627 interrupt-parent = <&gic>;
628 interrupts = <0 57 4>, <0 57 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100629 reg = <0x0 0xff0b0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100630 clock-names = "pclk", "hclk", "tx_clk";
631 #address-cells = <1>;
632 #size-cells = <0>;
Edgar E. Iglesiasfde098f2015-11-26 14:12:20 +0100633 #stream-id-cells = <1>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200634 iommus = <&smmu 0x874>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800635 power-domains = <&pd_eth0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100636 };
637
638 gem1: ethernet@ff0c0000 {
Michal Simek5804e922016-02-11 15:26:46 +0100639 compatible = "cdns,zynqmp-gem";
Michal Simek54b896f2015-10-30 15:39:18 +0100640 status = "disabled";
641 interrupt-parent = <&gic>;
642 interrupts = <0 59 4>, <0 59 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100643 reg = <0x0 0xff0c0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100644 clock-names = "pclk", "hclk", "tx_clk";
645 #address-cells = <1>;
646 #size-cells = <0>;
Edgar E. Iglesiasfde098f2015-11-26 14:12:20 +0100647 #stream-id-cells = <1>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200648 iommus = <&smmu 0x875>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800649 power-domains = <&pd_eth1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100650 };
651
652 gem2: ethernet@ff0d0000 {
Michal Simek5804e922016-02-11 15:26:46 +0100653 compatible = "cdns,zynqmp-gem";
Michal Simek54b896f2015-10-30 15:39:18 +0100654 status = "disabled";
655 interrupt-parent = <&gic>;
656 interrupts = <0 61 4>, <0 61 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100657 reg = <0x0 0xff0d0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100658 clock-names = "pclk", "hclk", "tx_clk";
659 #address-cells = <1>;
660 #size-cells = <0>;
Edgar E. Iglesiasfde098f2015-11-26 14:12:20 +0100661 #stream-id-cells = <1>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200662 iommus = <&smmu 0x876>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800663 power-domains = <&pd_eth2>;
Michal Simek54b896f2015-10-30 15:39:18 +0100664 };
665
666 gem3: ethernet@ff0e0000 {
Michal Simek5804e922016-02-11 15:26:46 +0100667 compatible = "cdns,zynqmp-gem";
Michal Simek54b896f2015-10-30 15:39:18 +0100668 status = "disabled";
669 interrupt-parent = <&gic>;
670 interrupts = <0 63 4>, <0 63 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100671 reg = <0x0 0xff0e0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100672 clock-names = "pclk", "hclk", "tx_clk";
673 #address-cells = <1>;
674 #size-cells = <0>;
Edgar E. Iglesiasfde098f2015-11-26 14:12:20 +0100675 #stream-id-cells = <1>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200676 iommus = <&smmu 0x877>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800677 power-domains = <&pd_eth3>;
Michal Simek54b896f2015-10-30 15:39:18 +0100678 };
679
680 gpio: gpio@ff0a0000 {
681 compatible = "xlnx,zynqmp-gpio-1.0";
682 status = "disabled";
683 #gpio-cells = <0x2>;
684 interrupt-parent = <&gic>;
685 interrupts = <0 16 4>;
Michal Simek7e2df452016-10-20 10:26:13 +0200686 interrupt-controller;
687 #interrupt-cells = <2>;
Michal Simek72b562a2016-02-11 07:19:06 +0100688 reg = <0x0 0xff0a0000 0x0 0x1000>;
Michal Simek44c45e02017-08-30 08:06:11 +0200689 gpio-controller;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800690 power-domains = <&pd_gpio>;
Michal Simek54b896f2015-10-30 15:39:18 +0100691 };
692
693 i2c0: i2c@ff020000 {
Moritz Fischere94b8df2016-12-22 09:36:11 -0800694 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek54b896f2015-10-30 15:39:18 +0100695 status = "disabled";
696 interrupt-parent = <&gic>;
697 interrupts = <0 17 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100698 reg = <0x0 0xff020000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100699 #address-cells = <1>;
700 #size-cells = <0>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800701 power-domains = <&pd_i2c0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100702 };
703
704 i2c1: i2c@ff030000 {
Moritz Fischere94b8df2016-12-22 09:36:11 -0800705 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek54b896f2015-10-30 15:39:18 +0100706 status = "disabled";
707 interrupt-parent = <&gic>;
708 interrupts = <0 18 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100709 reg = <0x0 0xff030000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100710 #address-cells = <1>;
711 #size-cells = <0>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800712 power-domains = <&pd_i2c1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100713 };
714
Naga Sureshkumar Relli104b4fc2016-05-18 12:23:13 +0530715 ocm: memory-controller@ff960000 {
716 compatible = "xlnx,zynqmp-ocmc-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100717 reg = <0x0 0xff960000 0x0 0x1000>;
Naga Sureshkumar Relli104b4fc2016-05-18 12:23:13 +0530718 interrupt-parent = <&gic>;
719 interrupts = <0 10 4>;
720 };
721
Michal Simek54b896f2015-10-30 15:39:18 +0100722 pcie: pcie@fd0e0000 {
723 compatible = "xlnx,nwl-pcie-2.11";
724 status = "disabled";
725 #address-cells = <3>;
726 #size-cells = <2>;
727 #interrupt-cells = <1>;
Bharat Kumar Gogadae44f69d2016-07-19 20:49:29 +0530728 msi-controller;
Michal Simek54b896f2015-10-30 15:39:18 +0100729 device_type = "pci";
730 interrupt-parent = <&gic>;
Michal Simekf9fda432016-01-20 12:59:23 +0100731 interrupts = <0 118 4>,
Bharat Kumar Gogadae44f69d2016-07-19 20:49:29 +0530732 <0 117 4>,
Michal Simekf9fda432016-01-20 12:59:23 +0100733 <0 116 4>,
734 <0 115 4>, /* MSI_1 [63...32] */
735 <0 114 4>; /* MSI_0 [31...0] */
Bharat Kumar Gogadae44f69d2016-07-19 20:49:29 +0530736 interrupt-names = "misc","dummy","intx", "msi1", "msi0";
737 msi-parent = <&pcie>;
Michal Simek72b562a2016-02-11 07:19:06 +0100738 reg = <0x0 0xfd0e0000 0x0 0x1000>,
739 <0x0 0xfd480000 0x0 0x1000>,
Bharat Kumar Gogadae829f072016-08-02 20:34:13 +0530740 <0x80 0x00000000 0x0 0x1000000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100741 reg-names = "breg", "pcireg", "cfg";
Bharat Kumar Gogadae829f072016-08-02 20:34:13 +0530742 ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000 /* non-prefetchable memory */
743 0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */
Rob Herring1559f562017-03-21 21:03:13 -0500744 bus-range = <0x00 0xff>;
Bharat Kumar Gogadaf6e02b32016-02-15 21:18:58 +0530745 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
746 interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
747 <0x0 0x0 0x0 0x2 &pcie_intc 0x2>,
748 <0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
749 <0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
Filip Drazicfe716f92016-08-29 19:32:56 +0200750 power-domains = <&pd_pcie>;
Bharat Kumar Gogadaf6e02b32016-02-15 21:18:58 +0530751 pcie_intc: legacy-interrupt-controller {
752 interrupt-controller;
753 #address-cells = <0>;
754 #interrupt-cells = <1>;
755 };
Michal Simek54b896f2015-10-30 15:39:18 +0100756 };
757
758 qspi: spi@ff0f0000 {
759 compatible = "xlnx,zynqmp-qspi-1.0";
760 status = "disabled";
761 clock-names = "ref_clk", "pclk";
762 interrupts = <0 15 4>;
763 interrupt-parent = <&gic>;
764 num-cs = <1>;
Michal Simek72b562a2016-02-11 07:19:06 +0100765 reg = <0x0 0xff0f0000 0x0 0x1000>,
766 <0x0 0xc0000000 0x0 0x8000000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100767 #address-cells = <1>;
768 #size-cells = <0>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200769 #stream-id-cells = <1>;
770 iommus = <&smmu 0x873>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800771 power-domains = <&pd_qspi>;
Michal Simek54b896f2015-10-30 15:39:18 +0100772 };
773
774 rtc: rtc@ffa60000 {
775 compatible = "xlnx,zynqmp-rtc";
776 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100777 reg = <0x0 0xffa60000 0x0 0x100>;
Michal Simek54b896f2015-10-30 15:39:18 +0100778 interrupt-parent = <&gic>;
779 interrupts = <0 26 4>, <0 27 4>;
780 interrupt-names = "alarm", "sec";
Nava kishore Mannefaa728f2017-01-27 18:20:14 +0530781 calibration = <0x8000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100782 };
783
Anurag Kumar Vulisha2d112502016-05-17 16:49:01 +0530784 serdes: zynqmp_phy@fd400000 {
785 compatible = "xlnx,zynqmp-psgtr";
786 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100787 reg = <0x0 0xfd400000 0x0 0x40000>,
788 <0x0 0xfd3d0000 0x0 0x1000>,
Michal Simek72b562a2016-02-11 07:19:06 +0100789 <0x0 0xff5e0000 0x0 0x1000>;
Anurag Kumar Vulisha66ee0d22017-02-08 17:09:10 +0530790 reg-names = "serdes", "siou", "lpd";
Michal Simekc79738d2017-01-17 14:36:54 +0100791 nvmem-cells = <&soc_revision>;
792 nvmem-cell-names = "soc_revision";
Anurag Kumar Vulisha767e9752017-02-06 21:40:34 +0530793 resets = <&rst 16>, <&rst 59>, <&rst 60>,
794 <&rst 61>, <&rst 62>, <&rst 63>,
795 <&rst 64>, <&rst 3>, <&rst 29>,
796 <&rst 30>, <&rst 31>, <&rst 32>;
797 reset-names = "sata_rst", "usb0_crst", "usb1_crst",
798 "usb0_hibrst", "usb1_hibrst", "usb0_apbrst",
799 "usb1_apbrst", "dp_rst", "gem0_rst",
800 "gem1_rst", "gem2_rst", "gem3_rst";
Anurag Kumar Vulisha2d112502016-05-17 16:49:01 +0530801 lane0: lane0 {
802 #phy-cells = <4>;
803 };
804 lane1: lane1 {
805 #phy-cells = <4>;
806 };
807 lane2: lane2 {
808 #phy-cells = <4>;
809 };
810 lane3: lane3 {
811 #phy-cells = <4>;
812 };
813 };
814
Michal Simek54b896f2015-10-30 15:39:18 +0100815 sata: ahci@fd0c0000 {
816 compatible = "ceva,ahci-1v84";
817 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100818 reg = <0x0 0xfd0c0000 0x0 0x2000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100819 interrupt-parent = <&gic>;
820 interrupts = <0 133 4>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800821 power-domains = <&pd_sata>;
Anurag Kumar Vulisha4e2aaef2017-07-04 20:03:42 +0530822 #stream-id-cells = <4>;
823 iommus = <&smmu 0x4c0>, <&smmu 0x4c1>,
824 <&smmu 0x4c2>, <&smmu 0x4c3>;
825 /* dma-coherent; */
Michal Simek54b896f2015-10-30 15:39:18 +0100826 };
827
828 sdhci0: sdhci@ff160000 {
Michal Simekba087532016-02-22 09:57:27 +0100829 u-boot,dm-pre-reloc;
Sai Krishna Potthuri02550fb2016-08-16 14:41:35 +0530830 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek54b896f2015-10-30 15:39:18 +0100831 status = "disabled";
832 interrupt-parent = <&gic>;
833 interrupts = <0 48 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100834 reg = <0x0 0xff160000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100835 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri02550fb2016-08-16 14:41:35 +0530836 xlnx,device_id = <0>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200837 #stream-id-cells = <1>;
838 iommus = <&smmu 0x870>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800839 power-domains = <&pd_sd0>;
Manish Narani61072012017-07-19 21:16:33 +0530840 nvmem-cells = <&soc_revision>;
841 nvmem-cell-names = "soc_revision";
Michal Simek54b896f2015-10-30 15:39:18 +0100842 };
843
844 sdhci1: sdhci@ff170000 {
Michal Simekba087532016-02-22 09:57:27 +0100845 u-boot,dm-pre-reloc;
Sai Krishna Potthuri02550fb2016-08-16 14:41:35 +0530846 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek54b896f2015-10-30 15:39:18 +0100847 status = "disabled";
848 interrupt-parent = <&gic>;
849 interrupts = <0 49 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100850 reg = <0x0 0xff170000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100851 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri02550fb2016-08-16 14:41:35 +0530852 xlnx,device_id = <1>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200853 #stream-id-cells = <1>;
854 iommus = <&smmu 0x871>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800855 power-domains = <&pd_sd1>;
Manish Narani61072012017-07-19 21:16:33 +0530856 nvmem-cells = <&soc_revision>;
857 nvmem-cell-names = "soc_revision";
Michal Simek54b896f2015-10-30 15:39:18 +0100858 };
859
Michal Simek6471f8e2017-11-02 11:51:59 +0100860 pinctrl0: pinctrl@ff180000 {
861 compatible = "xlnx,pinctrl-zynqmp";
862 status = "disabled";
863 reg = <0x0 0xff180000 0x0 0x1000>;
864 };
865
Michal Simek54b896f2015-10-30 15:39:18 +0100866 smmu: smmu@fd800000 {
867 compatible = "arm,mmu-500";
Michal Simek72b562a2016-02-11 07:19:06 +0100868 reg = <0x0 0xfd800000 0x0 0x20000>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200869 #iommu-cells = <1>;
Naga Sureshkumar Relli033f87c2017-03-09 20:00:13 +0530870 status = "disabled";
Michal Simek54b896f2015-10-30 15:39:18 +0100871 #global-interrupts = <1>;
872 interrupt-parent = <&gic>;
Edgar E. Iglesiasf1880d82015-11-26 14:12:19 +0100873 interrupts = <0 155 4>,
874 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
875 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
876 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
877 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>;
Michal Simek54b896f2015-10-30 15:39:18 +0100878 };
879
880 spi0: spi@ff040000 {
881 compatible = "cdns,spi-r1p6";
882 status = "disabled";
883 interrupt-parent = <&gic>;
884 interrupts = <0 19 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100885 reg = <0x0 0xff040000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100886 clock-names = "ref_clk", "pclk";
887 #address-cells = <1>;
888 #size-cells = <0>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800889 power-domains = <&pd_spi0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100890 };
891
892 spi1: spi@ff050000 {
893 compatible = "cdns,spi-r1p6";
894 status = "disabled";
895 interrupt-parent = <&gic>;
896 interrupts = <0 20 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100897 reg = <0x0 0xff050000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100898 clock-names = "ref_clk", "pclk";
899 #address-cells = <1>;
900 #size-cells = <0>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800901 power-domains = <&pd_spi1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100902 };
903
904 ttc0: timer@ff110000 {
905 compatible = "cdns,ttc";
906 status = "disabled";
907 interrupt-parent = <&gic>;
908 interrupts = <0 36 4>, <0 37 4>, <0 38 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100909 reg = <0x0 0xff110000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100910 timer-width = <32>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800911 power-domains = <&pd_ttc0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100912 };
913
914 ttc1: timer@ff120000 {
915 compatible = "cdns,ttc";
916 status = "disabled";
917 interrupt-parent = <&gic>;
918 interrupts = <0 39 4>, <0 40 4>, <0 41 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100919 reg = <0x0 0xff120000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100920 timer-width = <32>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800921 power-domains = <&pd_ttc1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100922 };
923
924 ttc2: timer@ff130000 {
925 compatible = "cdns,ttc";
926 status = "disabled";
927 interrupt-parent = <&gic>;
928 interrupts = <0 42 4>, <0 43 4>, <0 44 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100929 reg = <0x0 0xff130000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100930 timer-width = <32>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800931 power-domains = <&pd_ttc2>;
Michal Simek54b896f2015-10-30 15:39:18 +0100932 };
933
934 ttc3: timer@ff140000 {
935 compatible = "cdns,ttc";
936 status = "disabled";
937 interrupt-parent = <&gic>;
938 interrupts = <0 45 4>, <0 46 4>, <0 47 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100939 reg = <0x0 0xff140000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100940 timer-width = <32>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800941 power-domains = <&pd_ttc3>;
Michal Simek54b896f2015-10-30 15:39:18 +0100942 };
943
944 uart0: serial@ff000000 {
Michal Simekba087532016-02-22 09:57:27 +0100945 u-boot,dm-pre-reloc;
Michal Simek8f0dc3e2015-11-27 13:22:58 +0100946 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek54b896f2015-10-30 15:39:18 +0100947 status = "disabled";
948 interrupt-parent = <&gic>;
949 interrupts = <0 21 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100950 reg = <0x0 0xff000000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100951 clock-names = "uart_clk", "pclk";
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800952 power-domains = <&pd_uart0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100953 };
954
955 uart1: serial@ff010000 {
Michal Simekba087532016-02-22 09:57:27 +0100956 u-boot,dm-pre-reloc;
Michal Simek8f0dc3e2015-11-27 13:22:58 +0100957 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek54b896f2015-10-30 15:39:18 +0100958 status = "disabled";
959 interrupt-parent = <&gic>;
960 interrupts = <0 22 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100961 reg = <0x0 0xff010000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100962 clock-names = "uart_clk", "pclk";
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800963 power-domains = <&pd_uart1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100964 };
965
Michal Simek79c1cbf2016-11-11 13:21:04 +0100966 usb0: usb0 {
Michal Simek13111a12016-04-07 15:06:07 +0200967 #address-cells = <2>;
Michal Simek72b562a2016-02-11 07:19:06 +0100968 #size-cells = <2>;
Michal Simek54b896f2015-10-30 15:39:18 +0100969 status = "disabled";
Michal Simek13111a12016-04-07 15:06:07 +0200970 compatible = "xlnx,zynqmp-dwc3";
971 clock-names = "bus_clk", "ref_clk";
972 clocks = <&clk125>, <&clk125>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200973 #stream-id-cells = <1>;
974 iommus = <&smmu 0x860>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800975 power-domains = <&pd_usb0>;
Michal Simek13111a12016-04-07 15:06:07 +0200976 ranges;
977
978 dwc3_0: dwc3@fe200000 {
979 compatible = "snps,dwc3";
980 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100981 reg = <0x0 0xfe200000 0x0 0x40000>;
Michal Simek13111a12016-04-07 15:06:07 +0200982 interrupt-parent = <&gic>;
983 interrupts = <0 65 4>;
984 /* snps,quirk-frame-length-adjustment = <0x20>; */
985 snps,refclk_fladj;
986 };
Michal Simek54b896f2015-10-30 15:39:18 +0100987 };
988
Michal Simek79c1cbf2016-11-11 13:21:04 +0100989 usb1: usb1 {
Michal Simek13111a12016-04-07 15:06:07 +0200990 #address-cells = <2>;
Michal Simek72b562a2016-02-11 07:19:06 +0100991 #size-cells = <2>;
Michal Simek54b896f2015-10-30 15:39:18 +0100992 status = "disabled";
Michal Simek13111a12016-04-07 15:06:07 +0200993 compatible = "xlnx,zynqmp-dwc3";
994 clock-names = "bus_clk", "ref_clk";
995 clocks = <&clk125>, <&clk125>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200996 #stream-id-cells = <1>;
997 iommus = <&smmu 0x861>;
Soren Brinkmann40ef7de2016-01-11 15:34:42 -0800998 power-domains = <&pd_usb1>;
Michal Simek13111a12016-04-07 15:06:07 +0200999 ranges;
1000
1001 dwc3_1: dwc3@fe300000 {
1002 compatible = "snps,dwc3";
1003 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +01001004 reg = <0x0 0xfe300000 0x0 0x40000>;
Michal Simek13111a12016-04-07 15:06:07 +02001005 interrupt-parent = <&gic>;
1006 interrupts = <0 70 4>;
1007 /* snps,quirk-frame-length-adjustment = <0x20>; */
1008 snps,refclk_fladj;
1009 };
Michal Simek54b896f2015-10-30 15:39:18 +01001010 };
1011
1012 watchdog0: watchdog@fd4d0000 {
1013 compatible = "cdns,wdt-r1p2";
1014 status = "disabled";
1015 interrupt-parent = <&gic>;
Punnaiah Choudary Kallurid67bab62015-11-04 12:34:17 +05301016 interrupts = <0 113 1>;
Michal Simek72b562a2016-02-11 07:19:06 +01001017 reg = <0x0 0xfd4d0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +01001018 timeout-sec = <10>;
1019 };
1020
Michal Simek1bb4be32017-11-02 12:04:43 +01001021 xilinx_ams: ams@ffa50000 {
1022 compatible = "xlnx,zynqmp-ams";
1023 status = "disabled";
1024 interrupt-parent = <&gic>;
1025 interrupts = <0 56 4>;
1026 interrupt-names = "ams-irq";
1027 reg = <0x0 0xffa50000 0x0 0x800>;
1028 reg-names = "ams-base";
1029 #address-cells = <2>;
1030 #size-cells = <2>;
1031 #io-channel-cells = <1>;
1032 ranges;
1033
1034 ams_ps: ams_ps@ffa50800 {
1035 compatible = "xlnx,zynqmp-ams-ps";
1036 status = "disabled";
1037 reg = <0x0 0xffa50800 0x0 0x400>;
1038 };
1039
1040 ams_pl: ams_pl@ffa50c00 {
1041 compatible = "xlnx,zynqmp-ams-pl";
1042 status = "disabled";
1043 reg = <0x0 0xffa50c00 0x0 0x400>;
1044 };
1045 };
1046
Michal Simek54b896f2015-10-30 15:39:18 +01001047 xilinx_drm: xilinx_drm {
1048 compatible = "xlnx,drm";
1049 status = "disabled";
1050 xlnx,encoder-slave = <&xlnx_dp>;
1051 xlnx,connector-type = "DisplayPort";
1052 xlnx,dp-sub = <&xlnx_dp_sub>;
1053 planes {
1054 xlnx,pixel-format = "rgb565";
1055 plane0 {
1056 dmas = <&xlnx_dpdma 3>;
Hyun Kwon37dff1d2016-07-14 17:42:44 -07001057 dma-names = "dma0";
Michal Simek54b896f2015-10-30 15:39:18 +01001058 };
1059 plane1 {
Hyun Kwon37dff1d2016-07-14 17:42:44 -07001060 dmas = <&xlnx_dpdma 0>,
1061 <&xlnx_dpdma 1>,
1062 <&xlnx_dpdma 2>;
1063 dma-names = "dma0", "dma1", "dma2";
Michal Simek54b896f2015-10-30 15:39:18 +01001064 };
1065 };
1066 };
1067
Hyun Kwon4fb90b3e2015-11-23 17:12:54 -08001068 xlnx_dp: dp@fd4a0000 {
Michal Simek54b896f2015-10-30 15:39:18 +01001069 compatible = "xlnx,v-dp";
1070 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +01001071 reg = <0x0 0xfd4a0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +01001072 interrupts = <0 119 4>;
1073 interrupt-parent = <&gic>;
1074 clock-names = "aclk", "aud_clk";
Jyotheeswar Reddy Mutthareddyvari2b3ad8f2017-01-02 14:34:51 +05301075 power-domains = <&pd_dp>;
Michal Simek54b896f2015-10-30 15:39:18 +01001076 xlnx,dp-version = "v1.2";
1077 xlnx,max-lanes = <2>;
1078 xlnx,max-link-rate = <540000>;
1079 xlnx,max-bpc = <16>;
1080 xlnx,enable-ycrcb;
1081 xlnx,colormetry = "rgb";
1082 xlnx,bpc = <8>;
1083 xlnx,audio-chan = <2>;
1084 xlnx,dp-sub = <&xlnx_dp_sub>;
Hyun Kwon7e58f3b2015-11-23 17:12:55 -08001085 xlnx,max-pclock-frequency = <300000>;
Michal Simek54b896f2015-10-30 15:39:18 +01001086 };
1087
1088 xlnx_dp_snd_card: dp_snd_card {
1089 compatible = "xlnx,dp-snd-card";
1090 status = "disabled";
1091 xlnx,dp-snd-pcm = <&xlnx_dp_snd_pcm0>, <&xlnx_dp_snd_pcm1>;
1092 xlnx,dp-snd-codec = <&xlnx_dp_snd_codec0>;
1093 };
1094
1095 xlnx_dp_snd_codec0: dp_snd_codec0 {
1096 compatible = "xlnx,dp-snd-codec";
1097 status = "disabled";
1098 clock-names = "aud_clk";
1099 };
1100
1101 xlnx_dp_snd_pcm0: dp_snd_pcm0 {
1102 compatible = "xlnx,dp-snd-pcm";
1103 status = "disabled";
1104 dmas = <&xlnx_dpdma 4>;
1105 dma-names = "tx";
1106 };
1107
1108 xlnx_dp_snd_pcm1: dp_snd_pcm1 {
1109 compatible = "xlnx,dp-snd-pcm";
1110 status = "disabled";
1111 dmas = <&xlnx_dpdma 5>;
1112 dma-names = "tx";
1113 };
1114
Hyun Kwon4fb90b3e2015-11-23 17:12:54 -08001115 xlnx_dp_sub: dp_sub@fd4aa000 {
Michal Simek54b896f2015-10-30 15:39:18 +01001116 compatible = "xlnx,dp-sub";
1117 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +01001118 reg = <0x0 0xfd4aa000 0x0 0x1000>,
1119 <0x0 0xfd4ab000 0x0 0x1000>,
1120 <0x0 0xfd4ac000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +01001121 reg-names = "blend", "av_buf", "aud";
1122 xlnx,output-fmt = "rgb";
Hyun Kwon7e58f3b2015-11-23 17:12:55 -08001123 xlnx,vid-fmt = "yuyv";
1124 xlnx,gfx-fmt = "rgb565";
Jyotheeswar Reddy Mutthareddyvari2b3ad8f2017-01-02 14:34:51 +05301125 power-domains = <&pd_dp>;
Michal Simek54b896f2015-10-30 15:39:18 +01001126 };
1127
1128 xlnx_dpdma: dma@fd4c0000 {
1129 compatible = "xlnx,dpdma";
1130 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +01001131 reg = <0x0 0xfd4c0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +01001132 interrupts = <0 122 4>;
1133 interrupt-parent = <&gic>;
1134 clock-names = "axi_clk";
Jyotheeswar Reddy Mutthareddyvari2b3ad8f2017-01-02 14:34:51 +05301135 power-domains = <&pd_dp>;
Michal Simek54b896f2015-10-30 15:39:18 +01001136 dma-channels = <6>;
1137 #dma-cells = <1>;
Michal Simek79c1cbf2016-11-11 13:21:04 +01001138 dma-video0channel {
Michal Simek54b896f2015-10-30 15:39:18 +01001139 compatible = "xlnx,video0";
1140 };
Michal Simek79c1cbf2016-11-11 13:21:04 +01001141 dma-video1channel {
Michal Simek54b896f2015-10-30 15:39:18 +01001142 compatible = "xlnx,video1";
1143 };
Michal Simek79c1cbf2016-11-11 13:21:04 +01001144 dma-video2channel {
Michal Simek54b896f2015-10-30 15:39:18 +01001145 compatible = "xlnx,video2";
1146 };
Michal Simek79c1cbf2016-11-11 13:21:04 +01001147 dma-graphicschannel {
Michal Simek54b896f2015-10-30 15:39:18 +01001148 compatible = "xlnx,graphics";
1149 };
Michal Simek79c1cbf2016-11-11 13:21:04 +01001150 dma-audio0channel {
Michal Simek54b896f2015-10-30 15:39:18 +01001151 compatible = "xlnx,audio0";
1152 };
Michal Simek79c1cbf2016-11-11 13:21:04 +01001153 dma-audio1channel {
Michal Simek54b896f2015-10-30 15:39:18 +01001154 compatible = "xlnx,audio1";
1155 };
1156 };
1157 };
1158};