xref: /linux/scripts/dtc/include-prefixes/arm64/xilinx/zynqmp.dtsi (revision a8fdb80f4d477a71a98cb069f4d5a42f41bbbe9c)
1b9c74682SMichal Simek// SPDX-License-Identifier: GPL-2.0+
25d1b79d2SMichal Simek/*
35d1b79d2SMichal Simek * dts file for Xilinx ZynqMP
45d1b79d2SMichal Simek *
55d1b79d2SMichal Simek * (C) Copyright 2014 - 2015, Xilinx, Inc.
65d1b79d2SMichal Simek *
75d1b79d2SMichal Simek * Michal Simek <michal.simek@xilinx.com>
85d1b79d2SMichal Simek *
95d1b79d2SMichal Simek * This program is free software; you can redistribute it and/or
105d1b79d2SMichal Simek * modify it under the terms of the GNU General Public License as
115d1b79d2SMichal Simek * published by the Free Software Foundation; either version 2 of
125d1b79d2SMichal Simek * the License, or (at your option) any later version.
135d1b79d2SMichal Simek */
145d1b79d2SMichal Simek
155d1b79d2SMichal Simek/ {
165d1b79d2SMichal Simek	compatible = "xlnx,zynqmp";
175d1b79d2SMichal Simek	#address-cells = <2>;
187393fd86SMichal Simek	#size-cells = <2>;
195d1b79d2SMichal Simek
205d1b79d2SMichal Simek	cpus {
215d1b79d2SMichal Simek		#address-cells = <1>;
225d1b79d2SMichal Simek		#size-cells = <0>;
235d1b79d2SMichal Simek
24400e188fSMichal Simek		cpu0: cpu@0 {
2531af04cdSRob Herring			compatible = "arm,cortex-a53";
265d1b79d2SMichal Simek			device_type = "cpu";
275d1b79d2SMichal Simek			enable-method = "psci";
28e31b7bb8SShubhrajyoti Datta			operating-points-v2 = <&cpu_opp_table>;
295d1b79d2SMichal Simek			reg = <0x0>;
301e4e25c8SStefan Krsmanovic			cpu-idle-states = <&CPU_SLEEP_0>;
315d1b79d2SMichal Simek		};
325d1b79d2SMichal Simek
33400e188fSMichal Simek		cpu1: cpu@1 {
3431af04cdSRob Herring			compatible = "arm,cortex-a53";
355d1b79d2SMichal Simek			device_type = "cpu";
365d1b79d2SMichal Simek			enable-method = "psci";
375d1b79d2SMichal Simek			reg = <0x1>;
38e31b7bb8SShubhrajyoti Datta			operating-points-v2 = <&cpu_opp_table>;
391e4e25c8SStefan Krsmanovic			cpu-idle-states = <&CPU_SLEEP_0>;
405d1b79d2SMichal Simek		};
415d1b79d2SMichal Simek
42400e188fSMichal Simek		cpu2: cpu@2 {
4331af04cdSRob Herring			compatible = "arm,cortex-a53";
445d1b79d2SMichal Simek			device_type = "cpu";
455d1b79d2SMichal Simek			enable-method = "psci";
465d1b79d2SMichal Simek			reg = <0x2>;
47e31b7bb8SShubhrajyoti Datta			operating-points-v2 = <&cpu_opp_table>;
481e4e25c8SStefan Krsmanovic			cpu-idle-states = <&CPU_SLEEP_0>;
495d1b79d2SMichal Simek		};
505d1b79d2SMichal Simek
51400e188fSMichal Simek		cpu3: cpu@3 {
5231af04cdSRob Herring			compatible = "arm,cortex-a53";
535d1b79d2SMichal Simek			device_type = "cpu";
545d1b79d2SMichal Simek			enable-method = "psci";
555d1b79d2SMichal Simek			reg = <0x3>;
56e31b7bb8SShubhrajyoti Datta			operating-points-v2 = <&cpu_opp_table>;
571e4e25c8SStefan Krsmanovic			cpu-idle-states = <&CPU_SLEEP_0>;
581e4e25c8SStefan Krsmanovic		};
591e4e25c8SStefan Krsmanovic
601e4e25c8SStefan Krsmanovic		idle-states {
61e9880240SAmit Kucheria			entry-method = "psci";
621e4e25c8SStefan Krsmanovic
631e4e25c8SStefan Krsmanovic			CPU_SLEEP_0: cpu-sleep-0 {
641e4e25c8SStefan Krsmanovic				compatible = "arm,idle-state";
651e4e25c8SStefan Krsmanovic				arm,psci-suspend-param = <0x40000000>;
661e4e25c8SStefan Krsmanovic				local-timer-stop;
671e4e25c8SStefan Krsmanovic				entry-latency-us = <300>;
681e4e25c8SStefan Krsmanovic				exit-latency-us = <600>;
691e4e25c8SStefan Krsmanovic				min-residency-us = <10000>;
701e4e25c8SStefan Krsmanovic			};
715d1b79d2SMichal Simek		};
725d1b79d2SMichal Simek	};
735d1b79d2SMichal Simek
74d1d4445aSMichal Simek	cpu_opp_table: cpu-opp-table {
75e31b7bb8SShubhrajyoti Datta		compatible = "operating-points-v2";
76e31b7bb8SShubhrajyoti Datta		opp-shared;
77e31b7bb8SShubhrajyoti Datta		opp00 {
78e31b7bb8SShubhrajyoti Datta			opp-hz = /bits/ 64 <1199999988>;
79e31b7bb8SShubhrajyoti Datta			opp-microvolt = <1000000>;
80e31b7bb8SShubhrajyoti Datta			clock-latency-ns = <500000>;
81e31b7bb8SShubhrajyoti Datta		};
82e31b7bb8SShubhrajyoti Datta		opp01 {
83e31b7bb8SShubhrajyoti Datta			opp-hz = /bits/ 64 <599999994>;
84e31b7bb8SShubhrajyoti Datta			opp-microvolt = <1000000>;
85e31b7bb8SShubhrajyoti Datta			clock-latency-ns = <500000>;
86e31b7bb8SShubhrajyoti Datta		};
87e31b7bb8SShubhrajyoti Datta		opp02 {
88e31b7bb8SShubhrajyoti Datta			opp-hz = /bits/ 64 <399999996>;
89e31b7bb8SShubhrajyoti Datta			opp-microvolt = <1000000>;
90e31b7bb8SShubhrajyoti Datta			clock-latency-ns = <500000>;
91e31b7bb8SShubhrajyoti Datta		};
92e31b7bb8SShubhrajyoti Datta		opp03 {
93e31b7bb8SShubhrajyoti Datta			opp-hz = /bits/ 64 <299999997>;
94e31b7bb8SShubhrajyoti Datta			opp-microvolt = <1000000>;
95e31b7bb8SShubhrajyoti Datta			clock-latency-ns = <500000>;
96e31b7bb8SShubhrajyoti Datta		};
97e31b7bb8SShubhrajyoti Datta	};
98e31b7bb8SShubhrajyoti Datta
9917e76f95SMichal Simek	dcc: dcc {
10017e76f95SMichal Simek		compatible = "arm,dcc";
10117e76f95SMichal Simek		status = "disabled";
10217e76f95SMichal Simek	};
10317e76f95SMichal Simek
1045d1b79d2SMichal Simek	pmu {
1055d1b79d2SMichal Simek		compatible = "arm,armv8-pmuv3";
106886e7dddSMichal Simek		interrupt-parent = <&gic>;
1075d1b79d2SMichal Simek		interrupts = <0 143 4>,
1085d1b79d2SMichal Simek			     <0 144 4>,
1095d1b79d2SMichal Simek			     <0 145 4>,
1105d1b79d2SMichal Simek			     <0 146 4>;
1115d1b79d2SMichal Simek	};
1125d1b79d2SMichal Simek
1135d1b79d2SMichal Simek	psci {
1145d1b79d2SMichal Simek		compatible = "arm,psci-0.2";
1155d1b79d2SMichal Simek		method = "smc";
1165d1b79d2SMichal Simek	};
1175d1b79d2SMichal Simek
118ef0d933eSRajan Vaja	firmware {
119ef0d933eSRajan Vaja		zynqmp_firmware: zynqmp-firmware {
120ef0d933eSRajan Vaja			compatible = "xlnx,zynqmp-firmware";
121ef0d933eSRajan Vaja			method = "smc";
1229c363392SNava kishore Manne
123b7178639SNava kishore Manne			nvmem_firmware {
124b7178639SNava kishore Manne				compatible = "xlnx,zynqmp-nvmem-fw";
125b7178639SNava kishore Manne				#address-cells = <1>;
126b7178639SNava kishore Manne				#size-cells = <1>;
127b7178639SNava kishore Manne
128b7178639SNava kishore Manne				soc_revision: soc_revision@0 {
129b7178639SNava kishore Manne					reg = <0x0 0x4>;
130b7178639SNava kishore Manne				};
131b7178639SNava kishore Manne			};
132b7178639SNava kishore Manne
1339c363392SNava kishore Manne			zynqmp_pcap: pcap {
1349c363392SNava kishore Manne				compatible = "xlnx,zynqmp-pcap-fpga";
1359c363392SNava kishore Manne			};
136ef0d933eSRajan Vaja		};
137ef0d933eSRajan Vaja	};
138ef0d933eSRajan Vaja
1395d1b79d2SMichal Simek	timer {
1405d1b79d2SMichal Simek		compatible = "arm,armv8-timer";
1415d1b79d2SMichal Simek		interrupt-parent = <&gic>;
142f2a89d3bSMarc Zyngier		interrupts = <1 13 0xf08>,
143f2a89d3bSMarc Zyngier			     <1 14 0xf08>,
144f2a89d3bSMarc Zyngier			     <1 11 0xf08>,
145f2a89d3bSMarc Zyngier			     <1 10 0xf08>;
1465d1b79d2SMichal Simek	};
1475d1b79d2SMichal Simek
148c40d1cceSNava kishore Manne	fpga_full: fpga-full {
149c40d1cceSNava kishore Manne		compatible = "fpga-region";
150c40d1cceSNava kishore Manne		fpga-mgr = <&zynqmp_pcap>;
151c40d1cceSNava kishore Manne		#address-cells = <2>;
152c40d1cceSNava kishore Manne		#size-cells = <2>;
153c40d1cceSNava kishore Manne		ranges;
154c40d1cceSNava kishore Manne	};
155c40d1cceSNava kishore Manne
156d1d4445aSMichal Simek	amba_apu: amba-apu@0 {
1575d1b79d2SMichal Simek		compatible = "simple-bus";
1585d1b79d2SMichal Simek		#address-cells = <2>;
1595d1b79d2SMichal Simek		#size-cells = <1>;
1607393fd86SMichal Simek		ranges = <0 0 0 0 0xffffffff>;
1615d1b79d2SMichal Simek
1625d1b79d2SMichal Simek		gic: interrupt-controller@f9010000 {
1635d1b79d2SMichal Simek			compatible = "arm,gic-400", "arm,cortex-a15-gic";
1645d1b79d2SMichal Simek			#interrupt-cells = <3>;
1655d1b79d2SMichal Simek			reg = <0x0 0xf9010000 0x10000>,
166e753dc03SAlexander Graf			      <0x0 0xf9020000 0x20000>,
1675d1b79d2SMichal Simek			      <0x0 0xf9040000 0x20000>,
168e753dc03SAlexander Graf			      <0x0 0xf9060000 0x20000>;
1695d1b79d2SMichal Simek			interrupt-controller;
1705d1b79d2SMichal Simek			interrupt-parent = <&gic>;
1715d1b79d2SMichal Simek			interrupts = <1 9 0xf04>;
1725d1b79d2SMichal Simek		};
1735d1b79d2SMichal Simek	};
1745d1b79d2SMichal Simek
1755087bccbSMichal Simek	amba: amba {
1765d1b79d2SMichal Simek		compatible = "simple-bus";
1775d1b79d2SMichal Simek		#address-cells = <2>;
1787393fd86SMichal Simek		#size-cells = <2>;
1795d1b79d2SMichal Simek		ranges;
1805d1b79d2SMichal Simek
1813a8691f5SMichal Simek		can0: can@ff060000 {
1823a8691f5SMichal Simek			compatible = "xlnx,zynq-can-1.0";
1833a8691f5SMichal Simek			status = "disabled";
1843a8691f5SMichal Simek			clock-names = "can_clk", "pclk";
1857393fd86SMichal Simek			reg = <0x0 0xff060000 0x0 0x1000>;
1863a8691f5SMichal Simek			interrupts = <0 23 4>;
1873a8691f5SMichal Simek			interrupt-parent = <&gic>;
1883a8691f5SMichal Simek			tx-fifo-depth = <0x40>;
1893a8691f5SMichal Simek			rx-fifo-depth = <0x40>;
1903a8691f5SMichal Simek		};
1913a8691f5SMichal Simek
1923a8691f5SMichal Simek		can1: can@ff070000 {
1933a8691f5SMichal Simek			compatible = "xlnx,zynq-can-1.0";
1943a8691f5SMichal Simek			status = "disabled";
1953a8691f5SMichal Simek			clock-names = "can_clk", "pclk";
1967393fd86SMichal Simek			reg = <0x0 0xff070000 0x0 0x1000>;
1973a8691f5SMichal Simek			interrupts = <0 24 4>;
1983a8691f5SMichal Simek			interrupt-parent = <&gic>;
1993a8691f5SMichal Simek			tx-fifo-depth = <0x40>;
2003a8691f5SMichal Simek			rx-fifo-depth = <0x40>;
2013a8691f5SMichal Simek		};
2023a8691f5SMichal Simek
2038c50b1e4SMichal Simek		cci: cci@fd6e0000 {
2048c50b1e4SMichal Simek			compatible = "arm,cci-400";
2058c50b1e4SMichal Simek			reg = <0x0 0xfd6e0000 0x0 0x9000>;
2068c50b1e4SMichal Simek			ranges = <0x0 0x0 0xfd6e0000 0x10000>;
2078c50b1e4SMichal Simek			#address-cells = <1>;
2088c50b1e4SMichal Simek			#size-cells = <1>;
2098c50b1e4SMichal Simek
2108c50b1e4SMichal Simek			pmu@9000 {
2118c50b1e4SMichal Simek				compatible = "arm,cci-400-pmu,r1";
2128c50b1e4SMichal Simek				reg = <0x9000 0x5000>;
2138c50b1e4SMichal Simek				interrupt-parent = <&gic>;
2148c50b1e4SMichal Simek				interrupts = <0 123 4>,
2158c50b1e4SMichal Simek					     <0 123 4>,
2168c50b1e4SMichal Simek					     <0 123 4>,
2178c50b1e4SMichal Simek					     <0 123 4>,
2188c50b1e4SMichal Simek					     <0 123 4>;
2198c50b1e4SMichal Simek			};
2208c50b1e4SMichal Simek		};
2218c50b1e4SMichal Simek
222932bd0d8SMichal Simek		/* GDMA */
223932bd0d8SMichal Simek		fpd_dma_chan1: dma@fd500000 {
224932bd0d8SMichal Simek			status = "disabled";
225932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
226932bd0d8SMichal Simek			reg = <0x0 0xfd500000 0x0 0x1000>;
227932bd0d8SMichal Simek			interrupt-parent = <&gic>;
228932bd0d8SMichal Simek			interrupts = <0 124 4>;
229932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
230932bd0d8SMichal Simek			xlnx,bus-width = <128>;
231932bd0d8SMichal Simek		};
232932bd0d8SMichal Simek
233932bd0d8SMichal Simek		fpd_dma_chan2: dma@fd510000 {
234932bd0d8SMichal Simek			status = "disabled";
235932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
236932bd0d8SMichal Simek			reg = <0x0 0xfd510000 0x0 0x1000>;
237932bd0d8SMichal Simek			interrupt-parent = <&gic>;
238932bd0d8SMichal Simek			interrupts = <0 125 4>;
239932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
240932bd0d8SMichal Simek			xlnx,bus-width = <128>;
241932bd0d8SMichal Simek		};
242932bd0d8SMichal Simek
243932bd0d8SMichal Simek		fpd_dma_chan3: dma@fd520000 {
244932bd0d8SMichal Simek			status = "disabled";
245932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
246932bd0d8SMichal Simek			reg = <0x0 0xfd520000 0x0 0x1000>;
247932bd0d8SMichal Simek			interrupt-parent = <&gic>;
248932bd0d8SMichal Simek			interrupts = <0 126 4>;
249932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
250932bd0d8SMichal Simek			xlnx,bus-width = <128>;
251932bd0d8SMichal Simek		};
252932bd0d8SMichal Simek
253932bd0d8SMichal Simek		fpd_dma_chan4: dma@fd530000 {
254932bd0d8SMichal Simek			status = "disabled";
255932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
256932bd0d8SMichal Simek			reg = <0x0 0xfd530000 0x0 0x1000>;
257932bd0d8SMichal Simek			interrupt-parent = <&gic>;
258932bd0d8SMichal Simek			interrupts = <0 127 4>;
259932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
260932bd0d8SMichal Simek			xlnx,bus-width = <128>;
261932bd0d8SMichal Simek		};
262932bd0d8SMichal Simek
263932bd0d8SMichal Simek		fpd_dma_chan5: dma@fd540000 {
264932bd0d8SMichal Simek			status = "disabled";
265932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
266932bd0d8SMichal Simek			reg = <0x0 0xfd540000 0x0 0x1000>;
267932bd0d8SMichal Simek			interrupt-parent = <&gic>;
268932bd0d8SMichal Simek			interrupts = <0 128 4>;
269932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
270932bd0d8SMichal Simek			xlnx,bus-width = <128>;
271932bd0d8SMichal Simek		};
272932bd0d8SMichal Simek
273932bd0d8SMichal Simek		fpd_dma_chan6: dma@fd550000 {
274932bd0d8SMichal Simek			status = "disabled";
275932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
276932bd0d8SMichal Simek			reg = <0x0 0xfd550000 0x0 0x1000>;
277932bd0d8SMichal Simek			interrupt-parent = <&gic>;
278932bd0d8SMichal Simek			interrupts = <0 129 4>;
279932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
280932bd0d8SMichal Simek			xlnx,bus-width = <128>;
281932bd0d8SMichal Simek		};
282932bd0d8SMichal Simek
283932bd0d8SMichal Simek		fpd_dma_chan7: dma@fd560000 {
284932bd0d8SMichal Simek			status = "disabled";
285932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
286932bd0d8SMichal Simek			reg = <0x0 0xfd560000 0x0 0x1000>;
287932bd0d8SMichal Simek			interrupt-parent = <&gic>;
288932bd0d8SMichal Simek			interrupts = <0 130 4>;
289932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
290932bd0d8SMichal Simek			xlnx,bus-width = <128>;
291932bd0d8SMichal Simek		};
292932bd0d8SMichal Simek
293932bd0d8SMichal Simek		fpd_dma_chan8: dma@fd570000 {
294932bd0d8SMichal Simek			status = "disabled";
295932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
296932bd0d8SMichal Simek			reg = <0x0 0xfd570000 0x0 0x1000>;
297932bd0d8SMichal Simek			interrupt-parent = <&gic>;
298932bd0d8SMichal Simek			interrupts = <0 131 4>;
299932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
300932bd0d8SMichal Simek			xlnx,bus-width = <128>;
301932bd0d8SMichal Simek		};
302932bd0d8SMichal Simek
303932bd0d8SMichal Simek		/* LPDDMA default allows only secured access. inorder to enable
304932bd0d8SMichal Simek		 * These dma channels, Users should ensure that these dma
305932bd0d8SMichal Simek		 * Channels are allowed for non secure access.
306932bd0d8SMichal Simek		 */
307932bd0d8SMichal Simek		lpd_dma_chan1: dma@ffa80000 {
308932bd0d8SMichal Simek			status = "disabled";
309932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
310932bd0d8SMichal Simek			reg = <0x0 0xffa80000 0x0 0x1000>;
311932bd0d8SMichal Simek			interrupt-parent = <&gic>;
312932bd0d8SMichal Simek			interrupts = <0 77 4>;
313932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
314932bd0d8SMichal Simek			xlnx,bus-width = <64>;
315932bd0d8SMichal Simek		};
316932bd0d8SMichal Simek
317932bd0d8SMichal Simek		lpd_dma_chan2: dma@ffa90000 {
318932bd0d8SMichal Simek			status = "disabled";
319932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
320932bd0d8SMichal Simek			reg = <0x0 0xffa90000 0x0 0x1000>;
321932bd0d8SMichal Simek			interrupt-parent = <&gic>;
322932bd0d8SMichal Simek			interrupts = <0 78 4>;
323932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
324932bd0d8SMichal Simek			xlnx,bus-width = <64>;
325932bd0d8SMichal Simek		};
326932bd0d8SMichal Simek
327932bd0d8SMichal Simek		lpd_dma_chan3: dma@ffaa0000 {
328932bd0d8SMichal Simek			status = "disabled";
329932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
330932bd0d8SMichal Simek			reg = <0x0 0xffaa0000 0x0 0x1000>;
331932bd0d8SMichal Simek			interrupt-parent = <&gic>;
332932bd0d8SMichal Simek			interrupts = <0 79 4>;
333932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
334932bd0d8SMichal Simek			xlnx,bus-width = <64>;
335932bd0d8SMichal Simek		};
336932bd0d8SMichal Simek
337932bd0d8SMichal Simek		lpd_dma_chan4: dma@ffab0000 {
338932bd0d8SMichal Simek			status = "disabled";
339932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
340932bd0d8SMichal Simek			reg = <0x0 0xffab0000 0x0 0x1000>;
341932bd0d8SMichal Simek			interrupt-parent = <&gic>;
342932bd0d8SMichal Simek			interrupts = <0 80 4>;
343932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
344932bd0d8SMichal Simek			xlnx,bus-width = <64>;
345932bd0d8SMichal Simek		};
346932bd0d8SMichal Simek
347932bd0d8SMichal Simek		lpd_dma_chan5: dma@ffac0000 {
348932bd0d8SMichal Simek			status = "disabled";
349932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
350932bd0d8SMichal Simek			reg = <0x0 0xffac0000 0x0 0x1000>;
351932bd0d8SMichal Simek			interrupt-parent = <&gic>;
352932bd0d8SMichal Simek			interrupts = <0 81 4>;
353932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
354932bd0d8SMichal Simek			xlnx,bus-width = <64>;
355932bd0d8SMichal Simek		};
356932bd0d8SMichal Simek
357932bd0d8SMichal Simek		lpd_dma_chan6: dma@ffad0000 {
358932bd0d8SMichal Simek			status = "disabled";
359932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
360932bd0d8SMichal Simek			reg = <0x0 0xffad0000 0x0 0x1000>;
361932bd0d8SMichal Simek			interrupt-parent = <&gic>;
362932bd0d8SMichal Simek			interrupts = <0 82 4>;
363932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
364932bd0d8SMichal Simek			xlnx,bus-width = <64>;
365932bd0d8SMichal Simek		};
366932bd0d8SMichal Simek
367932bd0d8SMichal Simek		lpd_dma_chan7: dma@ffae0000 {
368932bd0d8SMichal Simek			status = "disabled";
369932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
370932bd0d8SMichal Simek			reg = <0x0 0xffae0000 0x0 0x1000>;
371932bd0d8SMichal Simek			interrupt-parent = <&gic>;
372932bd0d8SMichal Simek			interrupts = <0 83 4>;
373932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
374932bd0d8SMichal Simek			xlnx,bus-width = <64>;
375932bd0d8SMichal Simek		};
376932bd0d8SMichal Simek
377932bd0d8SMichal Simek		lpd_dma_chan8: dma@ffaf0000 {
378932bd0d8SMichal Simek			status = "disabled";
379932bd0d8SMichal Simek			compatible = "xlnx,zynqmp-dma-1.0";
380932bd0d8SMichal Simek			reg = <0x0 0xffaf0000 0x0 0x1000>;
381932bd0d8SMichal Simek			interrupt-parent = <&gic>;
382932bd0d8SMichal Simek			interrupts = <0 84 4>;
383932bd0d8SMichal Simek			clock-names = "clk_main", "clk_apb";
384932bd0d8SMichal Simek			xlnx,bus-width = <64>;
385932bd0d8SMichal Simek		};
386932bd0d8SMichal Simek
387e7abd894SManish Narani		mc: memory-controller@fd070000 {
388e7abd894SManish Narani			compatible = "xlnx,zynqmp-ddrc-2.40a";
389e7abd894SManish Narani			reg = <0x0 0xfd070000 0x0 0x30000>;
390e7abd894SManish Narani			interrupt-parent = <&gic>;
391e7abd894SManish Narani			interrupts = <0 112 4>;
392e7abd894SManish Narani		};
393e7abd894SManish Narani
3945d1b79d2SMichal Simek		gem0: ethernet@ff0b0000 {
39533af509fSMichal Simek			compatible = "cdns,zynqmp-gem", "cdns,gem";
3965d1b79d2SMichal Simek			status = "disabled";
3975d1b79d2SMichal Simek			interrupt-parent = <&gic>;
3985d1b79d2SMichal Simek			interrupts = <0 57 4>, <0 57 4>;
3997393fd86SMichal Simek			reg = <0x0 0xff0b0000 0x0 0x1000>;
4005d1b79d2SMichal Simek			clock-names = "pclk", "hclk", "tx_clk";
4015d1b79d2SMichal Simek			#address-cells = <1>;
4025d1b79d2SMichal Simek			#size-cells = <0>;
4035d1b79d2SMichal Simek		};
4045d1b79d2SMichal Simek
4055d1b79d2SMichal Simek		gem1: ethernet@ff0c0000 {
40633af509fSMichal Simek			compatible = "cdns,zynqmp-gem", "cdns,gem";
4075d1b79d2SMichal Simek			status = "disabled";
4085d1b79d2SMichal Simek			interrupt-parent = <&gic>;
4095d1b79d2SMichal Simek			interrupts = <0 59 4>, <0 59 4>;
4107393fd86SMichal Simek			reg = <0x0 0xff0c0000 0x0 0x1000>;
4115d1b79d2SMichal Simek			clock-names = "pclk", "hclk", "tx_clk";
4125d1b79d2SMichal Simek			#address-cells = <1>;
4135d1b79d2SMichal Simek			#size-cells = <0>;
4145d1b79d2SMichal Simek		};
4155d1b79d2SMichal Simek
4165d1b79d2SMichal Simek		gem2: ethernet@ff0d0000 {
41733af509fSMichal Simek			compatible = "cdns,zynqmp-gem", "cdns,gem";
4185d1b79d2SMichal Simek			status = "disabled";
4195d1b79d2SMichal Simek			interrupt-parent = <&gic>;
4205d1b79d2SMichal Simek			interrupts = <0 61 4>, <0 61 4>;
4217393fd86SMichal Simek			reg = <0x0 0xff0d0000 0x0 0x1000>;
4225d1b79d2SMichal Simek			clock-names = "pclk", "hclk", "tx_clk";
4235d1b79d2SMichal Simek			#address-cells = <1>;
4245d1b79d2SMichal Simek			#size-cells = <0>;
4255d1b79d2SMichal Simek		};
4265d1b79d2SMichal Simek
4275d1b79d2SMichal Simek		gem3: ethernet@ff0e0000 {
42833af509fSMichal Simek			compatible = "cdns,zynqmp-gem", "cdns,gem";
4295d1b79d2SMichal Simek			status = "disabled";
4305d1b79d2SMichal Simek			interrupt-parent = <&gic>;
4315d1b79d2SMichal Simek			interrupts = <0 63 4>, <0 63 4>;
4327393fd86SMichal Simek			reg = <0x0 0xff0e0000 0x0 0x1000>;
4335d1b79d2SMichal Simek			clock-names = "pclk", "hclk", "tx_clk";
4345d1b79d2SMichal Simek			#address-cells = <1>;
4355d1b79d2SMichal Simek			#size-cells = <0>;
4365d1b79d2SMichal Simek		};
4375d1b79d2SMichal Simek
43872e5df43SMichal Simek		gpio: gpio@ff0a0000 {
43972e5df43SMichal Simek			compatible = "xlnx,zynqmp-gpio-1.0";
44072e5df43SMichal Simek			status = "disabled";
44172e5df43SMichal Simek			#gpio-cells = <0x2>;
4424556b160SMichal Simek			gpio-controller;
44372e5df43SMichal Simek			interrupt-parent = <&gic>;
44472e5df43SMichal Simek			interrupts = <0 16 4>;
44572e5df43SMichal Simek			interrupt-controller;
44672e5df43SMichal Simek			#interrupt-cells = <2>;
4477393fd86SMichal Simek			reg = <0x0 0xff0a0000 0x0 0x1000>;
44872e5df43SMichal Simek		};
44972e5df43SMichal Simek
4505d1b79d2SMichal Simek		i2c0: i2c@ff020000 {
451c415f9e8SMoritz Fischer			compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
4525d1b79d2SMichal Simek			status = "disabled";
4535d1b79d2SMichal Simek			interrupt-parent = <&gic>;
4545d1b79d2SMichal Simek			interrupts = <0 17 4>;
4557393fd86SMichal Simek			reg = <0x0 0xff020000 0x0 0x1000>;
4565d1b79d2SMichal Simek			#address-cells = <1>;
4575d1b79d2SMichal Simek			#size-cells = <0>;
4585d1b79d2SMichal Simek		};
4595d1b79d2SMichal Simek
4605d1b79d2SMichal Simek		i2c1: i2c@ff030000 {
461c415f9e8SMoritz Fischer			compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
4625d1b79d2SMichal Simek			status = "disabled";
4635d1b79d2SMichal Simek			interrupt-parent = <&gic>;
4645d1b79d2SMichal Simek			interrupts = <0 18 4>;
4657393fd86SMichal Simek			reg = <0x0 0xff030000 0x0 0x1000>;
4665d1b79d2SMichal Simek			#address-cells = <1>;
4675d1b79d2SMichal Simek			#size-cells = <0>;
4685d1b79d2SMichal Simek		};
4695d1b79d2SMichal Simek
47078b83b8cSMichal Simek		pcie: pcie@fd0e0000 {
47178b83b8cSMichal Simek			compatible = "xlnx,nwl-pcie-2.11";
47278b83b8cSMichal Simek			status = "disabled";
47378b83b8cSMichal Simek			#address-cells = <3>;
47478b83b8cSMichal Simek			#size-cells = <2>;
47578b83b8cSMichal Simek			#interrupt-cells = <1>;
47678b83b8cSMichal Simek			msi-controller;
47778b83b8cSMichal Simek			device_type = "pci";
47878b83b8cSMichal Simek			interrupt-parent = <&gic>;
47978b83b8cSMichal Simek			interrupts = <0 118 4>,
48078b83b8cSMichal Simek				     <0 117 4>,
48178b83b8cSMichal Simek				     <0 116 4>,
48278b83b8cSMichal Simek				     <0 115 4>,	/* MSI_1 [63...32] */
48378b83b8cSMichal Simek				     <0 114 4>;	/* MSI_0 [31...0] */
48478b83b8cSMichal Simek			interrupt-names = "misc", "dummy", "intx",
48578b83b8cSMichal Simek					  "msi1", "msi0";
48678b83b8cSMichal Simek			msi-parent = <&pcie>;
48778b83b8cSMichal Simek			reg = <0x0 0xfd0e0000 0x0 0x1000>,
48878b83b8cSMichal Simek			      <0x0 0xfd480000 0x0 0x1000>,
48978b83b8cSMichal Simek			      <0x80 0x00000000 0x0 0x1000000>;
49078b83b8cSMichal Simek			reg-names = "breg", "pcireg", "cfg";
4914a6514d5SBharat Kumar Gogada			ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000	/* non-prefetchable memory */
4924a6514d5SBharat Kumar Gogada				  0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */
493d15c56caSRob Herring			bus-range = <0x00 0xff>;
49478b83b8cSMichal Simek			interrupt-map-mask = <0x0 0x0 0x0 0x7>;
49578b83b8cSMichal Simek			interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
49678b83b8cSMichal Simek					<0x0 0x0 0x0 0x2 &pcie_intc 0x2>,
49778b83b8cSMichal Simek					<0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
49878b83b8cSMichal Simek					<0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
49978b83b8cSMichal Simek			pcie_intc: legacy-interrupt-controller {
50078b83b8cSMichal Simek				interrupt-controller;
50178b83b8cSMichal Simek				#address-cells = <0>;
50278b83b8cSMichal Simek				#interrupt-cells = <1>;
50378b83b8cSMichal Simek			};
50478b83b8cSMichal Simek		};
50578b83b8cSMichal Simek
5067fb7820cSMichal Simek		rtc: rtc@ffa60000 {
5077fb7820cSMichal Simek			compatible = "xlnx,zynqmp-rtc";
5087fb7820cSMichal Simek			status = "disabled";
5097fb7820cSMichal Simek			reg = <0x0 0xffa60000 0x0 0x100>;
5107fb7820cSMichal Simek			interrupt-parent = <&gic>;
5117fb7820cSMichal Simek			interrupts = <0 26 4>, <0 27 4>;
5127fb7820cSMichal Simek			interrupt-names = "alarm", "sec";
5137fb7820cSMichal Simek			calibration = <0x8000>;
5147fb7820cSMichal Simek		};
5157fb7820cSMichal Simek
5168fae442fSSuneel Garapati		sata: ahci@fd0c0000 {
5178fae442fSSuneel Garapati			compatible = "ceva,ahci-1v84";
5188fae442fSSuneel Garapati			status = "disabled";
5197393fd86SMichal Simek			reg = <0x0 0xfd0c0000 0x0 0x2000>;
5208fae442fSSuneel Garapati			interrupt-parent = <&gic>;
5218fae442fSSuneel Garapati			interrupts = <0 133 4>;
5228fae442fSSuneel Garapati		};
5238fae442fSSuneel Garapati
5249fd609ffSMichal Simek		sdhci0: mmc@ff160000 {
525*a8fdb80fSManish Narani			compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
5265d1b79d2SMichal Simek			status = "disabled";
5275d1b79d2SMichal Simek			interrupt-parent = <&gic>;
5285d1b79d2SMichal Simek			interrupts = <0 48 4>;
5297393fd86SMichal Simek			reg = <0x0 0xff160000 0x0 0x1000>;
5305d1b79d2SMichal Simek			clock-names = "clk_xin", "clk_ahb";
531*a8fdb80fSManish Narani			#clock-cells = <1>;
532*a8fdb80fSManish Narani			clock-output-names = "clk_out_sd0", "clk_in_sd0";
5335d1b79d2SMichal Simek		};
5345d1b79d2SMichal Simek
5359fd609ffSMichal Simek		sdhci1: mmc@ff170000 {
536*a8fdb80fSManish Narani			compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
5375d1b79d2SMichal Simek			status = "disabled";
5385d1b79d2SMichal Simek			interrupt-parent = <&gic>;
5395d1b79d2SMichal Simek			interrupts = <0 49 4>;
5407393fd86SMichal Simek			reg = <0x0 0xff170000 0x0 0x1000>;
5415d1b79d2SMichal Simek			clock-names = "clk_xin", "clk_ahb";
542*a8fdb80fSManish Narani			#clock-cells = <1>;
543*a8fdb80fSManish Narani			clock-output-names = "clk_out_sd1", "clk_in_sd1";
5445d1b79d2SMichal Simek		};
5455d1b79d2SMichal Simek
546ff92e361SMichal Simek		smmu: smmu@fd800000 {
547ff92e361SMichal Simek			compatible = "arm,mmu-500";
5487393fd86SMichal Simek			reg = <0x0 0xfd800000 0x0 0x20000>;
5492f9ed199SNaga Sureshkumar Relli			status = "disabled";
550ff92e361SMichal Simek			#global-interrupts = <1>;
551ff92e361SMichal Simek			interrupt-parent = <&gic>;
552e199f2ccSEdgar E. Iglesias			interrupts = <0 155 4>,
553e199f2ccSEdgar E. Iglesias				<0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
554e199f2ccSEdgar E. Iglesias				<0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
555e199f2ccSEdgar E. Iglesias				<0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
556e199f2ccSEdgar E. Iglesias				<0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>;
557ff92e361SMichal Simek		};
558ff92e361SMichal Simek
559f49310dcSMichal Simek		spi0: spi@ff040000 {
560f49310dcSMichal Simek			compatible = "cdns,spi-r1p6";
561f49310dcSMichal Simek			status = "disabled";
562f49310dcSMichal Simek			interrupt-parent = <&gic>;
563f49310dcSMichal Simek			interrupts = <0 19 4>;
5647393fd86SMichal Simek			reg = <0x0 0xff040000 0x0 0x1000>;
565f49310dcSMichal Simek			clock-names = "ref_clk", "pclk";
566f49310dcSMichal Simek			#address-cells = <1>;
567f49310dcSMichal Simek			#size-cells = <0>;
568f49310dcSMichal Simek		};
569f49310dcSMichal Simek
570f49310dcSMichal Simek		spi1: spi@ff050000 {
571f49310dcSMichal Simek			compatible = "cdns,spi-r1p6";
572f49310dcSMichal Simek			status = "disabled";
573f49310dcSMichal Simek			interrupt-parent = <&gic>;
574f49310dcSMichal Simek			interrupts = <0 20 4>;
5757393fd86SMichal Simek			reg = <0x0 0xff050000 0x0 0x1000>;
576f49310dcSMichal Simek			clock-names = "ref_clk", "pclk";
577f49310dcSMichal Simek			#address-cells = <1>;
578f49310dcSMichal Simek			#size-cells = <0>;
579f49310dcSMichal Simek		};
580f49310dcSMichal Simek
5818fd7a775SMichal Simek		ttc0: timer@ff110000 {
5828fd7a775SMichal Simek			compatible = "cdns,ttc";
5838fd7a775SMichal Simek			status = "disabled";
5848fd7a775SMichal Simek			interrupt-parent = <&gic>;
5858fd7a775SMichal Simek			interrupts = <0 36 4>, <0 37 4>, <0 38 4>;
5867393fd86SMichal Simek			reg = <0x0 0xff110000 0x0 0x1000>;
5878fd7a775SMichal Simek			timer-width = <32>;
5888fd7a775SMichal Simek		};
5898fd7a775SMichal Simek
5908fd7a775SMichal Simek		ttc1: timer@ff120000 {
5918fd7a775SMichal Simek			compatible = "cdns,ttc";
5928fd7a775SMichal Simek			status = "disabled";
5938fd7a775SMichal Simek			interrupt-parent = <&gic>;
5948fd7a775SMichal Simek			interrupts = <0 39 4>, <0 40 4>, <0 41 4>;
5957393fd86SMichal Simek			reg = <0x0 0xff120000 0x0 0x1000>;
5968fd7a775SMichal Simek			timer-width = <32>;
5978fd7a775SMichal Simek		};
5988fd7a775SMichal Simek
5998fd7a775SMichal Simek		ttc2: timer@ff130000 {
6008fd7a775SMichal Simek			compatible = "cdns,ttc";
6018fd7a775SMichal Simek			status = "disabled";
6028fd7a775SMichal Simek			interrupt-parent = <&gic>;
6038fd7a775SMichal Simek			interrupts = <0 42 4>, <0 43 4>, <0 44 4>;
6047393fd86SMichal Simek			reg = <0x0 0xff130000 0x0 0x1000>;
6058fd7a775SMichal Simek			timer-width = <32>;
6068fd7a775SMichal Simek		};
6078fd7a775SMichal Simek
6088fd7a775SMichal Simek		ttc3: timer@ff140000 {
6098fd7a775SMichal Simek			compatible = "cdns,ttc";
6108fd7a775SMichal Simek			status = "disabled";
6118fd7a775SMichal Simek			interrupt-parent = <&gic>;
6128fd7a775SMichal Simek			interrupts = <0 45 4>, <0 46 4>, <0 47 4>;
6137393fd86SMichal Simek			reg = <0x0 0xff140000 0x0 0x1000>;
6148fd7a775SMichal Simek			timer-width = <32>;
6158fd7a775SMichal Simek		};
6168fd7a775SMichal Simek
6178fd7a775SMichal Simek		uart0: serial@ff000000 {
61827af3993SMichal Simek			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
6198fd7a775SMichal Simek			status = "disabled";
6208fd7a775SMichal Simek			interrupt-parent = <&gic>;
6218fd7a775SMichal Simek			interrupts = <0 21 4>;
6227393fd86SMichal Simek			reg = <0x0 0xff000000 0x0 0x1000>;
6238fd7a775SMichal Simek			clock-names = "uart_clk", "pclk";
6248fd7a775SMichal Simek		};
6258fd7a775SMichal Simek
6268fd7a775SMichal Simek		uart1: serial@ff010000 {
62727af3993SMichal Simek			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
6288fd7a775SMichal Simek			status = "disabled";
6298fd7a775SMichal Simek			interrupt-parent = <&gic>;
6308fd7a775SMichal Simek			interrupts = <0 22 4>;
6317393fd86SMichal Simek			reg = <0x0 0xff010000 0x0 0x1000>;
6328fd7a775SMichal Simek			clock-names = "uart_clk", "pclk";
6338fd7a775SMichal Simek		};
6348fd7a775SMichal Simek
63522eda14aSMichal Simek		usb0: usb@fe200000 {
63622eda14aSMichal Simek			compatible = "snps,dwc3";
63722eda14aSMichal Simek			status = "disabled";
63822eda14aSMichal Simek			interrupt-parent = <&gic>;
63922eda14aSMichal Simek			interrupts = <0 65 4>;
6407393fd86SMichal Simek			reg = <0x0 0xfe200000 0x0 0x40000>;
64122eda14aSMichal Simek			clock-names = "clk_xin", "clk_ahb";
64222eda14aSMichal Simek		};
64322eda14aSMichal Simek
64422eda14aSMichal Simek		usb1: usb@fe300000 {
64522eda14aSMichal Simek			compatible = "snps,dwc3";
64622eda14aSMichal Simek			status = "disabled";
64722eda14aSMichal Simek			interrupt-parent = <&gic>;
64822eda14aSMichal Simek			interrupts = <0 70 4>;
6497393fd86SMichal Simek			reg = <0x0 0xfe300000 0x0 0x40000>;
65022eda14aSMichal Simek			clock-names = "clk_xin", "clk_ahb";
65122eda14aSMichal Simek		};
65222eda14aSMichal Simek
6535d1b79d2SMichal Simek		watchdog0: watchdog@fd4d0000 {
6545d1b79d2SMichal Simek			compatible = "cdns,wdt-r1p2";
6555d1b79d2SMichal Simek			status = "disabled";
6565d1b79d2SMichal Simek			interrupt-parent = <&gic>;
657908c9e73SPunnaiah Choudary Kalluri			interrupts = <0 113 1>;
6587393fd86SMichal Simek			reg = <0x0 0xfd4d0000 0x0 0x1000>;
6595d1b79d2SMichal Simek			timeout-sec = <10>;
6605d1b79d2SMichal Simek		};
6615d1b79d2SMichal Simek	};
6625d1b79d2SMichal Simek};
663