blob: 9e7fae83f787f444c8c459cceb45c0dbd47c056e [file] [log] [blame]
Michal Simek18a952c2018-03-27 10:36:39 +02001// SPDX-License-Identifier: GPL-2.0+
Michal Simek44303df2015-10-30 15:39:18 +01002/*
3 * dts file for Xilinx ZynqMP
4 *
5 * (C) Copyright 2014 - 2015, Xilinx, Inc.
6 *
7 * Michal Simek <michal.simek@xilinx.com>
8 *
Michal Simek18a952c2018-03-27 10:36:39 +02009 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
11 * published by the Free Software Foundation; either version 2 of
12 * the License, or (at your option) any later version.
Michal Simek44303df2015-10-30 15:39:18 +010013 */
Michal Simek91d11532016-12-16 13:12:48 +010014
Michal Simek332996c2019-10-14 15:56:31 +020015#include <dt-bindings/power/xlnx-zynqmp-power.h>
Michal Simekb07e97b2019-10-14 15:55:53 +020016#include <dt-bindings/reset/xlnx-zynqmp-resets.h>
17
Michal Simek44303df2015-10-30 15:39:18 +010018/ {
19 compatible = "xlnx,zynqmp";
20 #address-cells = <2>;
Michal Simek85d11422016-04-07 15:07:38 +020021 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +010022
23 cpus {
24 #address-cells = <1>;
25 #size-cells = <0>;
26
Michal Simek585ca872017-02-06 10:09:53 +010027 cpu0: cpu@0 {
Rob Herring8e3501e2019-01-14 11:45:33 -060028 compatible = "arm,cortex-a53";
Michal Simek44303df2015-10-30 15:39:18 +010029 device_type = "cpu";
30 enable-method = "psci";
Shubhrajyoti Datta941f61f2017-02-13 15:58:55 +053031 operating-points-v2 = <&cpu_opp_table>;
Michal Simek44303df2015-10-30 15:39:18 +010032 reg = <0x0>;
Stefan Krsmanovic2e15b072016-10-21 12:44:56 +020033 cpu-idle-states = <&CPU_SLEEP_0>;
Michal Simek44303df2015-10-30 15:39:18 +010034 };
35
Michal Simek585ca872017-02-06 10:09:53 +010036 cpu1: cpu@1 {
Rob Herring8e3501e2019-01-14 11:45:33 -060037 compatible = "arm,cortex-a53";
Michal Simek44303df2015-10-30 15:39:18 +010038 device_type = "cpu";
39 enable-method = "psci";
40 reg = <0x1>;
Shubhrajyoti Datta941f61f2017-02-13 15:58:55 +053041 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic2e15b072016-10-21 12:44:56 +020042 cpu-idle-states = <&CPU_SLEEP_0>;
Michal Simek44303df2015-10-30 15:39:18 +010043 };
44
Michal Simek585ca872017-02-06 10:09:53 +010045 cpu2: cpu@2 {
Rob Herring8e3501e2019-01-14 11:45:33 -060046 compatible = "arm,cortex-a53";
Michal Simek44303df2015-10-30 15:39:18 +010047 device_type = "cpu";
48 enable-method = "psci";
49 reg = <0x2>;
Shubhrajyoti Datta941f61f2017-02-13 15:58:55 +053050 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic2e15b072016-10-21 12:44:56 +020051 cpu-idle-states = <&CPU_SLEEP_0>;
Michal Simek44303df2015-10-30 15:39:18 +010052 };
53
Michal Simek585ca872017-02-06 10:09:53 +010054 cpu3: cpu@3 {
Rob Herring8e3501e2019-01-14 11:45:33 -060055 compatible = "arm,cortex-a53";
Michal Simek44303df2015-10-30 15:39:18 +010056 device_type = "cpu";
57 enable-method = "psci";
58 reg = <0x3>;
Shubhrajyoti Datta941f61f2017-02-13 15:58:55 +053059 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic2e15b072016-10-21 12:44:56 +020060 cpu-idle-states = <&CPU_SLEEP_0>;
61 };
62
63 idle-states {
Amit Kucheria9a06ed82018-08-23 14:23:29 +053064 entry-method = "psci";
Stefan Krsmanovic2e15b072016-10-21 12:44:56 +020065
66 CPU_SLEEP_0: cpu-sleep-0 {
67 compatible = "arm,idle-state";
68 arm,psci-suspend-param = <0x40000000>;
69 local-timer-stop;
70 entry-latency-us = <300>;
71 exit-latency-us = <600>;
Jolly Shah6a097b02017-06-14 15:03:52 -070072 min-residency-us = <10000>;
Stefan Krsmanovic2e15b072016-10-21 12:44:56 +020073 };
Michal Simek44303df2015-10-30 15:39:18 +010074 };
75 };
76
Michal Simek096d7f52018-11-08 10:06:53 +010077 cpu_opp_table: cpu-opp-table {
Shubhrajyoti Datta941f61f2017-02-13 15:58:55 +053078 compatible = "operating-points-v2";
79 opp-shared;
80 opp00 {
81 opp-hz = /bits/ 64 <1199999988>;
82 opp-microvolt = <1000000>;
83 clock-latency-ns = <500000>;
84 };
85 opp01 {
86 opp-hz = /bits/ 64 <599999994>;
87 opp-microvolt = <1000000>;
88 clock-latency-ns = <500000>;
89 };
90 opp02 {
91 opp-hz = /bits/ 64 <399999996>;
92 opp-microvolt = <1000000>;
93 clock-latency-ns = <500000>;
94 };
95 opp03 {
96 opp-hz = /bits/ 64 <299999997>;
97 opp-microvolt = <1000000>;
98 clock-latency-ns = <500000>;
99 };
100 };
101
Ibai Erkiaga95497af2019-09-27 11:36:58 +0100102 zynqmp_ipi {
103 u-boot,dm-pre-reloc;
104 compatible = "xlnx,zynqmp-ipi-mailbox";
105 interrupt-parent = <&gic>;
106 interrupts = <0 35 4>;
107 xlnx,ipi-id = <0>;
108 #address-cells = <2>;
109 #size-cells = <2>;
110 ranges;
111
112 ipi_mailbox_pmu1: mailbox@ff990400 {
113 u-boot,dm-pre-reloc;
114 reg = <0x0 0xff9905c0 0x0 0x20>,
115 <0x0 0xff9905e0 0x0 0x20>,
116 <0x0 0xff990e80 0x0 0x20>,
117 <0x0 0xff990ea0 0x0 0x20>;
Michal Simek631ed922019-10-14 15:52:17 +0200118 reg-names = "local_request_region", "local_response_region",
Ibai Erkiaga95497af2019-09-27 11:36:58 +0100119 "remote_request_region", "remote_response_region";
120 #mbox-cells = <1>;
121 xlnx,ipi-id = <4>;
122 };
123 };
124
Michal Simek69d09dd2016-09-09 08:46:39 +0200125 dcc: dcc {
126 compatible = "arm,dcc";
127 status = "disabled";
128 u-boot,dm-pre-reloc;
129 };
130
Michal Simek44303df2015-10-30 15:39:18 +0100131 pmu {
132 compatible = "arm,armv8-pmuv3";
Michal Simek14cd9ea2016-04-07 15:28:33 +0200133 interrupt-parent = <&gic>;
Michal Simek44303df2015-10-30 15:39:18 +0100134 interrupts = <0 143 4>,
135 <0 144 4>,
136 <0 145 4>,
137 <0 146 4>;
138 };
139
140 psci {
141 compatible = "arm,psci-0.2";
142 method = "smc";
143 };
144
Ibai Erkiaga95497af2019-09-27 11:36:58 +0100145 firmware {
Michal Simek039c7402019-10-14 15:42:03 +0200146 zynqmp_firmware: zynqmp-firmware {
Ibai Erkiaga95497af2019-09-27 11:36:58 +0100147 compatible = "xlnx,zynqmp-firmware";
148 method = "smc";
149 #power-domain-cells = <0x1>;
150 u-boot,dm-pre-reloc;
151
152 zynqmp_power: zynqmp-power {
153 u-boot,dm-pre-reloc;
154 compatible = "xlnx,zynqmp-power";
155 interrupt-parent = <&gic>;
156 interrupts = <0 35 4>;
157 mboxes = <&ipi_mailbox_pmu1 0>, <&ipi_mailbox_pmu1 1>;
158 mbox-names = "tx", "rx";
159 };
Michal Simekb07e97b2019-10-14 15:55:53 +0200160
161 zynqmp_reset: reset-controller {
162 compatible = "xlnx,zynqmp-reset";
163 #reset-cells = <1>;
164 };
Ibai Erkiaga95497af2019-09-27 11:36:58 +0100165 };
Michal Simek44303df2015-10-30 15:39:18 +0100166 };
167
168 timer {
169 compatible = "arm,armv8-timer";
170 interrupt-parent = <&gic>;
Michal Simek6db82e02017-02-09 14:45:12 +0100171 interrupts = <1 13 0xf08>,
172 <1 14 0xf08>,
173 <1 11 0xf08>,
174 <1 10 0xf08>;
Michal Simek44303df2015-10-30 15:39:18 +0100175 };
176
Naga Sureshkumar Relliaaf232f2016-06-20 15:48:30 +0530177 edac {
178 compatible = "arm,cortex-a53-edac";
179 };
180
Nava kishore Manne7689dce2017-05-22 12:05:17 +0530181 fpga_full: fpga-full {
182 compatible = "fpga-region";
183 fpga-mgr = <&pcap>;
184 #address-cells = <2>;
185 #size-cells = <2>;
186 };
187
Nava kishore Manne0d87c4f2017-01-17 16:57:24 +0530188 nvmem_firmware {
189 compatible = "xlnx,zynqmp-nvmem-fw";
190 #address-cells = <1>;
191 #size-cells = <1>;
192
193 soc_revision: soc_revision@0 {
194 reg = <0x0 0x4>;
195 };
196 };
197
Nava kishore Manne7689dce2017-05-22 12:05:17 +0530198 pcap: pcap {
Nava kishore Manned64e43f2016-08-21 00:17:52 +0530199 compatible = "xlnx,zynqmp-pcap-fpga";
200 };
201
Anurag Kumar Vulisha98ad47b2017-02-06 21:40:34 +0530202 rst: reset-controller {
203 compatible = "xlnx,zynqmp-reset";
204 #reset-cells = <1>;
205 };
206
Michal Simekb0c55202017-07-05 14:51:42 +0200207 xlnx_dp_snd_card: dp_snd_card {
208 compatible = "xlnx,dp-snd-card";
209 status = "disabled";
210 xlnx,dp-snd-pcm = <&xlnx_dp_snd_pcm0>, <&xlnx_dp_snd_pcm1>;
211 xlnx,dp-snd-codec = <&xlnx_dp_snd_codec0>;
212 };
213
214 xlnx_dp_snd_codec0: dp_snd_codec0 {
215 compatible = "xlnx,dp-snd-codec";
216 status = "disabled";
217 clock-names = "aud_clk";
218 };
219
220 xlnx_dp_snd_pcm0: dp_snd_pcm0 {
221 compatible = "xlnx,dp-snd-pcm";
222 status = "disabled";
223 dmas = <&xlnx_dpdma 4>;
224 dma-names = "tx";
225 };
226
227 xlnx_dp_snd_pcm1: dp_snd_pcm1 {
228 compatible = "xlnx,dp-snd-pcm";
229 status = "disabled";
230 dmas = <&xlnx_dpdma 5>;
231 dma-names = "tx";
232 };
233
234 xilinx_drm: xilinx_drm {
235 compatible = "xlnx,drm";
236 status = "disabled";
237 xlnx,encoder-slave = <&xlnx_dp>;
238 xlnx,connector-type = "DisplayPort";
239 xlnx,dp-sub = <&xlnx_dp_sub>;
240 planes {
241 xlnx,pixel-format = "rgb565";
242 plane0 {
243 dmas = <&xlnx_dpdma 3>;
244 dma-names = "dma0";
245 };
246 plane1 {
247 dmas = <&xlnx_dpdma 0>,
248 <&xlnx_dpdma 1>,
249 <&xlnx_dpdma 2>;
250 dma-names = "dma0", "dma1", "dma2";
251 };
252 };
253 };
254
Michal Simek096d7f52018-11-08 10:06:53 +0100255 amba_apu: amba-apu@0 {
Michal Simek44303df2015-10-30 15:39:18 +0100256 compatible = "simple-bus";
257 #address-cells = <2>;
258 #size-cells = <1>;
Michal Simek85d11422016-04-07 15:07:38 +0200259 ranges = <0 0 0 0 0xffffffff>;
Michal Simek44303df2015-10-30 15:39:18 +0100260
261 gic: interrupt-controller@f9010000 {
262 compatible = "arm,gic-400", "arm,cortex-a15-gic";
263 #interrupt-cells = <3>;
264 reg = <0x0 0xf9010000 0x10000>,
Alexander Graf0a8c4f62016-05-12 13:44:01 +0200265 <0x0 0xf9020000 0x20000>,
Michal Simek44303df2015-10-30 15:39:18 +0100266 <0x0 0xf9040000 0x20000>,
Alexander Graf0a8c4f62016-05-12 13:44:01 +0200267 <0x0 0xf9060000 0x20000>;
Michal Simek44303df2015-10-30 15:39:18 +0100268 interrupt-controller;
269 interrupt-parent = <&gic>;
270 interrupts = <1 9 0xf04>;
271 };
272 };
273
Michal Simekb976fd62016-02-11 07:19:06 +0100274 amba: amba {
Michal Simek44303df2015-10-30 15:39:18 +0100275 compatible = "simple-bus";
Michal Simekc9811e12016-02-22 09:57:27 +0100276 u-boot,dm-pre-reloc;
Michal Simek44303df2015-10-30 15:39:18 +0100277 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100278 #size-cells = <2>;
279 ranges;
Michal Simek44303df2015-10-30 15:39:18 +0100280
281 can0: can@ff060000 {
282 compatible = "xlnx,zynq-can-1.0";
283 status = "disabled";
284 clock-names = "can_clk", "pclk";
Michal Simekb976fd62016-02-11 07:19:06 +0100285 reg = <0x0 0xff060000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100286 interrupts = <0 23 4>;
287 interrupt-parent = <&gic>;
288 tx-fifo-depth = <0x40>;
289 rx-fifo-depth = <0x40>;
Michal Simek332996c2019-10-14 15:56:31 +0200290 power-domains = <&zynqmp_firmware PD_CAN_0>;
Michal Simek44303df2015-10-30 15:39:18 +0100291 };
292
293 can1: can@ff070000 {
294 compatible = "xlnx,zynq-can-1.0";
295 status = "disabled";
296 clock-names = "can_clk", "pclk";
Michal Simekb976fd62016-02-11 07:19:06 +0100297 reg = <0x0 0xff070000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100298 interrupts = <0 24 4>;
299 interrupt-parent = <&gic>;
300 tx-fifo-depth = <0x40>;
301 rx-fifo-depth = <0x40>;
Michal Simek332996c2019-10-14 15:56:31 +0200302 power-domains = <&zynqmp_firmware PD_CAN_1>;
Michal Simek44303df2015-10-30 15:39:18 +0100303 };
304
Michal Simekff50d212015-11-26 11:21:25 +0100305 cci: cci@fd6e0000 {
306 compatible = "arm,cci-400";
Michal Simekb976fd62016-02-11 07:19:06 +0100307 reg = <0x0 0xfd6e0000 0x0 0x9000>;
Michal Simekff50d212015-11-26 11:21:25 +0100308 ranges = <0x0 0x0 0xfd6e0000 0x10000>;
309 #address-cells = <1>;
310 #size-cells = <1>;
311
312 pmu@9000 {
313 compatible = "arm,cci-400-pmu,r1";
314 reg = <0x9000 0x5000>;
315 interrupt-parent = <&gic>;
316 interrupts = <0 123 4>,
317 <0 123 4>,
318 <0 123 4>,
319 <0 123 4>,
320 <0 123 4>;
321 };
322 };
323
Michal Simek44303df2015-10-30 15:39:18 +0100324 /* GDMA */
325 fpd_dma_chan1: dma@fd500000 {
326 status = "disabled";
327 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100328 reg = <0x0 0xfd500000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100329 interrupt-parent = <&gic>;
330 interrupts = <0 124 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530331 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100332 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200333 #stream-id-cells = <1>;
334 iommus = <&smmu 0x14e8>;
Michal Simek332996c2019-10-14 15:56:31 +0200335 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100336 };
337
338 fpd_dma_chan2: dma@fd510000 {
339 status = "disabled";
340 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100341 reg = <0x0 0xfd510000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100342 interrupt-parent = <&gic>;
343 interrupts = <0 125 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530344 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100345 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200346 #stream-id-cells = <1>;
347 iommus = <&smmu 0x14e9>;
Michal Simek332996c2019-10-14 15:56:31 +0200348 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100349 };
350
351 fpd_dma_chan3: dma@fd520000 {
352 status = "disabled";
353 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100354 reg = <0x0 0xfd520000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100355 interrupt-parent = <&gic>;
356 interrupts = <0 126 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530357 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100358 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200359 #stream-id-cells = <1>;
360 iommus = <&smmu 0x14ea>;
Michal Simek332996c2019-10-14 15:56:31 +0200361 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100362 };
363
364 fpd_dma_chan4: dma@fd530000 {
365 status = "disabled";
366 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100367 reg = <0x0 0xfd530000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100368 interrupt-parent = <&gic>;
369 interrupts = <0 127 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530370 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100371 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200372 #stream-id-cells = <1>;
373 iommus = <&smmu 0x14eb>;
Michal Simek332996c2019-10-14 15:56:31 +0200374 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100375 };
376
377 fpd_dma_chan5: dma@fd540000 {
378 status = "disabled";
379 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100380 reg = <0x0 0xfd540000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100381 interrupt-parent = <&gic>;
382 interrupts = <0 128 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530383 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100384 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200385 #stream-id-cells = <1>;
386 iommus = <&smmu 0x14ec>;
Michal Simek332996c2019-10-14 15:56:31 +0200387 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100388 };
389
390 fpd_dma_chan6: dma@fd550000 {
391 status = "disabled";
392 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100393 reg = <0x0 0xfd550000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100394 interrupt-parent = <&gic>;
395 interrupts = <0 129 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530396 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100397 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200398 #stream-id-cells = <1>;
399 iommus = <&smmu 0x14ed>;
Michal Simek332996c2019-10-14 15:56:31 +0200400 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100401 };
402
403 fpd_dma_chan7: dma@fd560000 {
404 status = "disabled";
405 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100406 reg = <0x0 0xfd560000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100407 interrupt-parent = <&gic>;
408 interrupts = <0 130 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530409 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100410 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200411 #stream-id-cells = <1>;
412 iommus = <&smmu 0x14ee>;
Michal Simek332996c2019-10-14 15:56:31 +0200413 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100414 };
415
416 fpd_dma_chan8: dma@fd570000 {
417 status = "disabled";
418 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100419 reg = <0x0 0xfd570000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100420 interrupt-parent = <&gic>;
421 interrupts = <0 131 4>;
VNSL Durgab34d11d2016-03-24 22:45:12 +0530422 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100423 xlnx,bus-width = <128>;
Michal Simekba6ad312016-04-06 10:43:23 +0200424 #stream-id-cells = <1>;
425 iommus = <&smmu 0x14ef>;
Michal Simek332996c2019-10-14 15:56:31 +0200426 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100427 };
428
429 gpu: gpu@fd4b0000 {
430 status = "disabled";
431 compatible = "arm,mali-400", "arm,mali-utgard";
Hyun Kwon834ec8e2017-08-21 18:54:29 -0700432 reg = <0x0 0xfd4b0000 0x0 0x10000>;
Michal Simek44303df2015-10-30 15:39:18 +0100433 interrupt-parent = <&gic>;
434 interrupts = <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>;
435 interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0", "IRQPP1", "IRQPPMMU1";
Madhurkiran Harikrishnan59206dd2017-02-17 04:14:45 -0800436 clock-names = "gpu", "gpu_pp0", "gpu_pp1";
Michal Simek332996c2019-10-14 15:56:31 +0200437 power-domains = <&zynqmp_firmware PD_GPU>;
Michal Simek44303df2015-10-30 15:39:18 +0100438 };
439
Kedareswara rao Appana6af57732016-09-09 12:36:01 +0530440 /* LPDDMA default allows only secured access. inorder to enable
441 * These dma channels, Users should ensure that these dma
442 * Channels are allowed for non secure access.
443 */
Michal Simek44303df2015-10-30 15:39:18 +0100444 lpd_dma_chan1: dma@ffa80000 {
445 status = "disabled";
446 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100447 reg = <0x0 0xffa80000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100448 interrupt-parent = <&gic>;
449 interrupts = <0 77 4>;
Michal Simek680e9972018-01-17 16:32:33 +0100450 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100451 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200452 #stream-id-cells = <1>;
453 iommus = <&smmu 0x868>;
Michal Simek332996c2019-10-14 15:56:31 +0200454 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100455 };
456
457 lpd_dma_chan2: dma@ffa90000 {
458 status = "disabled";
459 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100460 reg = <0x0 0xffa90000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100461 interrupt-parent = <&gic>;
462 interrupts = <0 78 4>;
Michal Simek680e9972018-01-17 16:32:33 +0100463 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100464 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200465 #stream-id-cells = <1>;
466 iommus = <&smmu 0x869>;
Michal Simek332996c2019-10-14 15:56:31 +0200467 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100468 };
469
470 lpd_dma_chan3: dma@ffaa0000 {
471 status = "disabled";
472 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100473 reg = <0x0 0xffaa0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100474 interrupt-parent = <&gic>;
475 interrupts = <0 79 4>;
Michal Simek680e9972018-01-17 16:32:33 +0100476 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100477 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200478 #stream-id-cells = <1>;
479 iommus = <&smmu 0x86a>;
Michal Simek332996c2019-10-14 15:56:31 +0200480 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100481 };
482
483 lpd_dma_chan4: dma@ffab0000 {
484 status = "disabled";
485 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100486 reg = <0x0 0xffab0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100487 interrupt-parent = <&gic>;
488 interrupts = <0 80 4>;
Michal Simek680e9972018-01-17 16:32:33 +0100489 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100490 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200491 #stream-id-cells = <1>;
492 iommus = <&smmu 0x86b>;
Michal Simek332996c2019-10-14 15:56:31 +0200493 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100494 };
495
496 lpd_dma_chan5: dma@ffac0000 {
497 status = "disabled";
498 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100499 reg = <0x0 0xffac0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100500 interrupt-parent = <&gic>;
501 interrupts = <0 81 4>;
Michal Simek680e9972018-01-17 16:32:33 +0100502 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100503 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200504 #stream-id-cells = <1>;
505 iommus = <&smmu 0x86c>;
Michal Simek332996c2019-10-14 15:56:31 +0200506 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100507 };
508
509 lpd_dma_chan6: dma@ffad0000 {
510 status = "disabled";
511 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100512 reg = <0x0 0xffad0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100513 interrupt-parent = <&gic>;
514 interrupts = <0 82 4>;
Michal Simek680e9972018-01-17 16:32:33 +0100515 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100516 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200517 #stream-id-cells = <1>;
518 iommus = <&smmu 0x86d>;
Michal Simek332996c2019-10-14 15:56:31 +0200519 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100520 };
521
522 lpd_dma_chan7: dma@ffae0000 {
523 status = "disabled";
524 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100525 reg = <0x0 0xffae0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100526 interrupt-parent = <&gic>;
527 interrupts = <0 83 4>;
Michal Simek680e9972018-01-17 16:32:33 +0100528 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100529 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200530 #stream-id-cells = <1>;
531 iommus = <&smmu 0x86e>;
Michal Simek332996c2019-10-14 15:56:31 +0200532 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100533 };
534
535 lpd_dma_chan8: dma@ffaf0000 {
536 status = "disabled";
537 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100538 reg = <0x0 0xffaf0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100539 interrupt-parent = <&gic>;
540 interrupts = <0 84 4>;
Michal Simek680e9972018-01-17 16:32:33 +0100541 clock-names = "clk_main", "clk_apb";
Michal Simek44303df2015-10-30 15:39:18 +0100542 xlnx,bus-width = <64>;
Michal Simekba6ad312016-04-06 10:43:23 +0200543 #stream-id-cells = <1>;
544 iommus = <&smmu 0x86f>;
Michal Simek332996c2019-10-14 15:56:31 +0200545 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek44303df2015-10-30 15:39:18 +0100546 };
547
Naga Sureshkumar Relli90869002016-03-11 13:10:26 +0530548 mc: memory-controller@fd070000 {
549 compatible = "xlnx,zynqmp-ddrc-2.40a";
Michal Simekb976fd62016-02-11 07:19:06 +0100550 reg = <0x0 0xfd070000 0x0 0x30000>;
Naga Sureshkumar Relli90869002016-03-11 13:10:26 +0530551 interrupt-parent = <&gic>;
552 interrupts = <0 112 4>;
553 };
554
Michal Simek44303df2015-10-30 15:39:18 +0100555 nand0: nand@ff100000 {
556 compatible = "arasan,nfc-v3p10";
557 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100558 reg = <0x0 0xff100000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100559 clock-names = "clk_sys", "clk_flash";
560 interrupt-parent = <&gic>;
561 interrupts = <0 14 4>;
Naga Sureshkumar Rellic3a34b82017-01-23 16:20:37 +0530562 #address-cells = <1>;
563 #size-cells = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200564 #stream-id-cells = <1>;
565 iommus = <&smmu 0x872>;
Michal Simek332996c2019-10-14 15:56:31 +0200566 power-domains = <&zynqmp_firmware PD_NAND>;
Michal Simek44303df2015-10-30 15:39:18 +0100567 };
568
569 gem0: ethernet@ff0b0000 {
Michal Simekdead6f62018-03-27 12:53:37 +0200570 compatible = "cdns,zynqmp-gem", "cdns,gem";
Michal Simek44303df2015-10-30 15:39:18 +0100571 status = "disabled";
572 interrupt-parent = <&gic>;
573 interrupts = <0 57 4>, <0 57 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100574 reg = <0x0 0xff0b0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100575 clock-names = "pclk", "hclk", "tx_clk";
576 #address-cells = <1>;
577 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100578 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200579 iommus = <&smmu 0x874>;
Michal Simek332996c2019-10-14 15:56:31 +0200580 power-domains = <&zynqmp_firmware PD_ETH_0>;
Michal Simek44303df2015-10-30 15:39:18 +0100581 };
582
583 gem1: ethernet@ff0c0000 {
Michal Simekdead6f62018-03-27 12:53:37 +0200584 compatible = "cdns,zynqmp-gem", "cdns,gem";
Michal Simek44303df2015-10-30 15:39:18 +0100585 status = "disabled";
586 interrupt-parent = <&gic>;
587 interrupts = <0 59 4>, <0 59 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100588 reg = <0x0 0xff0c0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100589 clock-names = "pclk", "hclk", "tx_clk";
590 #address-cells = <1>;
591 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100592 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200593 iommus = <&smmu 0x875>;
Michal Simek332996c2019-10-14 15:56:31 +0200594 power-domains = <&zynqmp_firmware PD_ETH_1>;
Michal Simek44303df2015-10-30 15:39:18 +0100595 };
596
597 gem2: ethernet@ff0d0000 {
Michal Simekdead6f62018-03-27 12:53:37 +0200598 compatible = "cdns,zynqmp-gem", "cdns,gem";
Michal Simek44303df2015-10-30 15:39:18 +0100599 status = "disabled";
600 interrupt-parent = <&gic>;
601 interrupts = <0 61 4>, <0 61 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100602 reg = <0x0 0xff0d0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100603 clock-names = "pclk", "hclk", "tx_clk";
604 #address-cells = <1>;
605 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100606 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200607 iommus = <&smmu 0x876>;
Michal Simek332996c2019-10-14 15:56:31 +0200608 power-domains = <&zynqmp_firmware PD_ETH_2>;
Michal Simek44303df2015-10-30 15:39:18 +0100609 };
610
611 gem3: ethernet@ff0e0000 {
Michal Simekdead6f62018-03-27 12:53:37 +0200612 compatible = "cdns,zynqmp-gem", "cdns,gem";
Michal Simek44303df2015-10-30 15:39:18 +0100613 status = "disabled";
614 interrupt-parent = <&gic>;
615 interrupts = <0 63 4>, <0 63 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100616 reg = <0x0 0xff0e0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100617 clock-names = "pclk", "hclk", "tx_clk";
618 #address-cells = <1>;
619 #size-cells = <0>;
Edgar E. Iglesias7f1d7d92015-11-26 14:12:20 +0100620 #stream-id-cells = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200621 iommus = <&smmu 0x877>;
Michal Simek332996c2019-10-14 15:56:31 +0200622 power-domains = <&zynqmp_firmware PD_ETH_3>;
Michal Simek44303df2015-10-30 15:39:18 +0100623 };
624
625 gpio: gpio@ff0a0000 {
626 compatible = "xlnx,zynqmp-gpio-1.0";
627 status = "disabled";
628 #gpio-cells = <0x2>;
Michal Simekb94a3c22020-01-09 13:10:59 +0100629 gpio-controller;
Michal Simek44303df2015-10-30 15:39:18 +0100630 interrupt-parent = <&gic>;
631 interrupts = <0 16 4>;
Michal Simek9e826b62016-10-20 10:26:13 +0200632 interrupt-controller;
633 #interrupt-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100634 reg = <0x0 0xff0a0000 0x0 0x1000>;
Michal Simek332996c2019-10-14 15:56:31 +0200635 power-domains = <&zynqmp_firmware PD_GPIO>;
Michal Simek44303df2015-10-30 15:39:18 +0100636 };
637
638 i2c0: i2c@ff020000 {
Moritz Fischerde4914b2016-12-22 09:36:11 -0800639 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek44303df2015-10-30 15:39:18 +0100640 status = "disabled";
641 interrupt-parent = <&gic>;
642 interrupts = <0 17 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100643 reg = <0x0 0xff020000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100644 #address-cells = <1>;
645 #size-cells = <0>;
Michal Simek332996c2019-10-14 15:56:31 +0200646 power-domains = <&zynqmp_firmware PD_I2C_0>;
Michal Simek44303df2015-10-30 15:39:18 +0100647 };
648
649 i2c1: i2c@ff030000 {
Moritz Fischerde4914b2016-12-22 09:36:11 -0800650 compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
Michal Simek44303df2015-10-30 15:39:18 +0100651 status = "disabled";
652 interrupt-parent = <&gic>;
653 interrupts = <0 18 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100654 reg = <0x0 0xff030000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100655 #address-cells = <1>;
656 #size-cells = <0>;
Michal Simek332996c2019-10-14 15:56:31 +0200657 power-domains = <&zynqmp_firmware PD_I2C_1>;
Michal Simek44303df2015-10-30 15:39:18 +0100658 };
659
Naga Sureshkumar Relli55344802016-05-18 12:23:13 +0530660 ocm: memory-controller@ff960000 {
661 compatible = "xlnx,zynqmp-ocmc-1.0";
Michal Simekb976fd62016-02-11 07:19:06 +0100662 reg = <0x0 0xff960000 0x0 0x1000>;
Naga Sureshkumar Relli55344802016-05-18 12:23:13 +0530663 interrupt-parent = <&gic>;
664 interrupts = <0 10 4>;
665 };
666
Michal Simek44303df2015-10-30 15:39:18 +0100667 pcie: pcie@fd0e0000 {
668 compatible = "xlnx,nwl-pcie-2.11";
669 status = "disabled";
670 #address-cells = <3>;
671 #size-cells = <2>;
672 #interrupt-cells = <1>;
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530673 msi-controller;
Michal Simek44303df2015-10-30 15:39:18 +0100674 device_type = "pci";
675 interrupt-parent = <&gic>;
Michal Simek91a8b0e2016-01-20 12:59:23 +0100676 interrupts = <0 118 4>,
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530677 <0 117 4>,
Michal Simek91a8b0e2016-01-20 12:59:23 +0100678 <0 116 4>,
679 <0 115 4>, /* MSI_1 [63...32] */
680 <0 114 4>; /* MSI_0 [31...0] */
Michal Simek680e9972018-01-17 16:32:33 +0100681 interrupt-names = "misc", "dummy", "intx",
682 "msi1", "msi0";
Bharat Kumar Gogada7d6ca732016-07-19 20:49:29 +0530683 msi-parent = <&pcie>;
Michal Simekb976fd62016-02-11 07:19:06 +0100684 reg = <0x0 0xfd0e0000 0x0 0x1000>,
685 <0x0 0xfd480000 0x0 0x1000>,
Bharat Kumar Gogada688d1be2016-08-02 20:34:13 +0530686 <0x80 0x00000000 0x0 0x1000000>;
Michal Simek44303df2015-10-30 15:39:18 +0100687 reg-names = "breg", "pcireg", "cfg";
Bharat Kumar Gogada688d1be2016-08-02 20:34:13 +0530688 ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000 /* non-prefetchable memory */
689 0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */
Rob Herringec2b2d42017-03-21 21:03:13 -0500690 bus-range = <0x00 0xff>;
Bharat Kumar Gogada33aec512016-02-15 21:18:58 +0530691 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
692 interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
693 <0x0 0x0 0x0 0x2 &pcie_intc 0x2>,
694 <0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
695 <0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
Michal Simek332996c2019-10-14 15:56:31 +0200696 power-domains = <&zynqmp_firmware PD_PCIE>;
Bharat Kumar Gogada33aec512016-02-15 21:18:58 +0530697 pcie_intc: legacy-interrupt-controller {
698 interrupt-controller;
699 #address-cells = <0>;
700 #interrupt-cells = <1>;
701 };
Michal Simek44303df2015-10-30 15:39:18 +0100702 };
703
704 qspi: spi@ff0f0000 {
Michal Simek24124ab2017-01-16 12:07:33 +0100705 u-boot,dm-pre-reloc;
Michal Simek44303df2015-10-30 15:39:18 +0100706 compatible = "xlnx,zynqmp-qspi-1.0";
707 status = "disabled";
708 clock-names = "ref_clk", "pclk";
709 interrupts = <0 15 4>;
710 interrupt-parent = <&gic>;
711 num-cs = <1>;
Michal Simekb976fd62016-02-11 07:19:06 +0100712 reg = <0x0 0xff0f0000 0x0 0x1000>,
713 <0x0 0xc0000000 0x0 0x8000000>;
Michal Simek44303df2015-10-30 15:39:18 +0100714 #address-cells = <1>;
715 #size-cells = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200716 #stream-id-cells = <1>;
717 iommus = <&smmu 0x873>;
Michal Simek332996c2019-10-14 15:56:31 +0200718 power-domains = <&zynqmp_firmware PD_QSPI>;
Michal Simek44303df2015-10-30 15:39:18 +0100719 };
720
721 rtc: rtc@ffa60000 {
722 compatible = "xlnx,zynqmp-rtc";
723 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100724 reg = <0x0 0xffa60000 0x0 0x100>;
Michal Simek44303df2015-10-30 15:39:18 +0100725 interrupt-parent = <&gic>;
726 interrupts = <0 26 4>, <0 27 4>;
727 interrupt-names = "alarm", "sec";
Nava kishore Manne4d9d6982017-01-27 18:20:14 +0530728 calibration = <0x8000>;
Michal Simek44303df2015-10-30 15:39:18 +0100729 };
730
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530731 serdes: zynqmp_phy@fd400000 {
732 compatible = "xlnx,zynqmp-psgtr";
733 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100734 reg = <0x0 0xfd400000 0x0 0x40000>,
735 <0x0 0xfd3d0000 0x0 0x1000>,
Michal Simekb976fd62016-02-11 07:19:06 +0100736 <0x0 0xff5e0000 0x0 0x1000>;
Anurag Kumar Vulisha0aada392017-02-08 17:09:10 +0530737 reg-names = "serdes", "siou", "lpd";
Michal Simek3940bca2017-01-17 14:36:54 +0100738 nvmem-cells = <&soc_revision>;
739 nvmem-cell-names = "soc_revision";
Michal Simekb07e97b2019-10-14 15:55:53 +0200740 resets = <&zynqmp_reset ZYNQMP_RESET_SATA>,
741 <&zynqmp_reset ZYNQMP_RESET_USB0_CORERESET>,
742 <&zynqmp_reset ZYNQMP_RESET_USB1_CORERESET>,
743 <&zynqmp_reset ZYNQMP_RESET_USB0_HIBERRESET>,
744 <&zynqmp_reset ZYNQMP_RESET_USB1_HIBERRESET>,
745 <&zynqmp_reset ZYNQMP_RESET_USB0_APB>,
746 <&zynqmp_reset ZYNQMP_RESET_USB1_APB>,
747 <&zynqmp_reset ZYNQMP_RESET_DP>,
748 <&zynqmp_reset ZYNQMP_RESET_GEM0>,
749 <&zynqmp_reset ZYNQMP_RESET_GEM1>,
750 <&zynqmp_reset ZYNQMP_RESET_GEM2>,
751 <&zynqmp_reset ZYNQMP_RESET_GEM3>;
Anurag Kumar Vulisha98ad47b2017-02-06 21:40:34 +0530752 reset-names = "sata_rst", "usb0_crst", "usb1_crst",
753 "usb0_hibrst", "usb1_hibrst", "usb0_apbrst",
754 "usb1_apbrst", "dp_rst", "gem0_rst",
755 "gem1_rst", "gem2_rst", "gem3_rst";
Anurag Kumar Vulishadb6c62e2016-05-17 16:49:01 +0530756 lane0: lane0 {
757 #phy-cells = <4>;
758 };
759 lane1: lane1 {
760 #phy-cells = <4>;
761 };
762 lane2: lane2 {
763 #phy-cells = <4>;
764 };
765 lane3: lane3 {
766 #phy-cells = <4>;
767 };
768 };
769
Michal Simek44303df2015-10-30 15:39:18 +0100770 sata: ahci@fd0c0000 {
771 compatible = "ceva,ahci-1v84";
772 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100773 reg = <0x0 0xfd0c0000 0x0 0x2000>;
Michal Simek44303df2015-10-30 15:39:18 +0100774 interrupt-parent = <&gic>;
775 interrupts = <0 133 4>;
Michal Simek332996c2019-10-14 15:56:31 +0200776 power-domains = <&zynqmp_firmware PD_SATA>;
Anurag Kumar Vulisha110d06b2017-07-04 20:03:42 +0530777 #stream-id-cells = <4>;
778 iommus = <&smmu 0x4c0>, <&smmu 0x4c1>,
779 <&smmu 0x4c2>, <&smmu 0x4c3>;
780 /* dma-coherent; */
Michal Simek44303df2015-10-30 15:39:18 +0100781 };
782
Siva Durga Prasad Paladugue7c9de62019-01-03 15:44:24 +0530783 sdhci0: mmc@ff160000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100784 u-boot,dm-pre-reloc;
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530785 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek44303df2015-10-30 15:39:18 +0100786 status = "disabled";
787 interrupt-parent = <&gic>;
788 interrupts = <0 48 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100789 reg = <0x0 0xff160000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100790 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530791 xlnx,device_id = <0>;
Michal Simekba6ad312016-04-06 10:43:23 +0200792 #stream-id-cells = <1>;
793 iommus = <&smmu 0x870>;
Michal Simek332996c2019-10-14 15:56:31 +0200794 power-domains = <&zynqmp_firmware PD_SD_0>;
Manish Narani5e3c90d2017-07-19 21:16:33 +0530795 nvmem-cells = <&soc_revision>;
796 nvmem-cell-names = "soc_revision";
Michal Simek44303df2015-10-30 15:39:18 +0100797 };
798
Siva Durga Prasad Paladugue7c9de62019-01-03 15:44:24 +0530799 sdhci1: mmc@ff170000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100800 u-boot,dm-pre-reloc;
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530801 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek44303df2015-10-30 15:39:18 +0100802 status = "disabled";
803 interrupt-parent = <&gic>;
804 interrupts = <0 49 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100805 reg = <0x0 0xff170000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100806 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri0488a5e2016-08-16 14:41:35 +0530807 xlnx,device_id = <1>;
Michal Simekba6ad312016-04-06 10:43:23 +0200808 #stream-id-cells = <1>;
809 iommus = <&smmu 0x871>;
Michal Simek332996c2019-10-14 15:56:31 +0200810 power-domains = <&zynqmp_firmware PD_SD_1>;
Manish Narani5e3c90d2017-07-19 21:16:33 +0530811 nvmem-cells = <&soc_revision>;
812 nvmem-cell-names = "soc_revision";
Michal Simek44303df2015-10-30 15:39:18 +0100813 };
814
Michal Simek9c77cb72017-11-02 11:51:59 +0100815 pinctrl0: pinctrl@ff180000 {
816 compatible = "xlnx,pinctrl-zynqmp";
817 status = "disabled";
818 reg = <0x0 0xff180000 0x0 0x1000>;
819 };
820
Michal Simek44303df2015-10-30 15:39:18 +0100821 smmu: smmu@fd800000 {
822 compatible = "arm,mmu-500";
Michal Simekb976fd62016-02-11 07:19:06 +0100823 reg = <0x0 0xfd800000 0x0 0x20000>;
Michal Simekba6ad312016-04-06 10:43:23 +0200824 #iommu-cells = <1>;
Naga Sureshkumar Relli10f2a292017-03-09 20:00:13 +0530825 status = "disabled";
Michal Simek44303df2015-10-30 15:39:18 +0100826 #global-interrupts = <1>;
827 interrupt-parent = <&gic>;
Edgar E. Iglesias88a85aa2015-11-26 14:12:19 +0100828 interrupts = <0 155 4>,
829 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
830 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
831 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
832 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>;
Michal Simek44303df2015-10-30 15:39:18 +0100833 };
834
835 spi0: spi@ff040000 {
836 compatible = "cdns,spi-r1p6";
837 status = "disabled";
838 interrupt-parent = <&gic>;
839 interrupts = <0 19 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100840 reg = <0x0 0xff040000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100841 clock-names = "ref_clk", "pclk";
842 #address-cells = <1>;
843 #size-cells = <0>;
Michal Simek332996c2019-10-14 15:56:31 +0200844 power-domains = <&zynqmp_firmware PD_SPI_0>;
Michal Simek44303df2015-10-30 15:39:18 +0100845 };
846
847 spi1: spi@ff050000 {
848 compatible = "cdns,spi-r1p6";
849 status = "disabled";
850 interrupt-parent = <&gic>;
851 interrupts = <0 20 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100852 reg = <0x0 0xff050000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100853 clock-names = "ref_clk", "pclk";
854 #address-cells = <1>;
855 #size-cells = <0>;
Michal Simek332996c2019-10-14 15:56:31 +0200856 power-domains = <&zynqmp_firmware PD_SPI_1>;
Michal Simek44303df2015-10-30 15:39:18 +0100857 };
858
859 ttc0: timer@ff110000 {
860 compatible = "cdns,ttc";
861 status = "disabled";
862 interrupt-parent = <&gic>;
863 interrupts = <0 36 4>, <0 37 4>, <0 38 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100864 reg = <0x0 0xff110000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100865 timer-width = <32>;
Michal Simek332996c2019-10-14 15:56:31 +0200866 power-domains = <&zynqmp_firmware PD_TTC_0>;
Michal Simek44303df2015-10-30 15:39:18 +0100867 };
868
869 ttc1: timer@ff120000 {
870 compatible = "cdns,ttc";
871 status = "disabled";
872 interrupt-parent = <&gic>;
873 interrupts = <0 39 4>, <0 40 4>, <0 41 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100874 reg = <0x0 0xff120000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100875 timer-width = <32>;
Michal Simek332996c2019-10-14 15:56:31 +0200876 power-domains = <&zynqmp_firmware PD_TTC_1>;
Michal Simek44303df2015-10-30 15:39:18 +0100877 };
878
879 ttc2: timer@ff130000 {
880 compatible = "cdns,ttc";
881 status = "disabled";
882 interrupt-parent = <&gic>;
883 interrupts = <0 42 4>, <0 43 4>, <0 44 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100884 reg = <0x0 0xff130000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100885 timer-width = <32>;
Michal Simek332996c2019-10-14 15:56:31 +0200886 power-domains = <&zynqmp_firmware PD_TTC_2>;
Michal Simek44303df2015-10-30 15:39:18 +0100887 };
888
889 ttc3: timer@ff140000 {
890 compatible = "cdns,ttc";
891 status = "disabled";
892 interrupt-parent = <&gic>;
893 interrupts = <0 45 4>, <0 46 4>, <0 47 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100894 reg = <0x0 0xff140000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100895 timer-width = <32>;
Michal Simek332996c2019-10-14 15:56:31 +0200896 power-domains = <&zynqmp_firmware PD_TTC_3>;
Michal Simek44303df2015-10-30 15:39:18 +0100897 };
898
899 uart0: serial@ff000000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100900 u-boot,dm-pre-reloc;
Michal Simekca2f5872015-11-27 13:22:58 +0100901 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek44303df2015-10-30 15:39:18 +0100902 status = "disabled";
903 interrupt-parent = <&gic>;
904 interrupts = <0 21 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100905 reg = <0x0 0xff000000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100906 clock-names = "uart_clk", "pclk";
Michal Simek332996c2019-10-14 15:56:31 +0200907 power-domains = <&zynqmp_firmware PD_UART_0>;
Michal Simek44303df2015-10-30 15:39:18 +0100908 };
909
910 uart1: serial@ff010000 {
Michal Simekc9811e12016-02-22 09:57:27 +0100911 u-boot,dm-pre-reloc;
Michal Simekca2f5872015-11-27 13:22:58 +0100912 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek44303df2015-10-30 15:39:18 +0100913 status = "disabled";
914 interrupt-parent = <&gic>;
915 interrupts = <0 22 4>;
Michal Simekb976fd62016-02-11 07:19:06 +0100916 reg = <0x0 0xff010000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +0100917 clock-names = "uart_clk", "pclk";
Michal Simek332996c2019-10-14 15:56:31 +0200918 power-domains = <&zynqmp_firmware PD_UART_1>;
Michal Simek44303df2015-10-30 15:39:18 +0100919 };
920
Manish Naranif7346ef2017-03-27 17:47:00 +0530921 usb0: usb0@ff9d0000 {
Michal Simeka84de482016-04-07 15:06:07 +0200922 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100923 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +0100924 status = "disabled";
Michal Simeka84de482016-04-07 15:06:07 +0200925 compatible = "xlnx,zynqmp-dwc3";
Manish Naranif7346ef2017-03-27 17:47:00 +0530926 reg = <0x0 0xff9d0000 0x0 0x100>;
Michal Simeka84de482016-04-07 15:06:07 +0200927 clock-names = "bus_clk", "ref_clk";
Michal Simek332996c2019-10-14 15:56:31 +0200928 power-domains = <&zynqmp_firmware PD_USB_0>;
Michal Simeka84de482016-04-07 15:06:07 +0200929 ranges;
Anurag Kumar Vulisha8e5a4e62017-03-02 14:40:51 +0530930 nvmem-cells = <&soc_revision>;
931 nvmem-cell-names = "soc_revision";
Michal Simeka84de482016-04-07 15:06:07 +0200932
933 dwc3_0: dwc3@fe200000 {
934 compatible = "snps,dwc3";
935 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100936 reg = <0x0 0xfe200000 0x0 0x40000>;
Michal Simeka84de482016-04-07 15:06:07 +0200937 interrupt-parent = <&gic>;
Manish Narani2ef98662017-01-18 17:34:48 +0530938 interrupts = <0 65 4>, <0 69 4>;
Anurag Kumar Vulisha8861dcf2017-06-20 16:25:16 +0530939 #stream-id-cells = <1>;
940 iommus = <&smmu 0x860>;
Anurag Kumar Vulisha397a08a2017-03-10 19:18:17 +0530941 snps,quirk-frame-length-adjustment = <0x20>;
Michal Simeka84de482016-04-07 15:06:07 +0200942 snps,refclk_fladj;
Manish Naranif7346ef2017-03-27 17:47:00 +0530943 /* dma-coherent; */
Michal Simeka84de482016-04-07 15:06:07 +0200944 };
Michal Simek44303df2015-10-30 15:39:18 +0100945 };
946
Manish Naranif7346ef2017-03-27 17:47:00 +0530947 usb1: usb1@ff9e0000 {
Michal Simeka84de482016-04-07 15:06:07 +0200948 #address-cells = <2>;
Michal Simekb976fd62016-02-11 07:19:06 +0100949 #size-cells = <2>;
Michal Simek44303df2015-10-30 15:39:18 +0100950 status = "disabled";
Michal Simeka84de482016-04-07 15:06:07 +0200951 compatible = "xlnx,zynqmp-dwc3";
Manish Naranif7346ef2017-03-27 17:47:00 +0530952 reg = <0x0 0xff9e0000 0x0 0x100>;
Michal Simeka84de482016-04-07 15:06:07 +0200953 clock-names = "bus_clk", "ref_clk";
Michal Simek332996c2019-10-14 15:56:31 +0200954 power-domains = <&zynqmp_firmware PD_USB_1>;
Michal Simeka84de482016-04-07 15:06:07 +0200955 ranges;
Anurag Kumar Vulisha8e5a4e62017-03-02 14:40:51 +0530956 nvmem-cells = <&soc_revision>;
957 nvmem-cell-names = "soc_revision";
Michal Simeka84de482016-04-07 15:06:07 +0200958
959 dwc3_1: dwc3@fe300000 {
960 compatible = "snps,dwc3";
961 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +0100962 reg = <0x0 0xfe300000 0x0 0x40000>;
Michal Simeka84de482016-04-07 15:06:07 +0200963 interrupt-parent = <&gic>;
Manish Narani2ef98662017-01-18 17:34:48 +0530964 interrupts = <0 70 4>, <0 74 4>;
Anurag Kumar Vulisha8861dcf2017-06-20 16:25:16 +0530965 #stream-id-cells = <1>;
966 iommus = <&smmu 0x861>;
Anurag Kumar Vulisha397a08a2017-03-10 19:18:17 +0530967 snps,quirk-frame-length-adjustment = <0x20>;
Michal Simeka84de482016-04-07 15:06:07 +0200968 snps,refclk_fladj;
Manish Naranif7346ef2017-03-27 17:47:00 +0530969 /* dma-coherent; */
Michal Simeka84de482016-04-07 15:06:07 +0200970 };
Michal Simek44303df2015-10-30 15:39:18 +0100971 };
972
973 watchdog0: watchdog@fd4d0000 {
974 compatible = "cdns,wdt-r1p2";
975 status = "disabled";
976 interrupt-parent = <&gic>;
Punnaiah Choudary Kallurid3fd4332015-11-04 12:34:17 +0530977 interrupts = <0 113 1>;
Michal Simekb976fd62016-02-11 07:19:06 +0100978 reg = <0x0 0xfd4d0000 0x0 0x1000>;
Mounika Grace Akula3c8ee332018-10-09 20:52:50 +0530979 timeout-sec = <60>;
980 reset-on-timeout;
Michal Simek44303df2015-10-30 15:39:18 +0100981 };
982
Michal Simek2038e462018-07-18 09:25:43 +0200983 lpd_watchdog: watchdog@ff150000 {
984 compatible = "cdns,wdt-r1p2";
985 status = "disabled";
986 interrupt-parent = <&gic>;
987 interrupts = <0 52 1>;
988 reg = <0x0 0xff150000 0x0 0x1000>;
989 timeout-sec = <10>;
990 };
991
Michal Simek795ebc02017-11-02 12:04:43 +0100992 xilinx_ams: ams@ffa50000 {
993 compatible = "xlnx,zynqmp-ams";
994 status = "disabled";
995 interrupt-parent = <&gic>;
996 interrupts = <0 56 4>;
997 interrupt-names = "ams-irq";
998 reg = <0x0 0xffa50000 0x0 0x800>;
999 reg-names = "ams-base";
1000 #address-cells = <2>;
1001 #size-cells = <2>;
1002 #io-channel-cells = <1>;
1003 ranges;
1004
1005 ams_ps: ams_ps@ffa50800 {
1006 compatible = "xlnx,zynqmp-ams-ps";
1007 status = "disabled";
1008 reg = <0x0 0xffa50800 0x0 0x400>;
1009 };
1010
1011 ams_pl: ams_pl@ffa50c00 {
1012 compatible = "xlnx,zynqmp-ams-pl";
1013 status = "disabled";
1014 reg = <0x0 0xffa50c00 0x0 0x400>;
1015 };
1016 };
1017
Hyun Kwon695d75a2015-11-23 17:12:54 -08001018 xlnx_dp: dp@fd4a0000 {
Michal Simek44303df2015-10-30 15:39:18 +01001019 compatible = "xlnx,v-dp";
1020 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001021 reg = <0x0 0xfd4a0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001022 interrupts = <0 119 4>;
1023 interrupt-parent = <&gic>;
1024 clock-names = "aclk", "aud_clk";
1025 xlnx,dp-version = "v1.2";
1026 xlnx,max-lanes = <2>;
1027 xlnx,max-link-rate = <540000>;
1028 xlnx,max-bpc = <16>;
1029 xlnx,enable-ycrcb;
1030 xlnx,colormetry = "rgb";
1031 xlnx,bpc = <8>;
1032 xlnx,audio-chan = <2>;
1033 xlnx,dp-sub = <&xlnx_dp_sub>;
Hyun Kwon939cfea2015-11-23 17:12:55 -08001034 xlnx,max-pclock-frequency = <300000>;
Michal Simek44303df2015-10-30 15:39:18 +01001035 };
1036
Hyun Kwon695d75a2015-11-23 17:12:54 -08001037 xlnx_dp_sub: dp_sub@fd4aa000 {
Michal Simek44303df2015-10-30 15:39:18 +01001038 compatible = "xlnx,dp-sub";
1039 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001040 reg = <0x0 0xfd4aa000 0x0 0x1000>,
1041 <0x0 0xfd4ab000 0x0 0x1000>,
1042 <0x0 0xfd4ac000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001043 reg-names = "blend", "av_buf", "aud";
1044 xlnx,output-fmt = "rgb";
Hyun Kwon939cfea2015-11-23 17:12:55 -08001045 xlnx,vid-fmt = "yuyv";
1046 xlnx,gfx-fmt = "rgb565";
Michal Simek44303df2015-10-30 15:39:18 +01001047 };
1048
1049 xlnx_dpdma: dma@fd4c0000 {
1050 compatible = "xlnx,dpdma";
1051 status = "disabled";
Michal Simekb976fd62016-02-11 07:19:06 +01001052 reg = <0x0 0xfd4c0000 0x0 0x1000>;
Michal Simek44303df2015-10-30 15:39:18 +01001053 interrupts = <0 122 4>;
1054 interrupt-parent = <&gic>;
1055 clock-names = "axi_clk";
Michal Simek332996c2019-10-14 15:56:31 +02001056 power-domains = <&zynqmp_firmware PD_DP>;
Michal Simek44303df2015-10-30 15:39:18 +01001057 dma-channels = <6>;
1058 #dma-cells = <1>;
Michal Simekc926e6f2016-11-11 13:21:04 +01001059 dma-video0channel {
Michal Simek44303df2015-10-30 15:39:18 +01001060 compatible = "xlnx,video0";
1061 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001062 dma-video1channel {
Michal Simek44303df2015-10-30 15:39:18 +01001063 compatible = "xlnx,video1";
1064 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001065 dma-video2channel {
Michal Simek44303df2015-10-30 15:39:18 +01001066 compatible = "xlnx,video2";
1067 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001068 dma-graphicschannel {
Michal Simek44303df2015-10-30 15:39:18 +01001069 compatible = "xlnx,graphics";
1070 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001071 dma-audio0channel {
Michal Simek44303df2015-10-30 15:39:18 +01001072 compatible = "xlnx,audio0";
1073 };
Michal Simekc926e6f2016-11-11 13:21:04 +01001074 dma-audio1channel {
Michal Simek44303df2015-10-30 15:39:18 +01001075 compatible = "xlnx,audio1";
1076 };
1077 };
1078 };
1079};