blob: 53a606c340a45817ef3ab55fed6239aa394f7ea0 [file] [log] [blame]
Michal Simek090a2d72018-03-27 10:36:39 +02001// SPDX-License-Identifier: GPL-2.0+
Michal Simek54b896f2015-10-30 15:39:18 +01002/*
3 * dts file for Xilinx ZynqMP
4 *
Michal Simek821e32a2021-05-31 09:50:01 +02005 * (C) Copyright 2014 - 2021, Xilinx, Inc.
Michal Simek54b896f2015-10-30 15:39:18 +01006 *
Michal Simeka8c94362023-07-10 14:35:49 +02007 * Michal Simek <michal.simek@amd.com>
Michal Simek54b896f2015-10-30 15:39:18 +01008 *
Michal Simek090a2d72018-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 Simek54b896f2015-10-30 15:39:18 +010013 */
Michal Simek0c365702016-12-16 13:12:48 +010014
Michal Simek958c0e92020-11-26 14:25:02 +010015#include <dt-bindings/dma/xlnx-zynqmp-dpdma.h>
Piyush Mehta949e7952022-05-11 11:52:45 +020016#include <dt-bindings/gpio/gpio.h>
Michal Simek86eb8952023-09-22 12:35:30 +020017#include <dt-bindings/interrupt-controller/arm-gic.h>
18#include <dt-bindings/interrupt-controller/irq.h>
Michal Simek7c001dc2019-10-14 15:56:31 +020019#include <dt-bindings/power/xlnx-zynqmp-power.h>
Michal Simeka898c332019-10-14 15:55:53 +020020#include <dt-bindings/reset/xlnx-zynqmp-resets.h>
21
Michal Simek54b896f2015-10-30 15:39:18 +010022/ {
23 compatible = "xlnx,zynqmp";
24 #address-cells = <2>;
Michal Simekd171c752016-04-07 15:07:38 +020025 #size-cells = <2>;
Michal Simek54b896f2015-10-30 15:39:18 +010026
Michal Simekc9ac4dd2023-08-03 14:51:53 +020027 options {
28 u-boot {
29 compatible = "u-boot,config";
30 bootscr-address = /bits/ 64 <0x20000000>;
31 };
32 };
33
Michal Simek54b896f2015-10-30 15:39:18 +010034 cpus {
35 #address-cells = <1>;
36 #size-cells = <0>;
37
Michal Simek28663032017-02-06 10:09:53 +010038 cpu0: cpu@0 {
Rob Herringff9eb352019-01-14 11:45:33 -060039 compatible = "arm,cortex-a53";
Michal Simek54b896f2015-10-30 15:39:18 +010040 device_type = "cpu";
41 enable-method = "psci";
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053042 operating-points-v2 = <&cpu_opp_table>;
Michal Simek54b896f2015-10-30 15:39:18 +010043 reg = <0x0>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020044 cpu-idle-states = <&CPU_SLEEP_0>;
Radhey Shyam Pandey305760b2023-07-10 14:37:37 +020045 next-level-cache = <&L2>;
Michal Simek54b896f2015-10-30 15:39:18 +010046 };
47
Michal Simek28663032017-02-06 10:09:53 +010048 cpu1: cpu@1 {
Rob Herringff9eb352019-01-14 11:45:33 -060049 compatible = "arm,cortex-a53";
Michal Simek54b896f2015-10-30 15:39:18 +010050 device_type = "cpu";
51 enable-method = "psci";
52 reg = <0x1>;
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053053 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020054 cpu-idle-states = <&CPU_SLEEP_0>;
Radhey Shyam Pandey305760b2023-07-10 14:37:37 +020055 next-level-cache = <&L2>;
Michal Simek54b896f2015-10-30 15:39:18 +010056 };
57
Michal Simek28663032017-02-06 10:09:53 +010058 cpu2: cpu@2 {
Rob Herringff9eb352019-01-14 11:45:33 -060059 compatible = "arm,cortex-a53";
Michal Simek54b896f2015-10-30 15:39:18 +010060 device_type = "cpu";
61 enable-method = "psci";
62 reg = <0x2>;
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053063 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020064 cpu-idle-states = <&CPU_SLEEP_0>;
Radhey Shyam Pandey305760b2023-07-10 14:37:37 +020065 next-level-cache = <&L2>;
Michal Simek54b896f2015-10-30 15:39:18 +010066 };
67
Michal Simek28663032017-02-06 10:09:53 +010068 cpu3: cpu@3 {
Rob Herringff9eb352019-01-14 11:45:33 -060069 compatible = "arm,cortex-a53";
Michal Simek54b896f2015-10-30 15:39:18 +010070 device_type = "cpu";
71 enable-method = "psci";
72 reg = <0x3>;
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053073 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020074 cpu-idle-states = <&CPU_SLEEP_0>;
Radhey Shyam Pandey305760b2023-07-10 14:37:37 +020075 next-level-cache = <&L2>;
76 };
77
78 L2: l2-cache {
79 compatible = "cache";
80 cache-level = <2>;
81 cache-unified;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020082 };
83
84 idle-states {
Amit Kucheriaefa69732018-08-23 14:23:29 +053085 entry-method = "psci";
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020086
87 CPU_SLEEP_0: cpu-sleep-0 {
88 compatible = "arm,idle-state";
89 arm,psci-suspend-param = <0x40000000>;
90 local-timer-stop;
91 entry-latency-us = <300>;
92 exit-latency-us = <600>;
Jolly Shah5a5d5b32017-06-14 15:03:52 -070093 min-residency-us = <10000>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020094 };
Michal Simek54b896f2015-10-30 15:39:18 +010095 };
96 };
97
Michal Simek330ea2d2022-05-11 11:52:47 +020098 cpu_opp_table: opp-table-cpu {
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053099 compatible = "operating-points-v2";
100 opp-shared;
101 opp00 {
102 opp-hz = /bits/ 64 <1199999988>;
103 opp-microvolt = <1000000>;
104 clock-latency-ns = <500000>;
105 };
106 opp01 {
107 opp-hz = /bits/ 64 <599999994>;
108 opp-microvolt = <1000000>;
109 clock-latency-ns = <500000>;
110 };
111 opp02 {
112 opp-hz = /bits/ 64 <399999996>;
113 opp-microvolt = <1000000>;
114 clock-latency-ns = <500000>;
115 };
116 opp03 {
117 opp-hz = /bits/ 64 <299999997>;
118 opp-microvolt = <1000000>;
119 clock-latency-ns = <500000>;
120 };
121 };
122
Tanmay Shah6cec96a2023-09-22 12:35:31 +0200123 reserved-memory {
124 #address-cells = <2>;
125 #size-cells = <2>;
126 ranges;
127
128 rproc_0_fw_image: memory@3ed00000 {
129 no-map;
130 reg = <0x0 0x3ed00000 0x0 0x40000>;
131 };
132
133 rproc_1_fw_image: memory@3ef00000 {
134 no-map;
135 reg = <0x0 0x3ef00000 0x0 0x40000>;
136 };
137 };
138
Michal Simekc8288e32023-09-27 11:57:48 +0200139 zynqmp_ipi: zynqmp-ipi {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700140 bootph-all;
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100141 compatible = "xlnx,zynqmp-ipi-mailbox";
142 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200143 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100144 xlnx,ipi-id = <0>;
145 #address-cells = <2>;
146 #size-cells = <2>;
147 ranges;
148
Michal Simek366111e2023-07-10 14:37:38 +0200149 ipi_mailbox_pmu1: mailbox@ff9905c0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700150 bootph-all;
Tanmay Shahf2d319c2023-12-04 13:56:20 -0800151 compatible = "xlnx,zynqmp-ipi-dest-mailbox";
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100152 reg = <0x0 0xff9905c0 0x0 0x20>,
153 <0x0 0xff9905e0 0x0 0x20>,
154 <0x0 0xff990e80 0x0 0x20>,
155 <0x0 0xff990ea0 0x0 0x20>;
Michal Simek26cbd922020-09-29 13:43:22 +0200156 reg-names = "local_request_region",
157 "local_response_region",
158 "remote_request_region",
159 "remote_response_region";
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100160 #mbox-cells = <1>;
161 xlnx,ipi-id = <4>;
162 };
163 };
164
Michal Simekde29d542016-09-09 08:46:39 +0200165 dcc: dcc {
166 compatible = "arm,dcc";
167 status = "disabled";
Simon Glassd3a98cb2023-02-13 08:56:33 -0700168 bootph-all;
Michal Simekde29d542016-09-09 08:46:39 +0200169 };
170
Lukas Funke344410a2024-03-07 16:29:56 +0100171 pmu: pmu {
Michal Simek54b896f2015-10-30 15:39:18 +0100172 compatible = "arm,armv8-pmuv3";
Michal Simek86e6eee2016-04-07 15:28:33 +0200173 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200174 interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>,
175 <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>,
176 <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
177 <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>;
Radhey Shyam Pandeybf388882023-07-10 14:37:39 +0200178 interrupt-affinity = <&cpu0>,
179 <&cpu1>,
180 <&cpu2>,
181 <&cpu3>;
Michal Simek54b896f2015-10-30 15:39:18 +0100182 };
183
184 psci {
185 compatible = "arm,psci-0.2";
186 method = "smc";
187 };
188
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100189 firmware {
Ilias Apalodimas8c930902023-02-16 15:39:20 +0200190 optee: optee {
191 compatible = "linaro,optee-tz";
192 method = "smc";
193 };
194
Michal Simekebddf492019-10-14 15:42:03 +0200195 zynqmp_firmware: zynqmp-firmware {
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100196 compatible = "xlnx,zynqmp-firmware";
Michal Simek26cbd922020-09-29 13:43:22 +0200197 #power-domain-cells = <1>;
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100198 method = "smc";
Simon Glassd3a98cb2023-02-13 08:56:33 -0700199 bootph-all;
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100200
Michal Simekb4c00812024-01-04 10:12:57 +0100201 zynqmp_power: power-management {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700202 bootph-all;
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100203 compatible = "xlnx,zynqmp-power";
204 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200205 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100206 mboxes = <&ipi_mailbox_pmu1 0>, <&ipi_mailbox_pmu1 1>;
207 mbox-names = "tx", "rx";
208 };
Michal Simeka898c332019-10-14 15:55:53 +0200209
Michal Simekd46ce3e2024-02-01 13:38:42 +0100210 soc-nvmem {
Michal Simek958c0e92020-11-26 14:25:02 +0100211 compatible = "xlnx,zynqmp-nvmem-fw";
Michal Simekd46ce3e2024-02-01 13:38:42 +0100212 nvmem-layout {
213 compatible = "fixed-layout";
214 #address-cells = <1>;
215 #size-cells = <1>;
Michal Simek958c0e92020-11-26 14:25:02 +0100216
Michal Simekd46ce3e2024-02-01 13:38:42 +0100217 soc_revision: soc-revision@0 {
218 reg = <0x0 0x4>;
219 };
220 /* efuse access */
221 efuse_dna: efuse-dna@c {
222 reg = <0xc 0xc>;
223 };
224 efuse_usr0: efuse-usr0@20 {
225 reg = <0x20 0x4>;
226 };
227 efuse_usr1: efuse-usr1@24 {
228 reg = <0x24 0x4>;
229 };
230 efuse_usr2: efuse-usr2@28 {
231 reg = <0x28 0x4>;
232 };
233 efuse_usr3: efuse-usr3@2c {
234 reg = <0x2c 0x4>;
235 };
236 efuse_usr4: efuse-usr4@30 {
237 reg = <0x30 0x4>;
238 };
239 efuse_usr5: efuse-usr5@34 {
240 reg = <0x34 0x4>;
241 };
242 efuse_usr6: efuse-usr6@38 {
243 reg = <0x38 0x4>;
244 };
245 efuse_usr7: efuse-usr7@3c {
246 reg = <0x3c 0x4>;
247 };
248 efuse_miscusr: efuse-miscusr@40 {
249 reg = <0x40 0x4>;
250 };
251 efuse_chash: efuse-chash@50 {
252 reg = <0x50 0x4>;
253 };
254 efuse_pufmisc: efuse-pufmisc@54 {
255 reg = <0x54 0x4>;
256 };
257 efuse_sec: efuse-sec@58 {
258 reg = <0x58 0x4>;
259 };
260 efuse_spkid: efuse-spkid@5c {
261 reg = <0x5c 0x4>;
262 };
263 efuse_aeskey: efuse-aeskey@60 {
264 reg = <0x60 0x20>;
265 };
266 efuse_ppk0hash: efuse-ppk0hash@a0 {
267 reg = <0xa0 0x30>;
268 };
269 efuse_ppk1hash: efuse-ppk1hash@d0 {
270 reg = <0xd0 0x30>;
271 };
272 efuse_pufuser: efuse-pufuser@100 {
273 reg = <0x100 0x7F>;
274 };
Michal Simek3ecfb952024-01-09 12:26:10 +0100275 };
Michal Simek958c0e92020-11-26 14:25:02 +0100276 };
277
Michal Simek26cbd922020-09-29 13:43:22 +0200278 zynqmp_pcap: pcap {
279 compatible = "xlnx,zynqmp-pcap-fpga";
Michal Simek26cbd922020-09-29 13:43:22 +0200280 };
281
Michal Simeka898c332019-10-14 15:55:53 +0200282 zynqmp_reset: reset-controller {
283 compatible = "xlnx,zynqmp-reset";
284 #reset-cells = <1>;
285 };
Michal Simekaa8206e2020-02-18 13:04:06 +0100286
287 pinctrl0: pinctrl {
288 compatible = "xlnx,zynqmp-pinctrl";
289 status = "disabled";
290 };
Piyush Mehta949e7952022-05-11 11:52:45 +0200291
292 modepin_gpio: gpio {
293 compatible = "xlnx,zynqmp-gpio-modepin";
294 gpio-controller;
295 #gpio-cells = <2>;
296 };
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100297 };
Michal Simek54b896f2015-10-30 15:39:18 +0100298 };
299
300 timer {
301 compatible = "arm,armv8-timer";
302 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200303 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
304 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
305 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
306 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
Michal Simek54b896f2015-10-30 15:39:18 +0100307 };
308
Michal Simek8fde0942024-02-01 13:38:40 +0100309 fpga_full: fpga-region {
Nava kishore Mannea1763ba2017-05-22 12:05:17 +0530310 compatible = "fpga-region";
Nava kishore Manne042ae5e2019-10-18 18:07:32 +0200311 fpga-mgr = <&zynqmp_pcap>;
Nava kishore Mannea1763ba2017-05-22 12:05:17 +0530312 #address-cells = <2>;
313 #size-cells = <2>;
Nava kishore Manne042ae5e2019-10-18 18:07:32 +0200314 ranges;
Nava kishore Mannea1763ba2017-05-22 12:05:17 +0530315 };
316
Tanmay Shah6cec96a2023-09-22 12:35:31 +0200317 remoteproc {
318 compatible = "xlnx,zynqmp-r5fss";
319 xlnx,cluster-mode = <1>;
320
321 r5f-0 {
322 compatible = "xlnx,zynqmp-r5f";
323 power-domains = <&zynqmp_firmware PD_RPU_0>;
324 memory-region = <&rproc_0_fw_image>;
325 };
326
327 r5f-1 {
328 compatible = "xlnx,zynqmp-r5f";
329 power-domains = <&zynqmp_firmware PD_RPU_1>;
330 memory-region = <&rproc_1_fw_image>;
331 };
332 };
333
Michal Simek26cbd922020-09-29 13:43:22 +0200334 amba: axi {
Michal Simek54b896f2015-10-30 15:39:18 +0100335 compatible = "simple-bus";
Simon Glassd3a98cb2023-02-13 08:56:33 -0700336 bootph-all;
Michal Simek54b896f2015-10-30 15:39:18 +0100337 #address-cells = <2>;
Michal Simek72b562a2016-02-11 07:19:06 +0100338 #size-cells = <2>;
339 ranges;
Michal Simek54b896f2015-10-30 15:39:18 +0100340
341 can0: can@ff060000 {
342 compatible = "xlnx,zynq-can-1.0";
343 status = "disabled";
344 clock-names = "can_clk", "pclk";
Michal Simek72b562a2016-02-11 07:19:06 +0100345 reg = <0x0 0xff060000 0x0 0x1000>;
Michal Simek86eb8952023-09-22 12:35:30 +0200346 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek54b896f2015-10-30 15:39:18 +0100347 interrupt-parent = <&gic>;
348 tx-fifo-depth = <0x40>;
349 rx-fifo-depth = <0x40>;
Srinivas Neeli047c3502023-09-11 16:10:49 +0200350 resets = <&zynqmp_reset ZYNQMP_RESET_CAN0>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200351 power-domains = <&zynqmp_firmware PD_CAN_0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100352 };
353
354 can1: can@ff070000 {
355 compatible = "xlnx,zynq-can-1.0";
356 status = "disabled";
357 clock-names = "can_clk", "pclk";
Michal Simek72b562a2016-02-11 07:19:06 +0100358 reg = <0x0 0xff070000 0x0 0x1000>;
Michal Simek86eb8952023-09-22 12:35:30 +0200359 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek54b896f2015-10-30 15:39:18 +0100360 interrupt-parent = <&gic>;
361 tx-fifo-depth = <0x40>;
362 rx-fifo-depth = <0x40>;
Srinivas Neeli047c3502023-09-11 16:10:49 +0200363 resets = <&zynqmp_reset ZYNQMP_RESET_CAN1>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200364 power-domains = <&zynqmp_firmware PD_CAN_1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100365 };
366
Michal Simekb197dd42015-11-26 11:21:25 +0100367 cci: cci@fd6e0000 {
368 compatible = "arm,cci-400";
Michal Simek79db3c62020-05-11 10:14:34 +0200369 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100370 reg = <0x0 0xfd6e0000 0x0 0x9000>;
Michal Simekb197dd42015-11-26 11:21:25 +0100371 ranges = <0x0 0x0 0xfd6e0000 0x10000>;
372 #address-cells = <1>;
373 #size-cells = <1>;
374
375 pmu@9000 {
376 compatible = "arm,cci-400-pmu,r1";
377 reg = <0x9000 0x5000>;
378 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200379 interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
380 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
381 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
382 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
383 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
Michal Simekb197dd42015-11-26 11:21:25 +0100384 };
385 };
386
Michal Simek54b896f2015-10-30 15:39:18 +0100387 /* GDMA */
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100388 fpd_dma_chan1: dma-controller@fd500000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100389 status = "disabled";
390 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100391 reg = <0x0 0xfd500000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100392 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200393 interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530394 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100395 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100396 xlnx,bus-width = <128>;
Michal Simekb075d472023-11-01 09:01:03 +0100397 /* iommus = <&smmu 0x14e8>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200398 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100399 };
400
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100401 fpd_dma_chan2: dma-controller@fd510000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100402 status = "disabled";
403 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100404 reg = <0x0 0xfd510000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100405 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200406 interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530407 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100408 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100409 xlnx,bus-width = <128>;
Michal Simekb075d472023-11-01 09:01:03 +0100410 /* iommus = <&smmu 0x14e9>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200411 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100412 };
413
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100414 fpd_dma_chan3: dma-controller@fd520000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100415 status = "disabled";
416 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100417 reg = <0x0 0xfd520000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100418 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200419 interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530420 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100421 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100422 xlnx,bus-width = <128>;
Michal Simekb075d472023-11-01 09:01:03 +0100423 /* iommus = <&smmu 0x14ea>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200424 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100425 };
426
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100427 fpd_dma_chan4: dma-controller@fd530000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100428 status = "disabled";
429 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100430 reg = <0x0 0xfd530000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100431 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200432 interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530433 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100434 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100435 xlnx,bus-width = <128>;
Michal Simekb075d472023-11-01 09:01:03 +0100436 /* iommus = <&smmu 0x14eb>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200437 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100438 };
439
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100440 fpd_dma_chan5: dma-controller@fd540000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100441 status = "disabled";
442 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100443 reg = <0x0 0xfd540000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100444 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200445 interrupts = <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530446 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100447 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100448 xlnx,bus-width = <128>;
Michal Simekb075d472023-11-01 09:01:03 +0100449 /* iommus = <&smmu 0x14ec>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200450 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100451 };
452
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100453 fpd_dma_chan6: dma-controller@fd550000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100454 status = "disabled";
455 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100456 reg = <0x0 0xfd550000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100457 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200458 interrupts = <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530459 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100460 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100461 xlnx,bus-width = <128>;
Michal Simekb075d472023-11-01 09:01:03 +0100462 /* iommus = <&smmu 0x14ed>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200463 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100464 };
465
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100466 fpd_dma_chan7: dma-controller@fd560000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100467 status = "disabled";
468 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100469 reg = <0x0 0xfd560000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100470 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200471 interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530472 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100473 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100474 xlnx,bus-width = <128>;
Michal Simekb075d472023-11-01 09:01:03 +0100475 /* iommus = <&smmu 0x14ee>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200476 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100477 };
478
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100479 fpd_dma_chan8: dma-controller@fd570000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100480 status = "disabled";
481 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100482 reg = <0x0 0xfd570000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100483 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200484 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530485 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100486 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100487 xlnx,bus-width = <128>;
Michal Simekb075d472023-11-01 09:01:03 +0100488 /* iommus = <&smmu 0x14ef>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200489 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100490 };
491
Michal Simek26cbd922020-09-29 13:43:22 +0200492 gic: interrupt-controller@f9010000 {
493 compatible = "arm,gic-400";
494 #interrupt-cells = <3>;
495 reg = <0x0 0xf9010000 0x0 0x10000>,
496 <0x0 0xf9020000 0x0 0x20000>,
497 <0x0 0xf9040000 0x0 0x20000>,
498 <0x0 0xf9060000 0x0 0x20000>;
499 interrupt-controller;
500 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200501 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
Michal Simek26cbd922020-09-29 13:43:22 +0200502 };
503
Michal Simek54b896f2015-10-30 15:39:18 +0100504 gpu: gpu@fd4b0000 {
505 status = "disabled";
Parth Gajjara281ad02023-07-10 14:37:29 +0200506 compatible = "xlnx,zynqmp-mali", "arm,mali-400";
Hyun Kwon991faf72017-08-21 18:54:29 -0700507 reg = <0x0 0xfd4b0000 0x0 0x10000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100508 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200509 interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
510 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
511 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
512 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
513 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
514 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
Parth Gajjara281ad02023-07-10 14:37:29 +0200515 interrupt-names = "gp", "gpmmu", "pp0", "ppmmu0", "pp1", "ppmmu1";
516 clock-names = "bus", "core";
Michal Simek7c001dc2019-10-14 15:56:31 +0200517 power-domains = <&zynqmp_firmware PD_GPU>;
Michal Simek54b896f2015-10-30 15:39:18 +0100518 };
519
Kedareswara rao Appanaae9342f2016-09-09 12:36:01 +0530520 /* LPDDMA default allows only secured access. inorder to enable
521 * These dma channels, Users should ensure that these dma
522 * Channels are allowed for non secure access.
523 */
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100524 lpd_dma_chan1: dma-controller@ffa80000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100525 status = "disabled";
526 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100527 reg = <0x0 0xffa80000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100528 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200529 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek91ab8252018-01-17 16:32:33 +0100530 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100531 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100532 xlnx,bus-width = <64>;
Michal Simekb075d472023-11-01 09:01:03 +0100533 /* iommus = <&smmu 0x868>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200534 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100535 };
536
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100537 lpd_dma_chan2: dma-controller@ffa90000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100538 status = "disabled";
539 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100540 reg = <0x0 0xffa90000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100541 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200542 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek91ab8252018-01-17 16:32:33 +0100543 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100544 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100545 xlnx,bus-width = <64>;
Michal Simekb075d472023-11-01 09:01:03 +0100546 /* iommus = <&smmu 0x869>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200547 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100548 };
549
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100550 lpd_dma_chan3: dma-controller@ffaa0000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100551 status = "disabled";
552 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100553 reg = <0x0 0xffaa0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100554 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200555 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek91ab8252018-01-17 16:32:33 +0100556 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100557 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100558 xlnx,bus-width = <64>;
Michal Simekb075d472023-11-01 09:01:03 +0100559 /* iommus = <&smmu 0x86a>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200560 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100561 };
562
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100563 lpd_dma_chan4: dma-controller@ffab0000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100564 status = "disabled";
565 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100566 reg = <0x0 0xffab0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100567 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200568 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek91ab8252018-01-17 16:32:33 +0100569 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100570 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100571 xlnx,bus-width = <64>;
Michal Simekb075d472023-11-01 09:01:03 +0100572 /* iommus = <&smmu 0x86b>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200573 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100574 };
575
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100576 lpd_dma_chan5: dma-controller@ffac0000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100577 status = "disabled";
578 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100579 reg = <0x0 0xffac0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100580 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200581 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek91ab8252018-01-17 16:32:33 +0100582 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100583 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100584 xlnx,bus-width = <64>;
Michal Simekb075d472023-11-01 09:01:03 +0100585 /* iommus = <&smmu 0x86c>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200586 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100587 };
588
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100589 lpd_dma_chan6: dma-controller@ffad0000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100590 status = "disabled";
591 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100592 reg = <0x0 0xffad0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100593 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200594 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek91ab8252018-01-17 16:32:33 +0100595 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100596 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100597 xlnx,bus-width = <64>;
Michal Simekb075d472023-11-01 09:01:03 +0100598 /* iommus = <&smmu 0x86d>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200599 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100600 };
601
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100602 lpd_dma_chan7: dma-controller@ffae0000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100603 status = "disabled";
604 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100605 reg = <0x0 0xffae0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100606 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200607 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek91ab8252018-01-17 16:32:33 +0100608 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100609 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100610 xlnx,bus-width = <64>;
Michal Simekb075d472023-11-01 09:01:03 +0100611 /* iommus = <&smmu 0x86e>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200612 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100613 };
614
Shravya Kumbhamafab9b32022-01-14 12:44:06 +0100615 lpd_dma_chan8: dma-controller@ffaf0000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100616 status = "disabled";
617 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100618 reg = <0x0 0xffaf0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100619 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200620 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek91ab8252018-01-17 16:32:33 +0100621 clock-names = "clk_main", "clk_apb";
Michal Simek745ea1a2022-12-09 13:56:37 +0100622 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100623 xlnx,bus-width = <64>;
Michal Simekb075d472023-11-01 09:01:03 +0100624 /* iommus = <&smmu 0x86f>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200625 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100626 };
627
Naga Sureshkumar Rellide96a3e2016-03-11 13:10:26 +0530628 mc: memory-controller@fd070000 {
629 compatible = "xlnx,zynqmp-ddrc-2.40a";
Michal Simek72b562a2016-02-11 07:19:06 +0100630 reg = <0x0 0xfd070000 0x0 0x30000>;
Naga Sureshkumar Rellide96a3e2016-03-11 13:10:26 +0530631 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200632 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
Naga Sureshkumar Rellide96a3e2016-03-11 13:10:26 +0530633 };
634
Michal Simek958c0e92020-11-26 14:25:02 +0100635 nand0: nand-controller@ff100000 {
636 compatible = "xlnx,zynqmp-nand-controller", "arasan,nfc-v3p10";
Michal Simek54b896f2015-10-30 15:39:18 +0100637 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100638 reg = <0x0 0xff100000 0x0 0x1000>;
Amit Kumar Mahapatrac0504ca2021-02-23 13:47:20 -0700639 clock-names = "controller", "bus";
Michal Simek54b896f2015-10-30 15:39:18 +0100640 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200641 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
Naga Sureshkumar Rellie007a352017-01-23 16:20:37 +0530642 #address-cells = <1>;
643 #size-cells = <0>;
Michal Simekb075d472023-11-01 09:01:03 +0100644 /* iommus = <&smmu 0x872>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200645 power-domains = <&zynqmp_firmware PD_NAND>;
Michal Simek54b896f2015-10-30 15:39:18 +0100646 };
647
648 gem0: ethernet@ff0b0000 {
Michal Simeka8ecf552023-02-06 13:50:00 +0100649 compatible = "xlnx,zynqmp-gem", "cdns,gem";
Michal Simek54b896f2015-10-30 15:39:18 +0100650 status = "disabled";
651 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200652 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>,
653 <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100654 reg = <0x0 0xff0b0000 0x0 0x1000>;
Michal Simek90c43f62021-11-18 13:42:28 +0100655 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk";
Michal Simekb075d472023-11-01 09:01:03 +0100656 /* iommus = <&smmu 0x874>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200657 power-domains = <&zynqmp_firmware PD_ETH_0>;
Michal Simek676c2af2021-11-18 13:42:27 +0100658 resets = <&zynqmp_reset ZYNQMP_RESET_GEM0>;
Michal Simek7159a442022-12-09 13:56:38 +0100659 reset-names = "gem0_rst";
Michal Simek54b896f2015-10-30 15:39:18 +0100660 };
661
662 gem1: ethernet@ff0c0000 {
Michal Simeka8ecf552023-02-06 13:50:00 +0100663 compatible = "xlnx,zynqmp-gem", "cdns,gem";
Michal Simek54b896f2015-10-30 15:39:18 +0100664 status = "disabled";
665 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200666 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>,
667 <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100668 reg = <0x0 0xff0c0000 0x0 0x1000>;
Michal Simek90c43f62021-11-18 13:42:28 +0100669 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk";
Michal Simekb075d472023-11-01 09:01:03 +0100670 /* iommus = <&smmu 0x875>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200671 power-domains = <&zynqmp_firmware PD_ETH_1>;
Michal Simek676c2af2021-11-18 13:42:27 +0100672 resets = <&zynqmp_reset ZYNQMP_RESET_GEM1>;
Michal Simek7159a442022-12-09 13:56:38 +0100673 reset-names = "gem1_rst";
Michal Simek54b896f2015-10-30 15:39:18 +0100674 };
675
676 gem2: ethernet@ff0d0000 {
Michal Simeka8ecf552023-02-06 13:50:00 +0100677 compatible = "xlnx,zynqmp-gem", "cdns,gem";
Michal Simek54b896f2015-10-30 15:39:18 +0100678 status = "disabled";
679 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200680 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>,
681 <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100682 reg = <0x0 0xff0d0000 0x0 0x1000>;
Michal Simek90c43f62021-11-18 13:42:28 +0100683 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk";
Michal Simekb075d472023-11-01 09:01:03 +0100684 /* iommus = <&smmu 0x876>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200685 power-domains = <&zynqmp_firmware PD_ETH_2>;
Michal Simek676c2af2021-11-18 13:42:27 +0100686 resets = <&zynqmp_reset ZYNQMP_RESET_GEM2>;
Michal Simek7159a442022-12-09 13:56:38 +0100687 reset-names = "gem2_rst";
Michal Simek54b896f2015-10-30 15:39:18 +0100688 };
689
690 gem3: ethernet@ff0e0000 {
Michal Simeka8ecf552023-02-06 13:50:00 +0100691 compatible = "xlnx,zynqmp-gem", "cdns,gem";
Michal Simek54b896f2015-10-30 15:39:18 +0100692 status = "disabled";
693 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200694 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>,
695 <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100696 reg = <0x0 0xff0e0000 0x0 0x1000>;
Michal Simek90c43f62021-11-18 13:42:28 +0100697 clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk";
Michal Simekb075d472023-11-01 09:01:03 +0100698 /* iommus = <&smmu 0x877>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200699 power-domains = <&zynqmp_firmware PD_ETH_3>;
Michal Simek676c2af2021-11-18 13:42:27 +0100700 resets = <&zynqmp_reset ZYNQMP_RESET_GEM3>;
Michal Simek7159a442022-12-09 13:56:38 +0100701 reset-names = "gem3_rst";
Michal Simek54b896f2015-10-30 15:39:18 +0100702 };
703
704 gpio: gpio@ff0a0000 {
705 compatible = "xlnx,zynqmp-gpio-1.0";
706 status = "disabled";
707 #gpio-cells = <0x2>;
Michal Simek3d5f0f62020-01-09 13:10:59 +0100708 gpio-controller;
Michal Simek54b896f2015-10-30 15:39:18 +0100709 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200710 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek7e2df452016-10-20 10:26:13 +0200711 interrupt-controller;
712 #interrupt-cells = <2>;
Michal Simek72b562a2016-02-11 07:19:06 +0100713 reg = <0x0 0xff0a0000 0x0 0x1000>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200714 power-domains = <&zynqmp_firmware PD_GPIO>;
Michal Simek54b896f2015-10-30 15:39:18 +0100715 };
716
717 i2c0: i2c@ff020000 {
Michal Simek26cbd922020-09-29 13:43:22 +0200718 compatible = "cdns,i2c-r1p14";
Michal Simek54b896f2015-10-30 15:39:18 +0100719 status = "disabled";
720 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200721 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
Varalaxmi Bingi2b6ea082023-07-10 14:37:27 +0200722 clock-frequency = <400000>;
Michal Simek72b562a2016-02-11 07:19:06 +0100723 reg = <0x0 0xff020000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100724 #address-cells = <1>;
725 #size-cells = <0>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200726 power-domains = <&zynqmp_firmware PD_I2C_0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100727 };
728
729 i2c1: i2c@ff030000 {
Michal Simek26cbd922020-09-29 13:43:22 +0200730 compatible = "cdns,i2c-r1p14";
Michal Simek54b896f2015-10-30 15:39:18 +0100731 status = "disabled";
732 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200733 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
Varalaxmi Bingi2b6ea082023-07-10 14:37:27 +0200734 clock-frequency = <400000>;
Michal Simek72b562a2016-02-11 07:19:06 +0100735 reg = <0x0 0xff030000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100736 #address-cells = <1>;
737 #size-cells = <0>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200738 power-domains = <&zynqmp_firmware PD_I2C_1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100739 };
740
Naga Sureshkumar Relli104b4fc2016-05-18 12:23:13 +0530741 ocm: memory-controller@ff960000 {
742 compatible = "xlnx,zynqmp-ocmc-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100743 reg = <0x0 0xff960000 0x0 0x1000>;
Naga Sureshkumar Relli104b4fc2016-05-18 12:23:13 +0530744 interrupt-parent = <&gic>;
Michal Simekaef89832024-01-08 11:25:57 +0100745 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
Naga Sureshkumar Relli104b4fc2016-05-18 12:23:13 +0530746 };
747
Michal Simek54b896f2015-10-30 15:39:18 +0100748 pcie: pcie@fd0e0000 {
749 compatible = "xlnx,nwl-pcie-2.11";
750 status = "disabled";
751 #address-cells = <3>;
752 #size-cells = <2>;
753 #interrupt-cells = <1>;
Bharat Kumar Gogadae44f69d2016-07-19 20:49:29 +0530754 msi-controller;
Michal Simek54b896f2015-10-30 15:39:18 +0100755 device_type = "pci";
756 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200757 interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
758 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
759 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
760 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>, /* MSI_1 [63...32] */
761 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>; /* MSI_0 [31...0] */
Michal Simek91ab8252018-01-17 16:32:33 +0100762 interrupt-names = "misc", "dummy", "intx",
763 "msi1", "msi0";
Bharat Kumar Gogadae44f69d2016-07-19 20:49:29 +0530764 msi-parent = <&pcie>;
Michal Simek72b562a2016-02-11 07:19:06 +0100765 reg = <0x0 0xfd0e0000 0x0 0x1000>,
766 <0x0 0xfd480000 0x0 0x1000>,
Thippeswamy Havalige0146f8b2023-09-11 16:10:50 +0200767 <0x80 0x00000000 0x0 0x10000000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100768 reg-names = "breg", "pcireg", "cfg";
Michal Simek26cbd922020-09-29 13:43:22 +0200769 ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000>,/* non-prefetchable memory */
770 <0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */
Rob Herring1559f562017-03-21 21:03:13 -0500771 bus-range = <0x00 0xff>;
Bharat Kumar Gogadaf6e02b32016-02-15 21:18:58 +0530772 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
773 interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
774 <0x0 0x0 0x0 0x2 &pcie_intc 0x2>,
775 <0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
776 <0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
Michal Simekb075d472023-11-01 09:01:03 +0100777 /* iommus = <&smmu 0x4d0>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200778 power-domains = <&zynqmp_firmware PD_PCIE>;
Bharat Kumar Gogadaf6e02b32016-02-15 21:18:58 +0530779 pcie_intc: legacy-interrupt-controller {
780 interrupt-controller;
781 #address-cells = <0>;
782 #interrupt-cells = <1>;
783 };
Michal Simek54b896f2015-10-30 15:39:18 +0100784 };
785
786 qspi: spi@ff0f0000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700787 bootph-all;
Michal Simek54b896f2015-10-30 15:39:18 +0100788 compatible = "xlnx,zynqmp-qspi-1.0";
789 status = "disabled";
790 clock-names = "ref_clk", "pclk";
Michal Simek86eb8952023-09-22 12:35:30 +0200791 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek54b896f2015-10-30 15:39:18 +0100792 interrupt-parent = <&gic>;
793 num-cs = <1>;
Michal Simek72b562a2016-02-11 07:19:06 +0100794 reg = <0x0 0xff0f0000 0x0 0x1000>,
795 <0x0 0xc0000000 0x0 0x8000000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100796 #address-cells = <1>;
797 #size-cells = <0>;
Michal Simekb075d472023-11-01 09:01:03 +0100798 /* iommus = <&smmu 0x873>; */
Michal Simek7c001dc2019-10-14 15:56:31 +0200799 power-domains = <&zynqmp_firmware PD_QSPI>;
Michal Simek54b896f2015-10-30 15:39:18 +0100800 };
801
Michal Simek958c0e92020-11-26 14:25:02 +0100802 psgtr: phy@fd400000 {
803 compatible = "xlnx,zynqmp-psgtr-v1.1";
804 status = "disabled";
805 reg = <0x0 0xfd400000 0x0 0x40000>,
806 <0x0 0xfd3d0000 0x0 0x1000>;
807 reg-names = "serdes", "siou";
808 #phy-cells = <4>;
809 };
810
Michal Simek54b896f2015-10-30 15:39:18 +0100811 rtc: rtc@ffa60000 {
812 compatible = "xlnx,zynqmp-rtc";
813 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100814 reg = <0x0 0xffa60000 0x0 0x100>;
Michal Simek54b896f2015-10-30 15:39:18 +0100815 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200816 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>,
817 <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek54b896f2015-10-30 15:39:18 +0100818 interrupt-names = "alarm", "sec";
Srinivas Neeli45b66c42021-03-08 14:05:19 +0530819 calibration = <0x7FFF>;
Michal Simek54b896f2015-10-30 15:39:18 +0100820 };
821
822 sata: ahci@fd0c0000 {
823 compatible = "ceva,ahci-1v84";
824 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100825 reg = <0x0 0xfd0c0000 0x0 0x2000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100826 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200827 interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200828 power-domains = <&zynqmp_firmware PD_SATA>;
Michal Simek04fd5412021-05-27 13:49:05 +0200829 resets = <&zynqmp_reset ZYNQMP_RESET_SATA>;
Michal Simekb075d472023-11-01 09:01:03 +0100830 /* iommus = <&smmu 0x4c0>, <&smmu 0x4c1>, <&smmu 0x4c2>, <&smmu 0x4c3>; */
Anurag Kumar Vulisha4e2aaef2017-07-04 20:03:42 +0530831 /* dma-coherent; */
Michal Simek54b896f2015-10-30 15:39:18 +0100832 };
833
Siva Durga Prasad Paladugue91778d2019-01-03 15:44:24 +0530834 sdhci0: mmc@ff160000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700835 bootph-all;
Sai Krishna Potthuri02550fb2016-08-16 14:41:35 +0530836 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek54b896f2015-10-30 15:39:18 +0100837 status = "disabled";
838 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200839 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100840 reg = <0x0 0xff160000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100841 clock-names = "clk_xin", "clk_ahb";
Michal Simekb075d472023-11-01 09:01:03 +0100842 /* iommus = <&smmu 0x870>; */
Ashok Reddy Somac6e97882020-02-17 23:32:57 -0700843 #clock-cells = <1>;
844 clock-output-names = "clk_out_sd0", "clk_in_sd0";
Michal Simek958c0e92020-11-26 14:25:02 +0100845 power-domains = <&zynqmp_firmware PD_SD_0>;
Sai Krishna Potthuri6602df42022-02-28 15:59:29 +0100846 resets = <&zynqmp_reset ZYNQMP_RESET_SDIO0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100847 };
848
Siva Durga Prasad Paladugue91778d2019-01-03 15:44:24 +0530849 sdhci1: mmc@ff170000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700850 bootph-all;
Sai Krishna Potthuri02550fb2016-08-16 14:41:35 +0530851 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek54b896f2015-10-30 15:39:18 +0100852 status = "disabled";
853 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200854 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100855 reg = <0x0 0xff170000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100856 clock-names = "clk_xin", "clk_ahb";
Michal Simekb075d472023-11-01 09:01:03 +0100857 /* iommus = <&smmu 0x871>; */
Ashok Reddy Somac6e97882020-02-17 23:32:57 -0700858 #clock-cells = <1>;
859 clock-output-names = "clk_out_sd1", "clk_in_sd1";
Michal Simek958c0e92020-11-26 14:25:02 +0100860 power-domains = <&zynqmp_firmware PD_SD_1>;
Sai Krishna Potthuri6602df42022-02-28 15:59:29 +0100861 resets = <&zynqmp_reset ZYNQMP_RESET_SDIO1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100862 };
863
Michal Simek26cbd922020-09-29 13:43:22 +0200864 smmu: iommu@fd800000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100865 compatible = "arm,mmu-500";
Michal Simek72b562a2016-02-11 07:19:06 +0100866 reg = <0x0 0xfd800000 0x0 0x20000>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200867 #iommu-cells = <1>;
Naga Sureshkumar Relli033f87c2017-03-09 20:00:13 +0530868 status = "disabled";
Michal Simek54b896f2015-10-30 15:39:18 +0100869 #global-interrupts = <1>;
870 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200871 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
872 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
873 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
874 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
875 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
876 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
877 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
878 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
879 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
880 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
881 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
882 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
883 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
884 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
885 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
886 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
887 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek54b896f2015-10-30 15:39:18 +0100888 };
889
890 spi0: spi@ff040000 {
891 compatible = "cdns,spi-r1p6";
892 status = "disabled";
893 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200894 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100895 reg = <0x0 0xff040000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100896 clock-names = "ref_clk", "pclk";
897 #address-cells = <1>;
898 #size-cells = <0>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200899 power-domains = <&zynqmp_firmware PD_SPI_0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100900 };
901
902 spi1: spi@ff050000 {
903 compatible = "cdns,spi-r1p6";
904 status = "disabled";
905 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200906 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100907 reg = <0x0 0xff050000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100908 clock-names = "ref_clk", "pclk";
909 #address-cells = <1>;
910 #size-cells = <0>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200911 power-domains = <&zynqmp_firmware PD_SPI_1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100912 };
913
914 ttc0: timer@ff110000 {
915 compatible = "cdns,ttc";
916 status = "disabled";
917 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200918 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>,
919 <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,
920 <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100921 reg = <0x0 0xff110000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100922 timer-width = <32>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200923 power-domains = <&zynqmp_firmware PD_TTC_0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100924 };
925
926 ttc1: timer@ff120000 {
927 compatible = "cdns,ttc";
928 status = "disabled";
929 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200930 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
931 <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
932 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100933 reg = <0x0 0xff120000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100934 timer-width = <32>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200935 power-domains = <&zynqmp_firmware PD_TTC_1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100936 };
937
938 ttc2: timer@ff130000 {
939 compatible = "cdns,ttc";
940 status = "disabled";
941 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200942 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
943 <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>,
944 <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100945 reg = <0x0 0xff130000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100946 timer-width = <32>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200947 power-domains = <&zynqmp_firmware PD_TTC_2>;
Michal Simek54b896f2015-10-30 15:39:18 +0100948 };
949
950 ttc3: timer@ff140000 {
951 compatible = "cdns,ttc";
952 status = "disabled";
953 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200954 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>,
955 <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>,
956 <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100957 reg = <0x0 0xff140000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100958 timer-width = <32>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200959 power-domains = <&zynqmp_firmware PD_TTC_3>;
Michal Simek54b896f2015-10-30 15:39:18 +0100960 };
961
962 uart0: serial@ff000000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700963 bootph-all;
Michal Simekae89fd82022-01-14 12:43:05 +0100964 compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
Michal Simek54b896f2015-10-30 15:39:18 +0100965 status = "disabled";
966 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200967 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100968 reg = <0x0 0xff000000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100969 clock-names = "uart_clk", "pclk";
Michal Simek7c001dc2019-10-14 15:56:31 +0200970 power-domains = <&zynqmp_firmware PD_UART_0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100971 };
972
973 uart1: serial@ff010000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700974 bootph-all;
Michal Simekae89fd82022-01-14 12:43:05 +0100975 compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
Michal Simek54b896f2015-10-30 15:39:18 +0100976 status = "disabled";
977 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +0200978 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek72b562a2016-02-11 07:19:06 +0100979 reg = <0x0 0xff010000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100980 clock-names = "uart_clk", "pclk";
Michal Simek7c001dc2019-10-14 15:56:31 +0200981 power-domains = <&zynqmp_firmware PD_UART_1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100982 };
983
Michal Simek7aa70d52022-12-09 13:56:41 +0100984 usb0: usb@ff9d0000 {
Michal Simek13111a12016-04-07 15:06:07 +0200985 #address-cells = <2>;
Michal Simek72b562a2016-02-11 07:19:06 +0100986 #size-cells = <2>;
Michal Simek54b896f2015-10-30 15:39:18 +0100987 status = "disabled";
Michal Simek13111a12016-04-07 15:06:07 +0200988 compatible = "xlnx,zynqmp-dwc3";
Manish Narani047096e2017-03-27 17:47:00 +0530989 reg = <0x0 0xff9d0000 0x0 0x100>;
Michal Simek13111a12016-04-07 15:06:07 +0200990 clock-names = "bus_clk", "ref_clk";
Michal Simek7c001dc2019-10-14 15:56:31 +0200991 power-domains = <&zynqmp_firmware PD_USB_0>;
Michal Simek362082a2021-06-11 08:51:19 +0200992 resets = <&zynqmp_reset ZYNQMP_RESET_USB0_CORERESET>,
993 <&zynqmp_reset ZYNQMP_RESET_USB0_HIBERRESET>,
994 <&zynqmp_reset ZYNQMP_RESET_USB0_APB>;
995 reset-names = "usb_crst", "usb_hibrst", "usb_apbrst";
Piyush Mehta949e7952022-05-11 11:52:45 +0200996 reset-gpios = <&modepin_gpio 1 GPIO_ACTIVE_LOW>;
Michal Simek13111a12016-04-07 15:06:07 +0200997 ranges;
998
Manish Narani690dec02022-01-14 12:43:35 +0100999 dwc3_0: usb@fe200000 {
Michal Simek13111a12016-04-07 15:06:07 +02001000 compatible = "snps,dwc3";
1001 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +01001002 reg = <0x0 0xfe200000 0x0 0x40000>;
Michal Simek13111a12016-04-07 15:06:07 +02001003 interrupt-parent = <&gic>;
Michal Simekaca415a2024-03-08 09:41:55 +01001004 interrupt-names = "host", "peripheral", "otg", "wakeup";
Michal Simek86eb8952023-09-22 12:35:30 +02001005 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>,
1006 <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>,
Michal Simekaca415a2024-03-08 09:41:55 +01001007 <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
1008 <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
Michal Simekb075d472023-11-01 09:01:03 +01001009 /* iommus = <&smmu 0x860>; */
Anurag Kumar Vulisha011bd7d2017-03-10 19:18:17 +05301010 snps,quirk-frame-length-adjustment = <0x20>;
Piyush Mehtac687c652022-08-23 15:03:31 +02001011 clock-names = "ref";
Michael Grzeschik073fd522022-10-23 23:56:49 +02001012 snps,resume-hs-terminations;
Manish Narani047096e2017-03-27 17:47:00 +05301013 /* dma-coherent; */
Michal Simek13111a12016-04-07 15:06:07 +02001014 };
Michal Simek54b896f2015-10-30 15:39:18 +01001015 };
1016
Michal Simek7aa70d52022-12-09 13:56:41 +01001017 usb1: usb@ff9e0000 {
Michal Simek13111a12016-04-07 15:06:07 +02001018 #address-cells = <2>;
Michal Simek72b562a2016-02-11 07:19:06 +01001019 #size-cells = <2>;
Michal Simek54b896f2015-10-30 15:39:18 +01001020 status = "disabled";
Michal Simek13111a12016-04-07 15:06:07 +02001021 compatible = "xlnx,zynqmp-dwc3";
Manish Narani047096e2017-03-27 17:47:00 +05301022 reg = <0x0 0xff9e0000 0x0 0x100>;
Michal Simek13111a12016-04-07 15:06:07 +02001023 clock-names = "bus_clk", "ref_clk";
Michal Simek7c001dc2019-10-14 15:56:31 +02001024 power-domains = <&zynqmp_firmware PD_USB_1>;
Michal Simek362082a2021-06-11 08:51:19 +02001025 resets = <&zynqmp_reset ZYNQMP_RESET_USB1_CORERESET>,
1026 <&zynqmp_reset ZYNQMP_RESET_USB1_HIBERRESET>,
1027 <&zynqmp_reset ZYNQMP_RESET_USB1_APB>;
1028 reset-names = "usb_crst", "usb_hibrst", "usb_apbrst";
Michal Simek13111a12016-04-07 15:06:07 +02001029 ranges;
1030
Manish Narani690dec02022-01-14 12:43:35 +01001031 dwc3_1: usb@fe300000 {
Michal Simek13111a12016-04-07 15:06:07 +02001032 compatible = "snps,dwc3";
1033 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +01001034 reg = <0x0 0xfe300000 0x0 0x40000>;
Michal Simek13111a12016-04-07 15:06:07 +02001035 interrupt-parent = <&gic>;
Michal Simekaca415a2024-03-08 09:41:55 +01001036 interrupt-names = "host", "peripheral", "otg", "wakeup";
Michal Simek86eb8952023-09-22 12:35:30 +02001037 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
1038 <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
Michal Simekaca415a2024-03-08 09:41:55 +01001039 <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,
1040 <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Michal Simekb075d472023-11-01 09:01:03 +01001041 /* iommus = <&smmu 0x861>; */
Anurag Kumar Vulisha011bd7d2017-03-10 19:18:17 +05301042 snps,quirk-frame-length-adjustment = <0x20>;
Piyush Mehtac687c652022-08-23 15:03:31 +02001043 clock-names = "ref";
Michael Grzeschik073fd522022-10-23 23:56:49 +02001044 snps,resume-hs-terminations;
Manish Narani047096e2017-03-27 17:47:00 +05301045 /* dma-coherent; */
Michal Simek13111a12016-04-07 15:06:07 +02001046 };
Michal Simek54b896f2015-10-30 15:39:18 +01001047 };
1048
1049 watchdog0: watchdog@fd4d0000 {
1050 compatible = "cdns,wdt-r1p2";
1051 status = "disabled";
1052 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +02001053 interrupts = <GIC_SPI 113 IRQ_TYPE_EDGE_RISING>;
Michal Simek72b562a2016-02-11 07:19:06 +01001054 reg = <0x0 0xfd4d0000 0x0 0x1000>;
Mounika Grace Akula7db82412018-10-09 20:52:50 +05301055 timeout-sec = <60>;
1056 reset-on-timeout;
Michal Simek54b896f2015-10-30 15:39:18 +01001057 };
1058
Michal Simek7b6280e2018-07-18 09:25:43 +02001059 lpd_watchdog: watchdog@ff150000 {
1060 compatible = "cdns,wdt-r1p2";
1061 status = "disabled";
1062 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +02001063 interrupts = <GIC_SPI 52 IRQ_TYPE_EDGE_RISING>;
Michal Simek7b6280e2018-07-18 09:25:43 +02001064 reg = <0x0 0xff150000 0x0 0x1000>;
1065 timeout-sec = <10>;
1066 };
1067
Michal Simek1bb4be32017-11-02 12:04:43 +01001068 xilinx_ams: ams@ffa50000 {
1069 compatible = "xlnx,zynqmp-ams";
1070 status = "disabled";
1071 interrupt-parent = <&gic>;
Michal Simek86eb8952023-09-22 12:35:30 +02001072 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek1bb4be32017-11-02 12:04:43 +01001073 reg = <0x0 0xffa50000 0x0 0x800>;
Michal Simek22459162022-12-09 13:56:39 +01001074 #address-cells = <1>;
1075 #size-cells = <1>;
Michal Simek1bb4be32017-11-02 12:04:43 +01001076 #io-channel-cells = <1>;
Michal Simek22459162022-12-09 13:56:39 +01001077 ranges = <0 0 0xffa50800 0x800>;
Michal Simek1bb4be32017-11-02 12:04:43 +01001078
Michal Simekcef1e3a2023-07-10 14:37:42 +02001079 ams_ps: ams-ps@0 {
Michal Simek1bb4be32017-11-02 12:04:43 +01001080 compatible = "xlnx,zynqmp-ams-ps";
1081 status = "disabled";
Michal Simek22459162022-12-09 13:56:39 +01001082 reg = <0x0 0x400>;
Michal Simek1bb4be32017-11-02 12:04:43 +01001083 };
1084
Michal Simekcef1e3a2023-07-10 14:37:42 +02001085 ams_pl: ams-pl@400 {
Michal Simek1bb4be32017-11-02 12:04:43 +01001086 compatible = "xlnx,zynqmp-ams-pl";
1087 status = "disabled";
Michal Simek22459162022-12-09 13:56:39 +01001088 reg = <0x400 0x400>;
Michal Simek1bb4be32017-11-02 12:04:43 +01001089 };
1090 };
1091
Michal Simek958c0e92020-11-26 14:25:02 +01001092 zynqmp_dpdma: dma-controller@fd4c0000 {
1093 compatible = "xlnx,zynqmp-dpdma";
Michal Simek54b896f2015-10-30 15:39:18 +01001094 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +01001095 reg = <0x0 0xfd4c0000 0x0 0x1000>;
Michal Simek86eb8952023-09-22 12:35:30 +02001096 interrupts = <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek54b896f2015-10-30 15:39:18 +01001097 interrupt-parent = <&gic>;
1098 clock-names = "axi_clk";
Michal Simek7c001dc2019-10-14 15:56:31 +02001099 power-domains = <&zynqmp_firmware PD_DP>;
Michal Simekb075d472023-11-01 09:01:03 +01001100 /* iommus = <&smmu 0xce4>; */
Michal Simek54b896f2015-10-30 15:39:18 +01001101 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +01001102 };
Michal Simek37674252020-02-18 09:24:08 +01001103
Michal Simek958c0e92020-11-26 14:25:02 +01001104 zynqmp_dpsub: display@fd4a0000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -07001105 bootph-all;
Michal Simek37674252020-02-18 09:24:08 +01001106 compatible = "xlnx,zynqmp-dpsub-1.7";
1107 status = "disabled";
1108 reg = <0x0 0xfd4a0000 0x0 0x1000>,
1109 <0x0 0xfd4aa000 0x0 0x1000>,
1110 <0x0 0xfd4ab000 0x0 0x1000>,
1111 <0x0 0xfd4ac000 0x0 0x1000>;
1112 reg-names = "dp", "blend", "av_buf", "aud";
Michal Simek86eb8952023-09-22 12:35:30 +02001113 interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
Michal Simek37674252020-02-18 09:24:08 +01001114 interrupt-parent = <&gic>;
Michal Simekb075d472023-11-01 09:01:03 +01001115 /* iommus = <&smmu 0xce3>; */
Michal Simek37674252020-02-18 09:24:08 +01001116 clock-names = "dp_apb_clk", "dp_aud_clk",
1117 "dp_vtc_pixel_clk_in";
Michal Simek37674252020-02-18 09:24:08 +01001118 power-domains = <&zynqmp_firmware PD_DP>;
Michal Simek958c0e92020-11-26 14:25:02 +01001119 resets = <&zynqmp_reset ZYNQMP_RESET_DP>;
1120 dma-names = "vid0", "vid1", "vid2", "gfx0";
1121 dmas = <&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO0>,
1122 <&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO1>,
1123 <&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO2>,
1124 <&zynqmp_dpdma ZYNQMP_DPDMA_GRAPHICS>;
Laurent Pincharte0480fd2023-09-22 12:35:39 +02001125
1126 ports {
1127 #address-cells = <1>;
1128 #size-cells = <0>;
1129
1130 port@0 {
1131 reg = <0>;
1132 };
1133 port@1 {
1134 reg = <1>;
1135 };
1136 port@2 {
1137 reg = <2>;
1138 };
1139 port@3 {
1140 reg = <3>;
1141 };
1142 port@4 {
1143 reg = <4>;
1144 };
1145 port@5 {
1146 reg = <5>;
1147 };
1148 };
Michal Simek37674252020-02-18 09:24:08 +01001149 };
Michal Simek54b896f2015-10-30 15:39:18 +01001150 };
1151};