blob: 47ffdf1b1650d257b94ddbf5a48a6589826ef931 [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 *
7 * Michal Simek <michal.simek@xilinx.com>
8 *
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>
Michal Simek7c001dc2019-10-14 15:56:31 +020016#include <dt-bindings/power/xlnx-zynqmp-power.h>
Michal Simeka898c332019-10-14 15:55:53 +020017#include <dt-bindings/reset/xlnx-zynqmp-resets.h>
18
Michal Simek54b896f2015-10-30 15:39:18 +010019/ {
20 compatible = "xlnx,zynqmp";
21 #address-cells = <2>;
Michal Simekd171c752016-04-07 15:07:38 +020022 #size-cells = <2>;
Michal Simek54b896f2015-10-30 15:39:18 +010023
24 cpus {
25 #address-cells = <1>;
26 #size-cells = <0>;
27
Michal Simek28663032017-02-06 10:09:53 +010028 cpu0: cpu@0 {
Rob Herringff9eb352019-01-14 11:45:33 -060029 compatible = "arm,cortex-a53";
Michal Simek54b896f2015-10-30 15:39:18 +010030 device_type = "cpu";
31 enable-method = "psci";
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053032 operating-points-v2 = <&cpu_opp_table>;
Michal Simek54b896f2015-10-30 15:39:18 +010033 reg = <0x0>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020034 cpu-idle-states = <&CPU_SLEEP_0>;
Michal Simek54b896f2015-10-30 15:39:18 +010035 };
36
Michal Simek28663032017-02-06 10:09:53 +010037 cpu1: cpu@1 {
Rob Herringff9eb352019-01-14 11:45:33 -060038 compatible = "arm,cortex-a53";
Michal Simek54b896f2015-10-30 15:39:18 +010039 device_type = "cpu";
40 enable-method = "psci";
41 reg = <0x1>;
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053042 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020043 cpu-idle-states = <&CPU_SLEEP_0>;
Michal Simek54b896f2015-10-30 15:39:18 +010044 };
45
Michal Simek28663032017-02-06 10:09:53 +010046 cpu2: cpu@2 {
Rob Herringff9eb352019-01-14 11:45:33 -060047 compatible = "arm,cortex-a53";
Michal Simek54b896f2015-10-30 15:39:18 +010048 device_type = "cpu";
49 enable-method = "psci";
50 reg = <0x2>;
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053051 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020052 cpu-idle-states = <&CPU_SLEEP_0>;
Michal Simek54b896f2015-10-30 15:39:18 +010053 };
54
Michal Simek28663032017-02-06 10:09:53 +010055 cpu3: cpu@3 {
Rob Herringff9eb352019-01-14 11:45:33 -060056 compatible = "arm,cortex-a53";
Michal Simek54b896f2015-10-30 15:39:18 +010057 device_type = "cpu";
58 enable-method = "psci";
59 reg = <0x3>;
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053060 operating-points-v2 = <&cpu_opp_table>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020061 cpu-idle-states = <&CPU_SLEEP_0>;
62 };
63
64 idle-states {
Amit Kucheriaefa69732018-08-23 14:23:29 +053065 entry-method = "psci";
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020066
67 CPU_SLEEP_0: cpu-sleep-0 {
68 compatible = "arm,idle-state";
69 arm,psci-suspend-param = <0x40000000>;
70 local-timer-stop;
71 entry-latency-us = <300>;
72 exit-latency-us = <600>;
Jolly Shah5a5d5b32017-06-14 15:03:52 -070073 min-residency-us = <10000>;
Stefan Krsmanovic8e16a6e2016-10-21 12:44:56 +020074 };
Michal Simek54b896f2015-10-30 15:39:18 +010075 };
76 };
77
Michal Simek2ef53362018-11-08 10:06:53 +010078 cpu_opp_table: cpu-opp-table {
Shubhrajyoti Dattaec9c6c82017-02-13 15:58:55 +053079 compatible = "operating-points-v2";
80 opp-shared;
81 opp00 {
82 opp-hz = /bits/ 64 <1199999988>;
83 opp-microvolt = <1000000>;
84 clock-latency-ns = <500000>;
85 };
86 opp01 {
87 opp-hz = /bits/ 64 <599999994>;
88 opp-microvolt = <1000000>;
89 clock-latency-ns = <500000>;
90 };
91 opp02 {
92 opp-hz = /bits/ 64 <399999996>;
93 opp-microvolt = <1000000>;
94 clock-latency-ns = <500000>;
95 };
96 opp03 {
97 opp-hz = /bits/ 64 <299999997>;
98 opp-microvolt = <1000000>;
99 clock-latency-ns = <500000>;
100 };
101 };
102
Michal Simek0e7707f2021-05-31 09:42:08 +0200103 zynqmp_ipi: zynqmp_ipi {
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100104 u-boot,dm-pre-reloc;
105 compatible = "xlnx,zynqmp-ipi-mailbox";
106 interrupt-parent = <&gic>;
107 interrupts = <0 35 4>;
108 xlnx,ipi-id = <0>;
109 #address-cells = <2>;
110 #size-cells = <2>;
111 ranges;
112
113 ipi_mailbox_pmu1: mailbox@ff990400 {
114 u-boot,dm-pre-reloc;
115 reg = <0x0 0xff9905c0 0x0 0x20>,
116 <0x0 0xff9905e0 0x0 0x20>,
117 <0x0 0xff990e80 0x0 0x20>,
118 <0x0 0xff990ea0 0x0 0x20>;
Michal Simek26cbd922020-09-29 13:43:22 +0200119 reg-names = "local_request_region",
120 "local_response_region",
121 "remote_request_region",
122 "remote_response_region";
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100123 #mbox-cells = <1>;
124 xlnx,ipi-id = <4>;
125 };
126 };
127
Michal Simekde29d542016-09-09 08:46:39 +0200128 dcc: dcc {
129 compatible = "arm,dcc";
130 status = "disabled";
131 u-boot,dm-pre-reloc;
132 };
133
Michal Simek54b896f2015-10-30 15:39:18 +0100134 pmu {
135 compatible = "arm,armv8-pmuv3";
Michal Simek86e6eee2016-04-07 15:28:33 +0200136 interrupt-parent = <&gic>;
Michal Simek54b896f2015-10-30 15:39:18 +0100137 interrupts = <0 143 4>,
138 <0 144 4>,
139 <0 145 4>,
140 <0 146 4>;
141 };
142
143 psci {
144 compatible = "arm,psci-0.2";
145 method = "smc";
146 };
147
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100148 firmware {
Michal Simekebddf492019-10-14 15:42:03 +0200149 zynqmp_firmware: zynqmp-firmware {
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100150 compatible = "xlnx,zynqmp-firmware";
Michal Simek26cbd922020-09-29 13:43:22 +0200151 #power-domain-cells = <1>;
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100152 method = "smc";
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100153 u-boot,dm-pre-reloc;
154
155 zynqmp_power: zynqmp-power {
156 u-boot,dm-pre-reloc;
157 compatible = "xlnx,zynqmp-power";
158 interrupt-parent = <&gic>;
159 interrupts = <0 35 4>;
160 mboxes = <&ipi_mailbox_pmu1 0>, <&ipi_mailbox_pmu1 1>;
161 mbox-names = "tx", "rx";
162 };
Michal Simeka898c332019-10-14 15:55:53 +0200163
Michal Simek958c0e92020-11-26 14:25:02 +0100164 nvmem_firmware {
165 compatible = "xlnx,zynqmp-nvmem-fw";
166 #address-cells = <1>;
167 #size-cells = <1>;
168
169 soc_revision: soc_revision@0 {
170 reg = <0x0 0x4>;
171 };
172 };
173
Michal Simek26cbd922020-09-29 13:43:22 +0200174 zynqmp_pcap: pcap {
175 compatible = "xlnx,zynqmp-pcap-fpga";
176 clock-names = "ref_clk";
177 };
178
Michal Simek958c0e92020-11-26 14:25:02 +0100179 xlnx_aes: zynqmp-aes {
180 compatible = "xlnx,zynqmp-aes";
181 };
182
Michal Simeka898c332019-10-14 15:55:53 +0200183 zynqmp_reset: reset-controller {
184 compatible = "xlnx,zynqmp-reset";
185 #reset-cells = <1>;
186 };
Michal Simekaa8206e2020-02-18 13:04:06 +0100187
188 pinctrl0: pinctrl {
189 compatible = "xlnx,zynqmp-pinctrl";
190 status = "disabled";
191 };
Ibai Erkiaga1c79e1e2019-09-27 11:36:58 +0100192 };
Michal Simek54b896f2015-10-30 15:39:18 +0100193 };
194
195 timer {
196 compatible = "arm,armv8-timer";
197 interrupt-parent = <&gic>;
Michal Simek2155a602017-02-09 14:45:12 +0100198 interrupts = <1 13 0xf08>,
199 <1 14 0xf08>,
200 <1 11 0xf08>,
201 <1 10 0xf08>;
Michal Simek54b896f2015-10-30 15:39:18 +0100202 };
203
Naga Sureshkumar Relli1931f212016-06-20 15:48:30 +0530204 edac {
205 compatible = "arm,cortex-a53-edac";
206 };
207
Nava kishore Mannea1763ba2017-05-22 12:05:17 +0530208 fpga_full: fpga-full {
209 compatible = "fpga-region";
Nava kishore Manne042ae5e2019-10-18 18:07:32 +0200210 fpga-mgr = <&zynqmp_pcap>;
Nava kishore Mannea1763ba2017-05-22 12:05:17 +0530211 #address-cells = <2>;
212 #size-cells = <2>;
Nava kishore Manne042ae5e2019-10-18 18:07:32 +0200213 ranges;
Nava kishore Mannea1763ba2017-05-22 12:05:17 +0530214 };
215
Michal Simek26cbd922020-09-29 13:43:22 +0200216 amba: axi {
Michal Simek54b896f2015-10-30 15:39:18 +0100217 compatible = "simple-bus";
Michal Simekba087532016-02-22 09:57:27 +0100218 u-boot,dm-pre-reloc;
Michal Simek54b896f2015-10-30 15:39:18 +0100219 #address-cells = <2>;
Michal Simek72b562a2016-02-11 07:19:06 +0100220 #size-cells = <2>;
221 ranges;
Michal Simek54b896f2015-10-30 15:39:18 +0100222
223 can0: can@ff060000 {
224 compatible = "xlnx,zynq-can-1.0";
225 status = "disabled";
226 clock-names = "can_clk", "pclk";
Michal Simek72b562a2016-02-11 07:19:06 +0100227 reg = <0x0 0xff060000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100228 interrupts = <0 23 4>;
229 interrupt-parent = <&gic>;
230 tx-fifo-depth = <0x40>;
231 rx-fifo-depth = <0x40>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200232 power-domains = <&zynqmp_firmware PD_CAN_0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100233 };
234
235 can1: can@ff070000 {
236 compatible = "xlnx,zynq-can-1.0";
237 status = "disabled";
238 clock-names = "can_clk", "pclk";
Michal Simek72b562a2016-02-11 07:19:06 +0100239 reg = <0x0 0xff070000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100240 interrupts = <0 24 4>;
241 interrupt-parent = <&gic>;
242 tx-fifo-depth = <0x40>;
243 rx-fifo-depth = <0x40>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200244 power-domains = <&zynqmp_firmware PD_CAN_1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100245 };
246
Michal Simekb197dd42015-11-26 11:21:25 +0100247 cci: cci@fd6e0000 {
248 compatible = "arm,cci-400";
Michal Simek79db3c62020-05-11 10:14:34 +0200249 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100250 reg = <0x0 0xfd6e0000 0x0 0x9000>;
Michal Simekb197dd42015-11-26 11:21:25 +0100251 ranges = <0x0 0x0 0xfd6e0000 0x10000>;
252 #address-cells = <1>;
253 #size-cells = <1>;
254
255 pmu@9000 {
256 compatible = "arm,cci-400-pmu,r1";
257 reg = <0x9000 0x5000>;
258 interrupt-parent = <&gic>;
259 interrupts = <0 123 4>,
260 <0 123 4>,
261 <0 123 4>,
262 <0 123 4>,
263 <0 123 4>;
264 };
265 };
266
Michal Simek54b896f2015-10-30 15:39:18 +0100267 /* GDMA */
268 fpd_dma_chan1: dma@fd500000 {
269 status = "disabled";
270 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100271 reg = <0x0 0xfd500000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100272 interrupt-parent = <&gic>;
273 interrupts = <0 124 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530274 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100275 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200276 #stream-id-cells = <1>;
277 iommus = <&smmu 0x14e8>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200278 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100279 };
280
281 fpd_dma_chan2: dma@fd510000 {
282 status = "disabled";
283 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100284 reg = <0x0 0xfd510000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100285 interrupt-parent = <&gic>;
286 interrupts = <0 125 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530287 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100288 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200289 #stream-id-cells = <1>;
290 iommus = <&smmu 0x14e9>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200291 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100292 };
293
294 fpd_dma_chan3: dma@fd520000 {
295 status = "disabled";
296 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100297 reg = <0x0 0xfd520000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100298 interrupt-parent = <&gic>;
299 interrupts = <0 126 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530300 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100301 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200302 #stream-id-cells = <1>;
303 iommus = <&smmu 0x14ea>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200304 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100305 };
306
307 fpd_dma_chan4: dma@fd530000 {
308 status = "disabled";
309 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100310 reg = <0x0 0xfd530000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100311 interrupt-parent = <&gic>;
312 interrupts = <0 127 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530313 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100314 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200315 #stream-id-cells = <1>;
316 iommus = <&smmu 0x14eb>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200317 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100318 };
319
320 fpd_dma_chan5: dma@fd540000 {
321 status = "disabled";
322 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100323 reg = <0x0 0xfd540000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100324 interrupt-parent = <&gic>;
325 interrupts = <0 128 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530326 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100327 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200328 #stream-id-cells = <1>;
329 iommus = <&smmu 0x14ec>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200330 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100331 };
332
333 fpd_dma_chan6: dma@fd550000 {
334 status = "disabled";
335 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100336 reg = <0x0 0xfd550000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100337 interrupt-parent = <&gic>;
338 interrupts = <0 129 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530339 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100340 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200341 #stream-id-cells = <1>;
342 iommus = <&smmu 0x14ed>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200343 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100344 };
345
346 fpd_dma_chan7: dma@fd560000 {
347 status = "disabled";
348 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100349 reg = <0x0 0xfd560000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100350 interrupt-parent = <&gic>;
351 interrupts = <0 130 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530352 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100353 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200354 #stream-id-cells = <1>;
355 iommus = <&smmu 0x14ee>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200356 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100357 };
358
359 fpd_dma_chan8: dma@fd570000 {
360 status = "disabled";
361 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100362 reg = <0x0 0xfd570000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100363 interrupt-parent = <&gic>;
364 interrupts = <0 131 4>;
VNSL Durga7b3cb892016-03-24 22:45:12 +0530365 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100366 xlnx,bus-width = <128>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200367 #stream-id-cells = <1>;
368 iommus = <&smmu 0x14ef>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200369 power-domains = <&zynqmp_firmware PD_GDMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100370 };
371
Michal Simek26cbd922020-09-29 13:43:22 +0200372 gic: interrupt-controller@f9010000 {
373 compatible = "arm,gic-400";
374 #interrupt-cells = <3>;
375 reg = <0x0 0xf9010000 0x0 0x10000>,
376 <0x0 0xf9020000 0x0 0x20000>,
377 <0x0 0xf9040000 0x0 0x20000>,
378 <0x0 0xf9060000 0x0 0x20000>;
379 interrupt-controller;
380 interrupt-parent = <&gic>;
381 interrupts = <1 9 0xf04>;
382 };
383
Michal Simek54b896f2015-10-30 15:39:18 +0100384 gpu: gpu@fd4b0000 {
385 status = "disabled";
386 compatible = "arm,mali-400", "arm,mali-utgard";
Hyun Kwon991faf72017-08-21 18:54:29 -0700387 reg = <0x0 0xfd4b0000 0x0 0x10000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100388 interrupt-parent = <&gic>;
389 interrupts = <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>;
390 interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0", "IRQPP1", "IRQPPMMU1";
Madhurkiran Harikrishnan69819bd2017-02-17 04:14:45 -0800391 clock-names = "gpu", "gpu_pp0", "gpu_pp1";
Michal Simek7c001dc2019-10-14 15:56:31 +0200392 power-domains = <&zynqmp_firmware PD_GPU>;
Michal Simek54b896f2015-10-30 15:39:18 +0100393 };
394
Kedareswara rao Appanaae9342f2016-09-09 12:36:01 +0530395 /* LPDDMA default allows only secured access. inorder to enable
396 * These dma channels, Users should ensure that these dma
397 * Channels are allowed for non secure access.
398 */
Michal Simek54b896f2015-10-30 15:39:18 +0100399 lpd_dma_chan1: dma@ffa80000 {
400 status = "disabled";
401 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100402 reg = <0x0 0xffa80000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100403 interrupt-parent = <&gic>;
404 interrupts = <0 77 4>;
Michal Simek91ab8252018-01-17 16:32:33 +0100405 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100406 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200407 #stream-id-cells = <1>;
408 iommus = <&smmu 0x868>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200409 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100410 };
411
412 lpd_dma_chan2: dma@ffa90000 {
413 status = "disabled";
414 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100415 reg = <0x0 0xffa90000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100416 interrupt-parent = <&gic>;
417 interrupts = <0 78 4>;
Michal Simek91ab8252018-01-17 16:32:33 +0100418 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100419 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200420 #stream-id-cells = <1>;
421 iommus = <&smmu 0x869>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200422 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100423 };
424
425 lpd_dma_chan3: dma@ffaa0000 {
426 status = "disabled";
427 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100428 reg = <0x0 0xffaa0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100429 interrupt-parent = <&gic>;
430 interrupts = <0 79 4>;
Michal Simek91ab8252018-01-17 16:32:33 +0100431 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100432 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200433 #stream-id-cells = <1>;
434 iommus = <&smmu 0x86a>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200435 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100436 };
437
438 lpd_dma_chan4: dma@ffab0000 {
439 status = "disabled";
440 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100441 reg = <0x0 0xffab0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100442 interrupt-parent = <&gic>;
443 interrupts = <0 80 4>;
Michal Simek91ab8252018-01-17 16:32:33 +0100444 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100445 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200446 #stream-id-cells = <1>;
447 iommus = <&smmu 0x86b>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200448 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100449 };
450
451 lpd_dma_chan5: dma@ffac0000 {
452 status = "disabled";
453 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100454 reg = <0x0 0xffac0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100455 interrupt-parent = <&gic>;
456 interrupts = <0 81 4>;
Michal Simek91ab8252018-01-17 16:32:33 +0100457 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100458 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200459 #stream-id-cells = <1>;
460 iommus = <&smmu 0x86c>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200461 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100462 };
463
464 lpd_dma_chan6: dma@ffad0000 {
465 status = "disabled";
466 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100467 reg = <0x0 0xffad0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100468 interrupt-parent = <&gic>;
469 interrupts = <0 82 4>;
Michal Simek91ab8252018-01-17 16:32:33 +0100470 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100471 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200472 #stream-id-cells = <1>;
473 iommus = <&smmu 0x86d>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200474 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100475 };
476
477 lpd_dma_chan7: dma@ffae0000 {
478 status = "disabled";
479 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100480 reg = <0x0 0xffae0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100481 interrupt-parent = <&gic>;
482 interrupts = <0 83 4>;
Michal Simek91ab8252018-01-17 16:32:33 +0100483 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100484 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200485 #stream-id-cells = <1>;
486 iommus = <&smmu 0x86e>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200487 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100488 };
489
490 lpd_dma_chan8: dma@ffaf0000 {
491 status = "disabled";
492 compatible = "xlnx,zynqmp-dma-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100493 reg = <0x0 0xffaf0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100494 interrupt-parent = <&gic>;
495 interrupts = <0 84 4>;
Michal Simek91ab8252018-01-17 16:32:33 +0100496 clock-names = "clk_main", "clk_apb";
Michal Simek54b896f2015-10-30 15:39:18 +0100497 xlnx,bus-width = <64>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200498 #stream-id-cells = <1>;
499 iommus = <&smmu 0x86f>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200500 power-domains = <&zynqmp_firmware PD_ADMA>;
Michal Simek54b896f2015-10-30 15:39:18 +0100501 };
502
Naga Sureshkumar Rellide96a3e2016-03-11 13:10:26 +0530503 mc: memory-controller@fd070000 {
504 compatible = "xlnx,zynqmp-ddrc-2.40a";
Michal Simek72b562a2016-02-11 07:19:06 +0100505 reg = <0x0 0xfd070000 0x0 0x30000>;
Naga Sureshkumar Rellide96a3e2016-03-11 13:10:26 +0530506 interrupt-parent = <&gic>;
507 interrupts = <0 112 4>;
508 };
509
Michal Simek958c0e92020-11-26 14:25:02 +0100510 nand0: nand-controller@ff100000 {
511 compatible = "xlnx,zynqmp-nand-controller", "arasan,nfc-v3p10";
Michal Simek54b896f2015-10-30 15:39:18 +0100512 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100513 reg = <0x0 0xff100000 0x0 0x1000>;
Amit Kumar Mahapatrac0504ca2021-02-23 13:47:20 -0700514 clock-names = "controller", "bus";
Michal Simek54b896f2015-10-30 15:39:18 +0100515 interrupt-parent = <&gic>;
516 interrupts = <0 14 4>;
Naga Sureshkumar Rellie007a352017-01-23 16:20:37 +0530517 #address-cells = <1>;
518 #size-cells = <0>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200519 #stream-id-cells = <1>;
520 iommus = <&smmu 0x872>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200521 power-domains = <&zynqmp_firmware PD_NAND>;
Michal Simek54b896f2015-10-30 15:39:18 +0100522 };
523
524 gem0: ethernet@ff0b0000 {
Michal Simek9178d292018-03-27 12:53:37 +0200525 compatible = "cdns,zynqmp-gem", "cdns,gem";
Michal Simek54b896f2015-10-30 15:39:18 +0100526 status = "disabled";
527 interrupt-parent = <&gic>;
528 interrupts = <0 57 4>, <0 57 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100529 reg = <0x0 0xff0b0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100530 clock-names = "pclk", "hclk", "tx_clk";
531 #address-cells = <1>;
532 #size-cells = <0>;
Edgar E. Iglesiasfde098f2015-11-26 14:12:20 +0100533 #stream-id-cells = <1>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200534 iommus = <&smmu 0x874>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200535 power-domains = <&zynqmp_firmware PD_ETH_0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100536 };
537
538 gem1: ethernet@ff0c0000 {
Michal Simek9178d292018-03-27 12:53:37 +0200539 compatible = "cdns,zynqmp-gem", "cdns,gem";
Michal Simek54b896f2015-10-30 15:39:18 +0100540 status = "disabled";
541 interrupt-parent = <&gic>;
542 interrupts = <0 59 4>, <0 59 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100543 reg = <0x0 0xff0c0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100544 clock-names = "pclk", "hclk", "tx_clk";
545 #address-cells = <1>;
546 #size-cells = <0>;
Edgar E. Iglesiasfde098f2015-11-26 14:12:20 +0100547 #stream-id-cells = <1>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200548 iommus = <&smmu 0x875>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200549 power-domains = <&zynqmp_firmware PD_ETH_1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100550 };
551
552 gem2: ethernet@ff0d0000 {
Michal Simek9178d292018-03-27 12:53:37 +0200553 compatible = "cdns,zynqmp-gem", "cdns,gem";
Michal Simek54b896f2015-10-30 15:39:18 +0100554 status = "disabled";
555 interrupt-parent = <&gic>;
556 interrupts = <0 61 4>, <0 61 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100557 reg = <0x0 0xff0d0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100558 clock-names = "pclk", "hclk", "tx_clk";
559 #address-cells = <1>;
560 #size-cells = <0>;
Edgar E. Iglesiasfde098f2015-11-26 14:12:20 +0100561 #stream-id-cells = <1>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200562 iommus = <&smmu 0x876>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200563 power-domains = <&zynqmp_firmware PD_ETH_2>;
Michal Simek54b896f2015-10-30 15:39:18 +0100564 };
565
566 gem3: ethernet@ff0e0000 {
Michal Simek9178d292018-03-27 12:53:37 +0200567 compatible = "cdns,zynqmp-gem", "cdns,gem";
Michal Simek54b896f2015-10-30 15:39:18 +0100568 status = "disabled";
569 interrupt-parent = <&gic>;
570 interrupts = <0 63 4>, <0 63 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100571 reg = <0x0 0xff0e0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100572 clock-names = "pclk", "hclk", "tx_clk";
573 #address-cells = <1>;
574 #size-cells = <0>;
Edgar E. Iglesiasfde098f2015-11-26 14:12:20 +0100575 #stream-id-cells = <1>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200576 iommus = <&smmu 0x877>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200577 power-domains = <&zynqmp_firmware PD_ETH_3>;
Michal Simek54b896f2015-10-30 15:39:18 +0100578 };
579
580 gpio: gpio@ff0a0000 {
581 compatible = "xlnx,zynqmp-gpio-1.0";
582 status = "disabled";
583 #gpio-cells = <0x2>;
Michal Simek3d5f0f62020-01-09 13:10:59 +0100584 gpio-controller;
Michal Simek54b896f2015-10-30 15:39:18 +0100585 interrupt-parent = <&gic>;
586 interrupts = <0 16 4>;
Michal Simek7e2df452016-10-20 10:26:13 +0200587 interrupt-controller;
588 #interrupt-cells = <2>;
Michal Simek72b562a2016-02-11 07:19:06 +0100589 reg = <0x0 0xff0a0000 0x0 0x1000>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200590 power-domains = <&zynqmp_firmware PD_GPIO>;
Michal Simek54b896f2015-10-30 15:39:18 +0100591 };
592
593 i2c0: i2c@ff020000 {
Michal Simek26cbd922020-09-29 13:43:22 +0200594 compatible = "cdns,i2c-r1p14";
Michal Simek54b896f2015-10-30 15:39:18 +0100595 status = "disabled";
596 interrupt-parent = <&gic>;
597 interrupts = <0 17 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100598 reg = <0x0 0xff020000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100599 #address-cells = <1>;
600 #size-cells = <0>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200601 power-domains = <&zynqmp_firmware PD_I2C_0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100602 };
603
604 i2c1: i2c@ff030000 {
Michal Simek26cbd922020-09-29 13:43:22 +0200605 compatible = "cdns,i2c-r1p14";
Michal Simek54b896f2015-10-30 15:39:18 +0100606 status = "disabled";
607 interrupt-parent = <&gic>;
608 interrupts = <0 18 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100609 reg = <0x0 0xff030000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100610 #address-cells = <1>;
611 #size-cells = <0>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200612 power-domains = <&zynqmp_firmware PD_I2C_1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100613 };
614
Naga Sureshkumar Relli104b4fc2016-05-18 12:23:13 +0530615 ocm: memory-controller@ff960000 {
616 compatible = "xlnx,zynqmp-ocmc-1.0";
Michal Simek72b562a2016-02-11 07:19:06 +0100617 reg = <0x0 0xff960000 0x0 0x1000>;
Naga Sureshkumar Relli104b4fc2016-05-18 12:23:13 +0530618 interrupt-parent = <&gic>;
619 interrupts = <0 10 4>;
620 };
621
Michal Simek54b896f2015-10-30 15:39:18 +0100622 pcie: pcie@fd0e0000 {
623 compatible = "xlnx,nwl-pcie-2.11";
624 status = "disabled";
625 #address-cells = <3>;
626 #size-cells = <2>;
627 #interrupt-cells = <1>;
Bharat Kumar Gogadae44f69d2016-07-19 20:49:29 +0530628 msi-controller;
Michal Simek54b896f2015-10-30 15:39:18 +0100629 device_type = "pci";
630 interrupt-parent = <&gic>;
Michal Simekf9fda432016-01-20 12:59:23 +0100631 interrupts = <0 118 4>,
Bharat Kumar Gogadae44f69d2016-07-19 20:49:29 +0530632 <0 117 4>,
Michal Simekf9fda432016-01-20 12:59:23 +0100633 <0 116 4>,
634 <0 115 4>, /* MSI_1 [63...32] */
635 <0 114 4>; /* MSI_0 [31...0] */
Michal Simek91ab8252018-01-17 16:32:33 +0100636 interrupt-names = "misc", "dummy", "intx",
637 "msi1", "msi0";
Bharat Kumar Gogadae44f69d2016-07-19 20:49:29 +0530638 msi-parent = <&pcie>;
Michal Simek72b562a2016-02-11 07:19:06 +0100639 reg = <0x0 0xfd0e0000 0x0 0x1000>,
640 <0x0 0xfd480000 0x0 0x1000>,
Bharat Kumar Gogadae829f072016-08-02 20:34:13 +0530641 <0x80 0x00000000 0x0 0x1000000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100642 reg-names = "breg", "pcireg", "cfg";
Michal Simek26cbd922020-09-29 13:43:22 +0200643 ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000>,/* non-prefetchable memory */
644 <0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */
Rob Herring1559f562017-03-21 21:03:13 -0500645 bus-range = <0x00 0xff>;
Bharat Kumar Gogadaf6e02b32016-02-15 21:18:58 +0530646 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
647 interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
648 <0x0 0x0 0x0 0x2 &pcie_intc 0x2>,
649 <0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
650 <0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
Stefano Stabellinif8a9daa2021-05-05 14:18:21 -0700651 #stream-id-cells = <1>;
652 iommus = <&smmu 0x4d0>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200653 power-domains = <&zynqmp_firmware PD_PCIE>;
Bharat Kumar Gogadaf6e02b32016-02-15 21:18:58 +0530654 pcie_intc: legacy-interrupt-controller {
655 interrupt-controller;
656 #address-cells = <0>;
657 #interrupt-cells = <1>;
658 };
Michal Simek54b896f2015-10-30 15:39:18 +0100659 };
660
661 qspi: spi@ff0f0000 {
Michal Simek933b6f72017-01-16 12:07:33 +0100662 u-boot,dm-pre-reloc;
Michal Simek54b896f2015-10-30 15:39:18 +0100663 compatible = "xlnx,zynqmp-qspi-1.0";
664 status = "disabled";
665 clock-names = "ref_clk", "pclk";
666 interrupts = <0 15 4>;
667 interrupt-parent = <&gic>;
668 num-cs = <1>;
Michal Simek72b562a2016-02-11 07:19:06 +0100669 reg = <0x0 0xff0f0000 0x0 0x1000>,
670 <0x0 0xc0000000 0x0 0x8000000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100671 #address-cells = <1>;
672 #size-cells = <0>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200673 #stream-id-cells = <1>;
674 iommus = <&smmu 0x873>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200675 power-domains = <&zynqmp_firmware PD_QSPI>;
Michal Simek54b896f2015-10-30 15:39:18 +0100676 };
677
Michal Simek958c0e92020-11-26 14:25:02 +0100678 psgtr: phy@fd400000 {
679 compatible = "xlnx,zynqmp-psgtr-v1.1";
680 status = "disabled";
681 reg = <0x0 0xfd400000 0x0 0x40000>,
682 <0x0 0xfd3d0000 0x0 0x1000>;
683 reg-names = "serdes", "siou";
684 #phy-cells = <4>;
685 };
686
Michal Simek54b896f2015-10-30 15:39:18 +0100687 rtc: rtc@ffa60000 {
688 compatible = "xlnx,zynqmp-rtc";
689 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100690 reg = <0x0 0xffa60000 0x0 0x100>;
Michal Simek54b896f2015-10-30 15:39:18 +0100691 interrupt-parent = <&gic>;
692 interrupts = <0 26 4>, <0 27 4>;
693 interrupt-names = "alarm", "sec";
Nava kishore Mannefaa728f2017-01-27 18:20:14 +0530694 calibration = <0x8000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100695 };
696
697 sata: ahci@fd0c0000 {
698 compatible = "ceva,ahci-1v84";
699 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100700 reg = <0x0 0xfd0c0000 0x0 0x2000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100701 interrupt-parent = <&gic>;
702 interrupts = <0 133 4>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200703 power-domains = <&zynqmp_firmware PD_SATA>;
Michal Simek04fd5412021-05-27 13:49:05 +0200704 resets = <&zynqmp_reset ZYNQMP_RESET_SATA>;
Anurag Kumar Vulisha4e2aaef2017-07-04 20:03:42 +0530705 #stream-id-cells = <4>;
706 iommus = <&smmu 0x4c0>, <&smmu 0x4c1>,
707 <&smmu 0x4c2>, <&smmu 0x4c3>;
708 /* dma-coherent; */
Michal Simek54b896f2015-10-30 15:39:18 +0100709 };
710
Siva Durga Prasad Paladugue91778d2019-01-03 15:44:24 +0530711 sdhci0: mmc@ff160000 {
Michal Simekba087532016-02-22 09:57:27 +0100712 u-boot,dm-pre-reloc;
Sai Krishna Potthuri02550fb2016-08-16 14:41:35 +0530713 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek54b896f2015-10-30 15:39:18 +0100714 status = "disabled";
715 interrupt-parent = <&gic>;
716 interrupts = <0 48 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100717 reg = <0x0 0xff160000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100718 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri02550fb2016-08-16 14:41:35 +0530719 xlnx,device_id = <0>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200720 #stream-id-cells = <1>;
721 iommus = <&smmu 0x870>;
Manish Narani61072012017-07-19 21:16:33 +0530722 nvmem-cells = <&soc_revision>;
723 nvmem-cell-names = "soc_revision";
Ashok Reddy Somac6e97882020-02-17 23:32:57 -0700724 #clock-cells = <1>;
725 clock-output-names = "clk_out_sd0", "clk_in_sd0";
Michal Simek958c0e92020-11-26 14:25:02 +0100726 power-domains = <&zynqmp_firmware PD_SD_0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100727 };
728
Siva Durga Prasad Paladugue91778d2019-01-03 15:44:24 +0530729 sdhci1: mmc@ff170000 {
Michal Simekba087532016-02-22 09:57:27 +0100730 u-boot,dm-pre-reloc;
Sai Krishna Potthuri02550fb2016-08-16 14:41:35 +0530731 compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
Michal Simek54b896f2015-10-30 15:39:18 +0100732 status = "disabled";
733 interrupt-parent = <&gic>;
734 interrupts = <0 49 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100735 reg = <0x0 0xff170000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100736 clock-names = "clk_xin", "clk_ahb";
Sai Krishna Potthuri02550fb2016-08-16 14:41:35 +0530737 xlnx,device_id = <1>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200738 #stream-id-cells = <1>;
739 iommus = <&smmu 0x871>;
Manish Narani61072012017-07-19 21:16:33 +0530740 nvmem-cells = <&soc_revision>;
741 nvmem-cell-names = "soc_revision";
Ashok Reddy Somac6e97882020-02-17 23:32:57 -0700742 #clock-cells = <1>;
743 clock-output-names = "clk_out_sd1", "clk_in_sd1";
Michal Simek958c0e92020-11-26 14:25:02 +0100744 power-domains = <&zynqmp_firmware PD_SD_1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100745 };
746
Michal Simek26cbd922020-09-29 13:43:22 +0200747 smmu: iommu@fd800000 {
Michal Simek54b896f2015-10-30 15:39:18 +0100748 compatible = "arm,mmu-500";
Michal Simek72b562a2016-02-11 07:19:06 +0100749 reg = <0x0 0xfd800000 0x0 0x20000>;
Michal Simek8db0faa2016-04-06 10:43:23 +0200750 #iommu-cells = <1>;
Naga Sureshkumar Relli033f87c2017-03-09 20:00:13 +0530751 status = "disabled";
Michal Simek54b896f2015-10-30 15:39:18 +0100752 #global-interrupts = <1>;
753 interrupt-parent = <&gic>;
Edgar E. Iglesiasf1880d82015-11-26 14:12:19 +0100754 interrupts = <0 155 4>,
755 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
756 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
757 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
758 <0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>;
Michal Simek54b896f2015-10-30 15:39:18 +0100759 };
760
761 spi0: spi@ff040000 {
762 compatible = "cdns,spi-r1p6";
763 status = "disabled";
764 interrupt-parent = <&gic>;
765 interrupts = <0 19 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100766 reg = <0x0 0xff040000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100767 clock-names = "ref_clk", "pclk";
768 #address-cells = <1>;
769 #size-cells = <0>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200770 power-domains = <&zynqmp_firmware PD_SPI_0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100771 };
772
773 spi1: spi@ff050000 {
774 compatible = "cdns,spi-r1p6";
775 status = "disabled";
776 interrupt-parent = <&gic>;
777 interrupts = <0 20 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100778 reg = <0x0 0xff050000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100779 clock-names = "ref_clk", "pclk";
780 #address-cells = <1>;
781 #size-cells = <0>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200782 power-domains = <&zynqmp_firmware PD_SPI_1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100783 };
784
785 ttc0: timer@ff110000 {
786 compatible = "cdns,ttc";
787 status = "disabled";
788 interrupt-parent = <&gic>;
789 interrupts = <0 36 4>, <0 37 4>, <0 38 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100790 reg = <0x0 0xff110000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100791 timer-width = <32>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200792 power-domains = <&zynqmp_firmware PD_TTC_0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100793 };
794
795 ttc1: timer@ff120000 {
796 compatible = "cdns,ttc";
797 status = "disabled";
798 interrupt-parent = <&gic>;
799 interrupts = <0 39 4>, <0 40 4>, <0 41 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100800 reg = <0x0 0xff120000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100801 timer-width = <32>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200802 power-domains = <&zynqmp_firmware PD_TTC_1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100803 };
804
805 ttc2: timer@ff130000 {
806 compatible = "cdns,ttc";
807 status = "disabled";
808 interrupt-parent = <&gic>;
809 interrupts = <0 42 4>, <0 43 4>, <0 44 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100810 reg = <0x0 0xff130000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100811 timer-width = <32>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200812 power-domains = <&zynqmp_firmware PD_TTC_2>;
Michal Simek54b896f2015-10-30 15:39:18 +0100813 };
814
815 ttc3: timer@ff140000 {
816 compatible = "cdns,ttc";
817 status = "disabled";
818 interrupt-parent = <&gic>;
819 interrupts = <0 45 4>, <0 46 4>, <0 47 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100820 reg = <0x0 0xff140000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100821 timer-width = <32>;
Michal Simek7c001dc2019-10-14 15:56:31 +0200822 power-domains = <&zynqmp_firmware PD_TTC_3>;
Michal Simek54b896f2015-10-30 15:39:18 +0100823 };
824
825 uart0: serial@ff000000 {
Michal Simekba087532016-02-22 09:57:27 +0100826 u-boot,dm-pre-reloc;
Michal Simek8f0dc3e2015-11-27 13:22:58 +0100827 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek54b896f2015-10-30 15:39:18 +0100828 status = "disabled";
829 interrupt-parent = <&gic>;
830 interrupts = <0 21 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100831 reg = <0x0 0xff000000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100832 clock-names = "uart_clk", "pclk";
Michal Simek7c001dc2019-10-14 15:56:31 +0200833 power-domains = <&zynqmp_firmware PD_UART_0>;
Michal Simek54b896f2015-10-30 15:39:18 +0100834 };
835
836 uart1: serial@ff010000 {
Michal Simekba087532016-02-22 09:57:27 +0100837 u-boot,dm-pre-reloc;
Michal Simek8f0dc3e2015-11-27 13:22:58 +0100838 compatible = "cdns,uart-r1p12", "xlnx,xuartps";
Michal Simek54b896f2015-10-30 15:39:18 +0100839 status = "disabled";
840 interrupt-parent = <&gic>;
841 interrupts = <0 22 4>;
Michal Simek72b562a2016-02-11 07:19:06 +0100842 reg = <0x0 0xff010000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100843 clock-names = "uart_clk", "pclk";
Michal Simek7c001dc2019-10-14 15:56:31 +0200844 power-domains = <&zynqmp_firmware PD_UART_1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100845 };
846
Manish Narani047096e2017-03-27 17:47:00 +0530847 usb0: usb0@ff9d0000 {
Michal Simek13111a12016-04-07 15:06:07 +0200848 #address-cells = <2>;
Michal Simek72b562a2016-02-11 07:19:06 +0100849 #size-cells = <2>;
Michal Simek54b896f2015-10-30 15:39:18 +0100850 status = "disabled";
Michal Simek13111a12016-04-07 15:06:07 +0200851 compatible = "xlnx,zynqmp-dwc3";
Manish Narani047096e2017-03-27 17:47:00 +0530852 reg = <0x0 0xff9d0000 0x0 0x100>;
Michal Simek13111a12016-04-07 15:06:07 +0200853 clock-names = "bus_clk", "ref_clk";
Michal Simek7c001dc2019-10-14 15:56:31 +0200854 power-domains = <&zynqmp_firmware PD_USB_0>;
Michal Simek13111a12016-04-07 15:06:07 +0200855 ranges;
Anurag Kumar Vulisha042323c2017-03-02 14:40:51 +0530856 nvmem-cells = <&soc_revision>;
857 nvmem-cell-names = "soc_revision";
Michal Simek13111a12016-04-07 15:06:07 +0200858
859 dwc3_0: dwc3@fe200000 {
860 compatible = "snps,dwc3";
861 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100862 reg = <0x0 0xfe200000 0x0 0x40000>;
Michal Simek13111a12016-04-07 15:06:07 +0200863 interrupt-parent = <&gic>;
Manish Narani97143bd2017-01-18 17:34:48 +0530864 interrupts = <0 65 4>, <0 69 4>;
Anurag Kumar Vulisha4bf99f82017-06-20 16:25:16 +0530865 #stream-id-cells = <1>;
866 iommus = <&smmu 0x860>;
Anurag Kumar Vulisha011bd7d2017-03-10 19:18:17 +0530867 snps,quirk-frame-length-adjustment = <0x20>;
Michal Simek13111a12016-04-07 15:06:07 +0200868 snps,refclk_fladj;
Manish Narani047096e2017-03-27 17:47:00 +0530869 /* dma-coherent; */
Michal Simek13111a12016-04-07 15:06:07 +0200870 };
Michal Simek54b896f2015-10-30 15:39:18 +0100871 };
872
Manish Narani047096e2017-03-27 17:47:00 +0530873 usb1: usb1@ff9e0000 {
Michal Simek13111a12016-04-07 15:06:07 +0200874 #address-cells = <2>;
Michal Simek72b562a2016-02-11 07:19:06 +0100875 #size-cells = <2>;
Michal Simek54b896f2015-10-30 15:39:18 +0100876 status = "disabled";
Michal Simek13111a12016-04-07 15:06:07 +0200877 compatible = "xlnx,zynqmp-dwc3";
Manish Narani047096e2017-03-27 17:47:00 +0530878 reg = <0x0 0xff9e0000 0x0 0x100>;
Michal Simek13111a12016-04-07 15:06:07 +0200879 clock-names = "bus_clk", "ref_clk";
Michal Simek7c001dc2019-10-14 15:56:31 +0200880 power-domains = <&zynqmp_firmware PD_USB_1>;
Michal Simek13111a12016-04-07 15:06:07 +0200881 ranges;
Anurag Kumar Vulisha042323c2017-03-02 14:40:51 +0530882 nvmem-cells = <&soc_revision>;
883 nvmem-cell-names = "soc_revision";
Michal Simek13111a12016-04-07 15:06:07 +0200884
885 dwc3_1: dwc3@fe300000 {
886 compatible = "snps,dwc3";
887 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100888 reg = <0x0 0xfe300000 0x0 0x40000>;
Michal Simek13111a12016-04-07 15:06:07 +0200889 interrupt-parent = <&gic>;
Manish Narani97143bd2017-01-18 17:34:48 +0530890 interrupts = <0 70 4>, <0 74 4>;
Anurag Kumar Vulisha4bf99f82017-06-20 16:25:16 +0530891 #stream-id-cells = <1>;
892 iommus = <&smmu 0x861>;
Anurag Kumar Vulisha011bd7d2017-03-10 19:18:17 +0530893 snps,quirk-frame-length-adjustment = <0x20>;
Michal Simek13111a12016-04-07 15:06:07 +0200894 snps,refclk_fladj;
Manish Narani047096e2017-03-27 17:47:00 +0530895 /* dma-coherent; */
Michal Simek13111a12016-04-07 15:06:07 +0200896 };
Michal Simek54b896f2015-10-30 15:39:18 +0100897 };
898
899 watchdog0: watchdog@fd4d0000 {
900 compatible = "cdns,wdt-r1p2";
901 status = "disabled";
902 interrupt-parent = <&gic>;
Punnaiah Choudary Kallurid67bab62015-11-04 12:34:17 +0530903 interrupts = <0 113 1>;
Michal Simek72b562a2016-02-11 07:19:06 +0100904 reg = <0x0 0xfd4d0000 0x0 0x1000>;
Mounika Grace Akula7db82412018-10-09 20:52:50 +0530905 timeout-sec = <60>;
906 reset-on-timeout;
Michal Simek54b896f2015-10-30 15:39:18 +0100907 };
908
Michal Simek7b6280e2018-07-18 09:25:43 +0200909 lpd_watchdog: watchdog@ff150000 {
910 compatible = "cdns,wdt-r1p2";
911 status = "disabled";
912 interrupt-parent = <&gic>;
913 interrupts = <0 52 1>;
914 reg = <0x0 0xff150000 0x0 0x1000>;
915 timeout-sec = <10>;
916 };
917
Michal Simek1bb4be32017-11-02 12:04:43 +0100918 xilinx_ams: ams@ffa50000 {
919 compatible = "xlnx,zynqmp-ams";
920 status = "disabled";
921 interrupt-parent = <&gic>;
922 interrupts = <0 56 4>;
923 interrupt-names = "ams-irq";
924 reg = <0x0 0xffa50000 0x0 0x800>;
925 reg-names = "ams-base";
926 #address-cells = <2>;
927 #size-cells = <2>;
928 #io-channel-cells = <1>;
929 ranges;
930
931 ams_ps: ams_ps@ffa50800 {
932 compatible = "xlnx,zynqmp-ams-ps";
933 status = "disabled";
934 reg = <0x0 0xffa50800 0x0 0x400>;
935 };
936
937 ams_pl: ams_pl@ffa50c00 {
938 compatible = "xlnx,zynqmp-ams-pl";
939 status = "disabled";
940 reg = <0x0 0xffa50c00 0x0 0x400>;
941 };
942 };
943
Michal Simek958c0e92020-11-26 14:25:02 +0100944 zynqmp_dpdma: dma-controller@fd4c0000 {
945 compatible = "xlnx,zynqmp-dpdma";
Michal Simek54b896f2015-10-30 15:39:18 +0100946 status = "disabled";
Michal Simek72b562a2016-02-11 07:19:06 +0100947 reg = <0x0 0xfd4c0000 0x0 0x1000>;
Michal Simek54b896f2015-10-30 15:39:18 +0100948 interrupts = <0 122 4>;
949 interrupt-parent = <&gic>;
950 clock-names = "axi_clk";
Michal Simek7c001dc2019-10-14 15:56:31 +0200951 power-domains = <&zynqmp_firmware PD_DP>;
Michal Simek54b896f2015-10-30 15:39:18 +0100952 #dma-cells = <1>;
Michal Simek54b896f2015-10-30 15:39:18 +0100953 };
Michal Simek37674252020-02-18 09:24:08 +0100954
Michal Simek958c0e92020-11-26 14:25:02 +0100955 zynqmp_dpsub: display@fd4a0000 {
Michal Simek37674252020-02-18 09:24:08 +0100956 compatible = "xlnx,zynqmp-dpsub-1.7";
957 status = "disabled";
958 reg = <0x0 0xfd4a0000 0x0 0x1000>,
959 <0x0 0xfd4aa000 0x0 0x1000>,
960 <0x0 0xfd4ab000 0x0 0x1000>,
961 <0x0 0xfd4ac000 0x0 0x1000>;
962 reg-names = "dp", "blend", "av_buf", "aud";
963 interrupts = <0 119 4>;
964 interrupt-parent = <&gic>;
Michal Simek37674252020-02-18 09:24:08 +0100965 clock-names = "dp_apb_clk", "dp_aud_clk",
966 "dp_vtc_pixel_clk_in";
Michal Simek37674252020-02-18 09:24:08 +0100967 power-domains = <&zynqmp_firmware PD_DP>;
Michal Simek958c0e92020-11-26 14:25:02 +0100968 resets = <&zynqmp_reset ZYNQMP_RESET_DP>;
969 dma-names = "vid0", "vid1", "vid2", "gfx0";
970 dmas = <&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO0>,
971 <&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO1>,
972 <&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO2>,
973 <&zynqmp_dpdma ZYNQMP_DPDMA_GRAPHICS>;
Michal Simek37674252020-02-18 09:24:08 +0100974 };
Michal Simek54b896f2015-10-30 15:39:18 +0100975 };
976};