xref: /OK3568_Linux_fs/u-boot/arch/arm/dts/zynqmp.dtsi (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun/*
2*4882a593Smuzhiyun * dts file for Xilinx ZynqMP
3*4882a593Smuzhiyun *
4*4882a593Smuzhiyun * (C) Copyright 2014 - 2015, Xilinx, Inc.
5*4882a593Smuzhiyun *
6*4882a593Smuzhiyun * Michal Simek <michal.simek@xilinx.com>
7*4882a593Smuzhiyun *
8*4882a593Smuzhiyun * SPDX-License-Identifier:	GPL-2.0+
9*4882a593Smuzhiyun */
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun/ {
12*4882a593Smuzhiyun	compatible = "xlnx,zynqmp";
13*4882a593Smuzhiyun	#address-cells = <2>;
14*4882a593Smuzhiyun	#size-cells = <2>;
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	cpus {
17*4882a593Smuzhiyun		#address-cells = <1>;
18*4882a593Smuzhiyun		#size-cells = <0>;
19*4882a593Smuzhiyun
20*4882a593Smuzhiyun		cpu@0 {
21*4882a593Smuzhiyun			compatible = "arm,cortex-a53", "arm,armv8";
22*4882a593Smuzhiyun			device_type = "cpu";
23*4882a593Smuzhiyun			enable-method = "psci";
24*4882a593Smuzhiyun			reg = <0x0>;
25*4882a593Smuzhiyun			cpu-idle-states = <&CPU_SLEEP_0>;
26*4882a593Smuzhiyun		};
27*4882a593Smuzhiyun
28*4882a593Smuzhiyun		cpu@1 {
29*4882a593Smuzhiyun			compatible = "arm,cortex-a53", "arm,armv8";
30*4882a593Smuzhiyun			device_type = "cpu";
31*4882a593Smuzhiyun			enable-method = "psci";
32*4882a593Smuzhiyun			reg = <0x1>;
33*4882a593Smuzhiyun			cpu-idle-states = <&CPU_SLEEP_0>;
34*4882a593Smuzhiyun		};
35*4882a593Smuzhiyun
36*4882a593Smuzhiyun		cpu@2 {
37*4882a593Smuzhiyun			compatible = "arm,cortex-a53", "arm,armv8";
38*4882a593Smuzhiyun			device_type = "cpu";
39*4882a593Smuzhiyun			enable-method = "psci";
40*4882a593Smuzhiyun			reg = <0x2>;
41*4882a593Smuzhiyun			cpu-idle-states = <&CPU_SLEEP_0>;
42*4882a593Smuzhiyun		};
43*4882a593Smuzhiyun
44*4882a593Smuzhiyun		cpu@3 {
45*4882a593Smuzhiyun			compatible = "arm,cortex-a53", "arm,armv8";
46*4882a593Smuzhiyun			device_type = "cpu";
47*4882a593Smuzhiyun			enable-method = "psci";
48*4882a593Smuzhiyun			reg = <0x3>;
49*4882a593Smuzhiyun			cpu-idle-states = <&CPU_SLEEP_0>;
50*4882a593Smuzhiyun		};
51*4882a593Smuzhiyun
52*4882a593Smuzhiyun		idle-states {
53*4882a593Smuzhiyun			entry-mehod = "arm,psci";
54*4882a593Smuzhiyun
55*4882a593Smuzhiyun			CPU_SLEEP_0: cpu-sleep-0 {
56*4882a593Smuzhiyun				compatible = "arm,idle-state";
57*4882a593Smuzhiyun				arm,psci-suspend-param = <0x40000000>;
58*4882a593Smuzhiyun				local-timer-stop;
59*4882a593Smuzhiyun				entry-latency-us = <300>;
60*4882a593Smuzhiyun				exit-latency-us = <600>;
61*4882a593Smuzhiyun				min-residency-us = <800000>;
62*4882a593Smuzhiyun			};
63*4882a593Smuzhiyun		};
64*4882a593Smuzhiyun	};
65*4882a593Smuzhiyun
66*4882a593Smuzhiyun	dcc: dcc {
67*4882a593Smuzhiyun		compatible = "arm,dcc";
68*4882a593Smuzhiyun		status = "disabled";
69*4882a593Smuzhiyun		u-boot,dm-pre-reloc;
70*4882a593Smuzhiyun	};
71*4882a593Smuzhiyun
72*4882a593Smuzhiyun	power-domains {
73*4882a593Smuzhiyun		compatible = "xlnx,zynqmp-genpd";
74*4882a593Smuzhiyun
75*4882a593Smuzhiyun		pd_usb0: pd-usb0 {
76*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
77*4882a593Smuzhiyun			pd-id = <0x16>;
78*4882a593Smuzhiyun		};
79*4882a593Smuzhiyun
80*4882a593Smuzhiyun		pd_usb1: pd-usb1 {
81*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
82*4882a593Smuzhiyun			pd-id = <0x17>;
83*4882a593Smuzhiyun		};
84*4882a593Smuzhiyun
85*4882a593Smuzhiyun		pd_sata: pd-sata {
86*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
87*4882a593Smuzhiyun			pd-id = <0x1c>;
88*4882a593Smuzhiyun		};
89*4882a593Smuzhiyun
90*4882a593Smuzhiyun		pd_spi0: pd-spi0 {
91*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
92*4882a593Smuzhiyun			pd-id = <0x23>;
93*4882a593Smuzhiyun		};
94*4882a593Smuzhiyun
95*4882a593Smuzhiyun		pd_spi1: pd-spi1 {
96*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
97*4882a593Smuzhiyun			pd-id = <0x24>;
98*4882a593Smuzhiyun		};
99*4882a593Smuzhiyun
100*4882a593Smuzhiyun		pd_uart0: pd-uart0 {
101*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
102*4882a593Smuzhiyun			pd-id = <0x21>;
103*4882a593Smuzhiyun		};
104*4882a593Smuzhiyun
105*4882a593Smuzhiyun		pd_uart1: pd-uart1 {
106*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
107*4882a593Smuzhiyun			pd-id = <0x22>;
108*4882a593Smuzhiyun		};
109*4882a593Smuzhiyun
110*4882a593Smuzhiyun		pd_eth0: pd-eth0 {
111*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
112*4882a593Smuzhiyun			pd-id = <0x1d>;
113*4882a593Smuzhiyun		};
114*4882a593Smuzhiyun
115*4882a593Smuzhiyun		pd_eth1: pd-eth1 {
116*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
117*4882a593Smuzhiyun			pd-id = <0x1e>;
118*4882a593Smuzhiyun		};
119*4882a593Smuzhiyun
120*4882a593Smuzhiyun		pd_eth2: pd-eth2 {
121*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
122*4882a593Smuzhiyun			pd-id = <0x1f>;
123*4882a593Smuzhiyun		};
124*4882a593Smuzhiyun
125*4882a593Smuzhiyun		pd_eth3: pd-eth3 {
126*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
127*4882a593Smuzhiyun			pd-id = <0x20>;
128*4882a593Smuzhiyun		};
129*4882a593Smuzhiyun
130*4882a593Smuzhiyun		pd_i2c0: pd-i2c0 {
131*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
132*4882a593Smuzhiyun			pd-id = <0x25>;
133*4882a593Smuzhiyun		};
134*4882a593Smuzhiyun
135*4882a593Smuzhiyun		pd_i2c1: pd-i2c1 {
136*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
137*4882a593Smuzhiyun			pd-id = <0x26>;
138*4882a593Smuzhiyun		};
139*4882a593Smuzhiyun
140*4882a593Smuzhiyun		pd_dp: pd-dp {
141*4882a593Smuzhiyun			/* fixme: what to attach to */
142*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
143*4882a593Smuzhiyun			pd-id = <0x29>;
144*4882a593Smuzhiyun		};
145*4882a593Smuzhiyun
146*4882a593Smuzhiyun		pd_gdma: pd-gdma {
147*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
148*4882a593Smuzhiyun			pd-id = <0x2a>;
149*4882a593Smuzhiyun		};
150*4882a593Smuzhiyun
151*4882a593Smuzhiyun		pd_adma: pd-adma {
152*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
153*4882a593Smuzhiyun			pd-id = <0x2b>;
154*4882a593Smuzhiyun		};
155*4882a593Smuzhiyun
156*4882a593Smuzhiyun		pd_ttc0: pd-ttc0 {
157*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
158*4882a593Smuzhiyun			pd-id = <0x18>;
159*4882a593Smuzhiyun		};
160*4882a593Smuzhiyun
161*4882a593Smuzhiyun		pd_ttc1: pd-ttc1 {
162*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
163*4882a593Smuzhiyun			pd-id = <0x19>;
164*4882a593Smuzhiyun		};
165*4882a593Smuzhiyun
166*4882a593Smuzhiyun		pd_ttc2: pd-ttc2 {
167*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
168*4882a593Smuzhiyun			pd-id = <0x1a>;
169*4882a593Smuzhiyun		};
170*4882a593Smuzhiyun
171*4882a593Smuzhiyun		pd_ttc3: pd-ttc3 {
172*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
173*4882a593Smuzhiyun			pd-id = <0x1b>;
174*4882a593Smuzhiyun		};
175*4882a593Smuzhiyun
176*4882a593Smuzhiyun		pd_sd0: pd-sd0 {
177*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
178*4882a593Smuzhiyun			pd-id = <0x27>;
179*4882a593Smuzhiyun		};
180*4882a593Smuzhiyun
181*4882a593Smuzhiyun		pd_sd1: pd-sd1 {
182*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
183*4882a593Smuzhiyun			pd-id = <0x28>;
184*4882a593Smuzhiyun		};
185*4882a593Smuzhiyun
186*4882a593Smuzhiyun		pd_nand: pd-nand {
187*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
188*4882a593Smuzhiyun			pd-id = <0x2c>;
189*4882a593Smuzhiyun		};
190*4882a593Smuzhiyun
191*4882a593Smuzhiyun		pd_qspi: pd-qspi {
192*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
193*4882a593Smuzhiyun			pd-id = <0x2d>;
194*4882a593Smuzhiyun		};
195*4882a593Smuzhiyun
196*4882a593Smuzhiyun		pd_gpio: pd-gpio {
197*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
198*4882a593Smuzhiyun			pd-id = <0x2e>;
199*4882a593Smuzhiyun		};
200*4882a593Smuzhiyun
201*4882a593Smuzhiyun		pd_can0: pd-can0 {
202*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
203*4882a593Smuzhiyun			pd-id = <0x2f>;
204*4882a593Smuzhiyun		};
205*4882a593Smuzhiyun
206*4882a593Smuzhiyun		pd_can1: pd-can1 {
207*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
208*4882a593Smuzhiyun			pd-id = <0x30>;
209*4882a593Smuzhiyun		};
210*4882a593Smuzhiyun
211*4882a593Smuzhiyun		pd_pcie: pd-pcie {
212*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
213*4882a593Smuzhiyun			pd-id = <0x3b>;
214*4882a593Smuzhiyun		};
215*4882a593Smuzhiyun
216*4882a593Smuzhiyun		pd_gpu: pd-gpu {
217*4882a593Smuzhiyun			#power-domain-cells = <0x0>;
218*4882a593Smuzhiyun			pd-id = <0x3a 0x14 0x15>;
219*4882a593Smuzhiyun		};
220*4882a593Smuzhiyun	};
221*4882a593Smuzhiyun
222*4882a593Smuzhiyun	pmu {
223*4882a593Smuzhiyun		compatible = "arm,armv8-pmuv3";
224*4882a593Smuzhiyun		interrupt-parent = <&gic>;
225*4882a593Smuzhiyun		interrupts = <0 143 4>,
226*4882a593Smuzhiyun			     <0 144 4>,
227*4882a593Smuzhiyun			     <0 145 4>,
228*4882a593Smuzhiyun			     <0 146 4>;
229*4882a593Smuzhiyun	};
230*4882a593Smuzhiyun
231*4882a593Smuzhiyun	psci {
232*4882a593Smuzhiyun		compatible = "arm,psci-0.2";
233*4882a593Smuzhiyun		method = "smc";
234*4882a593Smuzhiyun	};
235*4882a593Smuzhiyun
236*4882a593Smuzhiyun	firmware {
237*4882a593Smuzhiyun		compatible = "xlnx,zynqmp-pm";
238*4882a593Smuzhiyun		method = "smc";
239*4882a593Smuzhiyun	};
240*4882a593Smuzhiyun
241*4882a593Smuzhiyun	timer {
242*4882a593Smuzhiyun		compatible = "arm,armv8-timer";
243*4882a593Smuzhiyun		interrupt-parent = <&gic>;
244*4882a593Smuzhiyun		interrupts = <1 13 0xf01>,
245*4882a593Smuzhiyun			     <1 14 0xf01>,
246*4882a593Smuzhiyun			     <1 11 0xf01>,
247*4882a593Smuzhiyun			     <1 10 0xf01>;
248*4882a593Smuzhiyun	};
249*4882a593Smuzhiyun
250*4882a593Smuzhiyun	edac {
251*4882a593Smuzhiyun		compatible = "arm,cortex-a53-edac";
252*4882a593Smuzhiyun	};
253*4882a593Smuzhiyun
254*4882a593Smuzhiyun	pcap {
255*4882a593Smuzhiyun		compatible = "xlnx,zynqmp-pcap-fpga";
256*4882a593Smuzhiyun	};
257*4882a593Smuzhiyun
258*4882a593Smuzhiyun	amba_apu: amba_apu@0 {
259*4882a593Smuzhiyun		compatible = "simple-bus";
260*4882a593Smuzhiyun		#address-cells = <2>;
261*4882a593Smuzhiyun		#size-cells = <1>;
262*4882a593Smuzhiyun		ranges = <0 0 0 0 0xffffffff>;
263*4882a593Smuzhiyun
264*4882a593Smuzhiyun		gic: interrupt-controller@f9010000 {
265*4882a593Smuzhiyun			compatible = "arm,gic-400", "arm,cortex-a15-gic";
266*4882a593Smuzhiyun			#interrupt-cells = <3>;
267*4882a593Smuzhiyun			reg = <0x0 0xf9010000 0x10000>,
268*4882a593Smuzhiyun			      <0x0 0xf9020000 0x20000>,
269*4882a593Smuzhiyun			      <0x0 0xf9040000 0x20000>,
270*4882a593Smuzhiyun			      <0x0 0xf9060000 0x20000>;
271*4882a593Smuzhiyun			interrupt-controller;
272*4882a593Smuzhiyun			interrupt-parent = <&gic>;
273*4882a593Smuzhiyun			interrupts = <1 9 0xf04>;
274*4882a593Smuzhiyun		};
275*4882a593Smuzhiyun	};
276*4882a593Smuzhiyun
277*4882a593Smuzhiyun	amba: amba {
278*4882a593Smuzhiyun		compatible = "simple-bus";
279*4882a593Smuzhiyun		u-boot,dm-pre-reloc;
280*4882a593Smuzhiyun		#address-cells = <2>;
281*4882a593Smuzhiyun		#size-cells = <2>;
282*4882a593Smuzhiyun		ranges;
283*4882a593Smuzhiyun
284*4882a593Smuzhiyun		can0: can@ff060000 {
285*4882a593Smuzhiyun			compatible = "xlnx,zynq-can-1.0";
286*4882a593Smuzhiyun			status = "disabled";
287*4882a593Smuzhiyun			clock-names = "can_clk", "pclk";
288*4882a593Smuzhiyun			reg = <0x0 0xff060000 0x0 0x1000>;
289*4882a593Smuzhiyun			interrupts = <0 23 4>;
290*4882a593Smuzhiyun			interrupt-parent = <&gic>;
291*4882a593Smuzhiyun			tx-fifo-depth = <0x40>;
292*4882a593Smuzhiyun			rx-fifo-depth = <0x40>;
293*4882a593Smuzhiyun			power-domains = <&pd_can0>;
294*4882a593Smuzhiyun		};
295*4882a593Smuzhiyun
296*4882a593Smuzhiyun		can1: can@ff070000 {
297*4882a593Smuzhiyun			compatible = "xlnx,zynq-can-1.0";
298*4882a593Smuzhiyun			status = "disabled";
299*4882a593Smuzhiyun			clock-names = "can_clk", "pclk";
300*4882a593Smuzhiyun			reg = <0x0 0xff070000 0x0 0x1000>;
301*4882a593Smuzhiyun			interrupts = <0 24 4>;
302*4882a593Smuzhiyun			interrupt-parent = <&gic>;
303*4882a593Smuzhiyun			tx-fifo-depth = <0x40>;
304*4882a593Smuzhiyun			rx-fifo-depth = <0x40>;
305*4882a593Smuzhiyun			power-domains = <&pd_can1>;
306*4882a593Smuzhiyun		};
307*4882a593Smuzhiyun
308*4882a593Smuzhiyun		cci: cci@fd6e0000 {
309*4882a593Smuzhiyun			compatible = "arm,cci-400";
310*4882a593Smuzhiyun			reg = <0x0 0xfd6e0000 0x0 0x9000>;
311*4882a593Smuzhiyun			ranges = <0x0 0x0 0xfd6e0000 0x10000>;
312*4882a593Smuzhiyun			#address-cells = <1>;
313*4882a593Smuzhiyun			#size-cells = <1>;
314*4882a593Smuzhiyun
315*4882a593Smuzhiyun			pmu@9000 {
316*4882a593Smuzhiyun				compatible = "arm,cci-400-pmu,r1";
317*4882a593Smuzhiyun				reg = <0x9000 0x5000>;
318*4882a593Smuzhiyun				interrupt-parent = <&gic>;
319*4882a593Smuzhiyun				interrupts = <0 123 4>,
320*4882a593Smuzhiyun					     <0 123 4>,
321*4882a593Smuzhiyun					     <0 123 4>,
322*4882a593Smuzhiyun					     <0 123 4>,
323*4882a593Smuzhiyun					     <0 123 4>;
324*4882a593Smuzhiyun			};
325*4882a593Smuzhiyun		};
326*4882a593Smuzhiyun
327*4882a593Smuzhiyun		/* GDMA */
328*4882a593Smuzhiyun		fpd_dma_chan1: dma@fd500000 {
329*4882a593Smuzhiyun			status = "disabled";
330*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
331*4882a593Smuzhiyun			reg = <0x0 0xfd500000 0x0 0x1000>;
332*4882a593Smuzhiyun			interrupt-parent = <&gic>;
333*4882a593Smuzhiyun			interrupts = <0 124 4>;
334*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
335*4882a593Smuzhiyun			xlnx,bus-width = <128>;
336*4882a593Smuzhiyun			#stream-id-cells = <1>;
337*4882a593Smuzhiyun			iommus = <&smmu 0x14e8>;
338*4882a593Smuzhiyun			power-domains = <&pd_gdma>;
339*4882a593Smuzhiyun		};
340*4882a593Smuzhiyun
341*4882a593Smuzhiyun		fpd_dma_chan2: dma@fd510000 {
342*4882a593Smuzhiyun			status = "disabled";
343*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
344*4882a593Smuzhiyun			reg = <0x0 0xfd510000 0x0 0x1000>;
345*4882a593Smuzhiyun			interrupt-parent = <&gic>;
346*4882a593Smuzhiyun			interrupts = <0 125 4>;
347*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
348*4882a593Smuzhiyun			xlnx,bus-width = <128>;
349*4882a593Smuzhiyun			#stream-id-cells = <1>;
350*4882a593Smuzhiyun			iommus = <&smmu 0x14e9>;
351*4882a593Smuzhiyun			power-domains = <&pd_gdma>;
352*4882a593Smuzhiyun		};
353*4882a593Smuzhiyun
354*4882a593Smuzhiyun		fpd_dma_chan3: dma@fd520000 {
355*4882a593Smuzhiyun			status = "disabled";
356*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
357*4882a593Smuzhiyun			reg = <0x0 0xfd520000 0x0 0x1000>;
358*4882a593Smuzhiyun			interrupt-parent = <&gic>;
359*4882a593Smuzhiyun			interrupts = <0 126 4>;
360*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
361*4882a593Smuzhiyun			xlnx,bus-width = <128>;
362*4882a593Smuzhiyun			#stream-id-cells = <1>;
363*4882a593Smuzhiyun			iommus = <&smmu 0x14ea>;
364*4882a593Smuzhiyun			power-domains = <&pd_gdma>;
365*4882a593Smuzhiyun		};
366*4882a593Smuzhiyun
367*4882a593Smuzhiyun		fpd_dma_chan4: dma@fd530000 {
368*4882a593Smuzhiyun			status = "disabled";
369*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
370*4882a593Smuzhiyun			reg = <0x0 0xfd530000 0x0 0x1000>;
371*4882a593Smuzhiyun			interrupt-parent = <&gic>;
372*4882a593Smuzhiyun			interrupts = <0 127 4>;
373*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
374*4882a593Smuzhiyun			xlnx,bus-width = <128>;
375*4882a593Smuzhiyun			#stream-id-cells = <1>;
376*4882a593Smuzhiyun			iommus = <&smmu 0x14eb>;
377*4882a593Smuzhiyun			power-domains = <&pd_gdma>;
378*4882a593Smuzhiyun		};
379*4882a593Smuzhiyun
380*4882a593Smuzhiyun		fpd_dma_chan5: dma@fd540000 {
381*4882a593Smuzhiyun			status = "disabled";
382*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
383*4882a593Smuzhiyun			reg = <0x0 0xfd540000 0x0 0x1000>;
384*4882a593Smuzhiyun			interrupt-parent = <&gic>;
385*4882a593Smuzhiyun			interrupts = <0 128 4>;
386*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
387*4882a593Smuzhiyun			xlnx,bus-width = <128>;
388*4882a593Smuzhiyun			#stream-id-cells = <1>;
389*4882a593Smuzhiyun			iommus = <&smmu 0x14ec>;
390*4882a593Smuzhiyun			power-domains = <&pd_gdma>;
391*4882a593Smuzhiyun		};
392*4882a593Smuzhiyun
393*4882a593Smuzhiyun		fpd_dma_chan6: dma@fd550000 {
394*4882a593Smuzhiyun			status = "disabled";
395*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
396*4882a593Smuzhiyun			reg = <0x0 0xfd550000 0x0 0x1000>;
397*4882a593Smuzhiyun			interrupt-parent = <&gic>;
398*4882a593Smuzhiyun			interrupts = <0 129 4>;
399*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
400*4882a593Smuzhiyun			xlnx,bus-width = <128>;
401*4882a593Smuzhiyun			#stream-id-cells = <1>;
402*4882a593Smuzhiyun			iommus = <&smmu 0x14ed>;
403*4882a593Smuzhiyun			power-domains = <&pd_gdma>;
404*4882a593Smuzhiyun		};
405*4882a593Smuzhiyun
406*4882a593Smuzhiyun		fpd_dma_chan7: dma@fd560000 {
407*4882a593Smuzhiyun			status = "disabled";
408*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
409*4882a593Smuzhiyun			reg = <0x0 0xfd560000 0x0 0x1000>;
410*4882a593Smuzhiyun			interrupt-parent = <&gic>;
411*4882a593Smuzhiyun			interrupts = <0 130 4>;
412*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
413*4882a593Smuzhiyun			xlnx,bus-width = <128>;
414*4882a593Smuzhiyun			#stream-id-cells = <1>;
415*4882a593Smuzhiyun			iommus = <&smmu 0x14ee>;
416*4882a593Smuzhiyun			power-domains = <&pd_gdma>;
417*4882a593Smuzhiyun		};
418*4882a593Smuzhiyun
419*4882a593Smuzhiyun		fpd_dma_chan8: dma@fd570000 {
420*4882a593Smuzhiyun			status = "disabled";
421*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
422*4882a593Smuzhiyun			reg = <0x0 0xfd570000 0x0 0x1000>;
423*4882a593Smuzhiyun			interrupt-parent = <&gic>;
424*4882a593Smuzhiyun			interrupts = <0 131 4>;
425*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
426*4882a593Smuzhiyun			xlnx,bus-width = <128>;
427*4882a593Smuzhiyun			#stream-id-cells = <1>;
428*4882a593Smuzhiyun			iommus = <&smmu 0x14ef>;
429*4882a593Smuzhiyun			power-domains = <&pd_gdma>;
430*4882a593Smuzhiyun		};
431*4882a593Smuzhiyun
432*4882a593Smuzhiyun		gpu: gpu@fd4b0000 {
433*4882a593Smuzhiyun			status = "disabled";
434*4882a593Smuzhiyun			compatible = "arm,mali-400", "arm,mali-utgard";
435*4882a593Smuzhiyun			reg = <0x0 0xfd4b0000 0x0 0x30000>;
436*4882a593Smuzhiyun			interrupt-parent = <&gic>;
437*4882a593Smuzhiyun			interrupts = <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>;
438*4882a593Smuzhiyun			interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0", "IRQPP1", "IRQPPMMU1";
439*4882a593Smuzhiyun			power-domains = <&pd_gpu>;
440*4882a593Smuzhiyun		};
441*4882a593Smuzhiyun
442*4882a593Smuzhiyun		/* LPDDMA default allows only secured access. inorder to enable
443*4882a593Smuzhiyun		 * These dma channels, Users should ensure that these dma
444*4882a593Smuzhiyun		 * Channels are allowed for non secure access.
445*4882a593Smuzhiyun		 */
446*4882a593Smuzhiyun		lpd_dma_chan1: dma@ffa80000 {
447*4882a593Smuzhiyun			status = "disabled";
448*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
449*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
450*4882a593Smuzhiyun			reg = <0x0 0xffa80000 0x0 0x1000>;
451*4882a593Smuzhiyun			interrupt-parent = <&gic>;
452*4882a593Smuzhiyun			interrupts = <0 77 4>;
453*4882a593Smuzhiyun			xlnx,bus-width = <64>;
454*4882a593Smuzhiyun			#stream-id-cells = <1>;
455*4882a593Smuzhiyun			iommus = <&smmu 0x868>;
456*4882a593Smuzhiyun			power-domains = <&pd_adma>;
457*4882a593Smuzhiyun		};
458*4882a593Smuzhiyun
459*4882a593Smuzhiyun		lpd_dma_chan2: dma@ffa90000 {
460*4882a593Smuzhiyun			status = "disabled";
461*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
462*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
463*4882a593Smuzhiyun			reg = <0x0 0xffa90000 0x0 0x1000>;
464*4882a593Smuzhiyun			interrupt-parent = <&gic>;
465*4882a593Smuzhiyun			interrupts = <0 78 4>;
466*4882a593Smuzhiyun			xlnx,bus-width = <64>;
467*4882a593Smuzhiyun			#stream-id-cells = <1>;
468*4882a593Smuzhiyun			iommus = <&smmu 0x869>;
469*4882a593Smuzhiyun			power-domains = <&pd_adma>;
470*4882a593Smuzhiyun		};
471*4882a593Smuzhiyun
472*4882a593Smuzhiyun		lpd_dma_chan3: dma@ffaa0000 {
473*4882a593Smuzhiyun			status = "disabled";
474*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
475*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
476*4882a593Smuzhiyun			reg = <0x0 0xffaa0000 0x0 0x1000>;
477*4882a593Smuzhiyun			interrupt-parent = <&gic>;
478*4882a593Smuzhiyun			interrupts = <0 79 4>;
479*4882a593Smuzhiyun			xlnx,bus-width = <64>;
480*4882a593Smuzhiyun			#stream-id-cells = <1>;
481*4882a593Smuzhiyun			iommus = <&smmu 0x86a>;
482*4882a593Smuzhiyun			power-domains = <&pd_adma>;
483*4882a593Smuzhiyun		};
484*4882a593Smuzhiyun
485*4882a593Smuzhiyun		lpd_dma_chan4: dma@ffab0000 {
486*4882a593Smuzhiyun			status = "disabled";
487*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
488*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
489*4882a593Smuzhiyun			reg = <0x0 0xffab0000 0x0 0x1000>;
490*4882a593Smuzhiyun			interrupt-parent = <&gic>;
491*4882a593Smuzhiyun			interrupts = <0 80 4>;
492*4882a593Smuzhiyun			xlnx,bus-width = <64>;
493*4882a593Smuzhiyun			#stream-id-cells = <1>;
494*4882a593Smuzhiyun			iommus = <&smmu 0x86b>;
495*4882a593Smuzhiyun			power-domains = <&pd_adma>;
496*4882a593Smuzhiyun		};
497*4882a593Smuzhiyun
498*4882a593Smuzhiyun		lpd_dma_chan5: dma@ffac0000 {
499*4882a593Smuzhiyun			status = "disabled";
500*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
501*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
502*4882a593Smuzhiyun			reg = <0x0 0xffac0000 0x0 0x1000>;
503*4882a593Smuzhiyun			interrupt-parent = <&gic>;
504*4882a593Smuzhiyun			interrupts = <0 81 4>;
505*4882a593Smuzhiyun			xlnx,bus-width = <64>;
506*4882a593Smuzhiyun			#stream-id-cells = <1>;
507*4882a593Smuzhiyun			iommus = <&smmu 0x86c>;
508*4882a593Smuzhiyun			power-domains = <&pd_adma>;
509*4882a593Smuzhiyun		};
510*4882a593Smuzhiyun
511*4882a593Smuzhiyun		lpd_dma_chan6: dma@ffad0000 {
512*4882a593Smuzhiyun			status = "disabled";
513*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
514*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
515*4882a593Smuzhiyun			reg = <0x0 0xffad0000 0x0 0x1000>;
516*4882a593Smuzhiyun			interrupt-parent = <&gic>;
517*4882a593Smuzhiyun			interrupts = <0 82 4>;
518*4882a593Smuzhiyun			xlnx,bus-width = <64>;
519*4882a593Smuzhiyun			#stream-id-cells = <1>;
520*4882a593Smuzhiyun			iommus = <&smmu 0x86d>;
521*4882a593Smuzhiyun			power-domains = <&pd_adma>;
522*4882a593Smuzhiyun		};
523*4882a593Smuzhiyun
524*4882a593Smuzhiyun		lpd_dma_chan7: dma@ffae0000 {
525*4882a593Smuzhiyun			status = "disabled";
526*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
527*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
528*4882a593Smuzhiyun			reg = <0x0 0xffae0000 0x0 0x1000>;
529*4882a593Smuzhiyun			interrupt-parent = <&gic>;
530*4882a593Smuzhiyun			interrupts = <0 83 4>;
531*4882a593Smuzhiyun			xlnx,bus-width = <64>;
532*4882a593Smuzhiyun			#stream-id-cells = <1>;
533*4882a593Smuzhiyun			iommus = <&smmu 0x86e>;
534*4882a593Smuzhiyun			power-domains = <&pd_adma>;
535*4882a593Smuzhiyun		};
536*4882a593Smuzhiyun
537*4882a593Smuzhiyun		lpd_dma_chan8: dma@ffaf0000 {
538*4882a593Smuzhiyun			status = "disabled";
539*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dma-1.0";
540*4882a593Smuzhiyun			clock-names = "clk_main", "clk_apb";
541*4882a593Smuzhiyun			reg = <0x0 0xffaf0000 0x0 0x1000>;
542*4882a593Smuzhiyun			interrupt-parent = <&gic>;
543*4882a593Smuzhiyun			interrupts = <0 84 4>;
544*4882a593Smuzhiyun			xlnx,bus-width = <64>;
545*4882a593Smuzhiyun			#stream-id-cells = <1>;
546*4882a593Smuzhiyun			iommus = <&smmu 0x86f>;
547*4882a593Smuzhiyun			power-domains = <&pd_adma>;
548*4882a593Smuzhiyun		};
549*4882a593Smuzhiyun
550*4882a593Smuzhiyun		mc: memory-controller@fd070000 {
551*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-ddrc-2.40a";
552*4882a593Smuzhiyun			reg = <0x0 0xfd070000 0x0 0x30000>;
553*4882a593Smuzhiyun			interrupt-parent = <&gic>;
554*4882a593Smuzhiyun			interrupts = <0 112 4>;
555*4882a593Smuzhiyun		};
556*4882a593Smuzhiyun
557*4882a593Smuzhiyun		nand0: nand@ff100000 {
558*4882a593Smuzhiyun			compatible = "arasan,nfc-v3p10";
559*4882a593Smuzhiyun			status = "disabled";
560*4882a593Smuzhiyun			reg = <0x0 0xff100000 0x0 0x1000>;
561*4882a593Smuzhiyun			clock-names = "clk_sys", "clk_flash";
562*4882a593Smuzhiyun			interrupt-parent = <&gic>;
563*4882a593Smuzhiyun			interrupts = <0 14 4>;
564*4882a593Smuzhiyun			#address-cells = <2>;
565*4882a593Smuzhiyun			#size-cells = <1>;
566*4882a593Smuzhiyun			#stream-id-cells = <1>;
567*4882a593Smuzhiyun			iommus = <&smmu 0x872>;
568*4882a593Smuzhiyun			power-domains = <&pd_nand>;
569*4882a593Smuzhiyun		};
570*4882a593Smuzhiyun
571*4882a593Smuzhiyun		gem0: ethernet@ff0b0000 {
572*4882a593Smuzhiyun			compatible = "cdns,zynqmp-gem";
573*4882a593Smuzhiyun			status = "disabled";
574*4882a593Smuzhiyun			interrupt-parent = <&gic>;
575*4882a593Smuzhiyun			interrupts = <0 57 4>, <0 57 4>;
576*4882a593Smuzhiyun			reg = <0x0 0xff0b0000 0x0 0x1000>;
577*4882a593Smuzhiyun			clock-names = "pclk", "hclk", "tx_clk";
578*4882a593Smuzhiyun			#address-cells = <1>;
579*4882a593Smuzhiyun			#size-cells = <0>;
580*4882a593Smuzhiyun			#stream-id-cells = <1>;
581*4882a593Smuzhiyun			iommus = <&smmu 0x874>;
582*4882a593Smuzhiyun			power-domains = <&pd_eth0>;
583*4882a593Smuzhiyun		};
584*4882a593Smuzhiyun
585*4882a593Smuzhiyun		gem1: ethernet@ff0c0000 {
586*4882a593Smuzhiyun			compatible = "cdns,zynqmp-gem";
587*4882a593Smuzhiyun			status = "disabled";
588*4882a593Smuzhiyun			interrupt-parent = <&gic>;
589*4882a593Smuzhiyun			interrupts = <0 59 4>, <0 59 4>;
590*4882a593Smuzhiyun			reg = <0x0 0xff0c0000 0x0 0x1000>;
591*4882a593Smuzhiyun			clock-names = "pclk", "hclk", "tx_clk";
592*4882a593Smuzhiyun			#address-cells = <1>;
593*4882a593Smuzhiyun			#size-cells = <0>;
594*4882a593Smuzhiyun			#stream-id-cells = <1>;
595*4882a593Smuzhiyun			iommus = <&smmu 0x875>;
596*4882a593Smuzhiyun			power-domains = <&pd_eth1>;
597*4882a593Smuzhiyun		};
598*4882a593Smuzhiyun
599*4882a593Smuzhiyun		gem2: ethernet@ff0d0000 {
600*4882a593Smuzhiyun			compatible = "cdns,zynqmp-gem";
601*4882a593Smuzhiyun			status = "disabled";
602*4882a593Smuzhiyun			interrupt-parent = <&gic>;
603*4882a593Smuzhiyun			interrupts = <0 61 4>, <0 61 4>;
604*4882a593Smuzhiyun			reg = <0x0 0xff0d0000 0x0 0x1000>;
605*4882a593Smuzhiyun			clock-names = "pclk", "hclk", "tx_clk";
606*4882a593Smuzhiyun			#address-cells = <1>;
607*4882a593Smuzhiyun			#size-cells = <0>;
608*4882a593Smuzhiyun			#stream-id-cells = <1>;
609*4882a593Smuzhiyun			iommus = <&smmu 0x876>;
610*4882a593Smuzhiyun			power-domains = <&pd_eth2>;
611*4882a593Smuzhiyun		};
612*4882a593Smuzhiyun
613*4882a593Smuzhiyun		gem3: ethernet@ff0e0000 {
614*4882a593Smuzhiyun			compatible = "cdns,zynqmp-gem";
615*4882a593Smuzhiyun			status = "disabled";
616*4882a593Smuzhiyun			interrupt-parent = <&gic>;
617*4882a593Smuzhiyun			interrupts = <0 63 4>, <0 63 4>;
618*4882a593Smuzhiyun			reg = <0x0 0xff0e0000 0x0 0x1000>;
619*4882a593Smuzhiyun			clock-names = "pclk", "hclk", "tx_clk";
620*4882a593Smuzhiyun			#address-cells = <1>;
621*4882a593Smuzhiyun			#size-cells = <0>;
622*4882a593Smuzhiyun			#stream-id-cells = <1>;
623*4882a593Smuzhiyun			iommus = <&smmu 0x877>;
624*4882a593Smuzhiyun			power-domains = <&pd_eth3>;
625*4882a593Smuzhiyun		};
626*4882a593Smuzhiyun
627*4882a593Smuzhiyun		gpio: gpio@ff0a0000 {
628*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-gpio-1.0";
629*4882a593Smuzhiyun			status = "disabled";
630*4882a593Smuzhiyun			#gpio-cells = <0x2>;
631*4882a593Smuzhiyun			interrupt-parent = <&gic>;
632*4882a593Smuzhiyun			interrupts = <0 16 4>;
633*4882a593Smuzhiyun			interrupt-controller;
634*4882a593Smuzhiyun			#interrupt-cells = <2>;
635*4882a593Smuzhiyun			reg = <0x0 0xff0a0000 0x0 0x1000>;
636*4882a593Smuzhiyun			power-domains = <&pd_gpio>;
637*4882a593Smuzhiyun		};
638*4882a593Smuzhiyun
639*4882a593Smuzhiyun		i2c0: i2c@ff020000 {
640*4882a593Smuzhiyun			compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
641*4882a593Smuzhiyun			status = "disabled";
642*4882a593Smuzhiyun			interrupt-parent = <&gic>;
643*4882a593Smuzhiyun			interrupts = <0 17 4>;
644*4882a593Smuzhiyun			reg = <0x0 0xff020000 0x0 0x1000>;
645*4882a593Smuzhiyun			#address-cells = <1>;
646*4882a593Smuzhiyun			#size-cells = <0>;
647*4882a593Smuzhiyun			power-domains = <&pd_i2c0>;
648*4882a593Smuzhiyun		};
649*4882a593Smuzhiyun
650*4882a593Smuzhiyun		i2c1: i2c@ff030000 {
651*4882a593Smuzhiyun			compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
652*4882a593Smuzhiyun			status = "disabled";
653*4882a593Smuzhiyun			interrupt-parent = <&gic>;
654*4882a593Smuzhiyun			interrupts = <0 18 4>;
655*4882a593Smuzhiyun			reg = <0x0 0xff030000 0x0 0x1000>;
656*4882a593Smuzhiyun			#address-cells = <1>;
657*4882a593Smuzhiyun			#size-cells = <0>;
658*4882a593Smuzhiyun			power-domains = <&pd_i2c1>;
659*4882a593Smuzhiyun		};
660*4882a593Smuzhiyun
661*4882a593Smuzhiyun		ocm: memory-controller@ff960000 {
662*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-ocmc-1.0";
663*4882a593Smuzhiyun			reg = <0x0 0xff960000 0x0 0x1000>;
664*4882a593Smuzhiyun			interrupt-parent = <&gic>;
665*4882a593Smuzhiyun			interrupts = <0 10 4>;
666*4882a593Smuzhiyun		};
667*4882a593Smuzhiyun
668*4882a593Smuzhiyun		pcie: pcie@fd0e0000 {
669*4882a593Smuzhiyun			compatible = "xlnx,nwl-pcie-2.11";
670*4882a593Smuzhiyun			status = "disabled";
671*4882a593Smuzhiyun			#address-cells = <3>;
672*4882a593Smuzhiyun			#size-cells = <2>;
673*4882a593Smuzhiyun			#interrupt-cells = <1>;
674*4882a593Smuzhiyun			msi-controller;
675*4882a593Smuzhiyun			device_type = "pci";
676*4882a593Smuzhiyun			interrupt-parent = <&gic>;
677*4882a593Smuzhiyun			interrupts = <0 118 4>,
678*4882a593Smuzhiyun				     <0 117 4>,
679*4882a593Smuzhiyun				     <0 116 4>,
680*4882a593Smuzhiyun				     <0 115 4>,	/* MSI_1 [63...32] */
681*4882a593Smuzhiyun				     <0 114 4>;	/* MSI_0 [31...0] */
682*4882a593Smuzhiyun			interrupt-names = "misc","dummy","intx", "msi1", "msi0";
683*4882a593Smuzhiyun			msi-parent = <&pcie>;
684*4882a593Smuzhiyun			reg = <0x0 0xfd0e0000 0x0 0x1000>,
685*4882a593Smuzhiyun			      <0x0 0xfd480000 0x0 0x1000>,
686*4882a593Smuzhiyun			      <0x80 0x00000000 0x0 0x1000000>;
687*4882a593Smuzhiyun			reg-names = "breg", "pcireg", "cfg";
688*4882a593Smuzhiyun			ranges = <0x02000000 0x00000000 0xe0000000 0x00000000 0xe0000000 0x00000000 0x10000000	/* non-prefetchable memory */
689*4882a593Smuzhiyun				  0x43000000 0x00000006 0x00000000 0x00000006 0x00000000 0x00000002 0x00000000>;/* prefetchable memory */
690*4882a593Smuzhiyun			interrupt-map-mask = <0x0 0x0 0x0 0x7>;
691*4882a593Smuzhiyun			interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
692*4882a593Smuzhiyun					<0x0 0x0 0x0 0x2 &pcie_intc 0x2>,
693*4882a593Smuzhiyun					<0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
694*4882a593Smuzhiyun					<0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
695*4882a593Smuzhiyun			power-domains = <&pd_pcie>;
696*4882a593Smuzhiyun			pcie_intc: legacy-interrupt-controller {
697*4882a593Smuzhiyun				interrupt-controller;
698*4882a593Smuzhiyun				#address-cells = <0>;
699*4882a593Smuzhiyun				#interrupt-cells = <1>;
700*4882a593Smuzhiyun			};
701*4882a593Smuzhiyun		};
702*4882a593Smuzhiyun
703*4882a593Smuzhiyun		qspi: spi@ff0f0000 {
704*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-qspi-1.0";
705*4882a593Smuzhiyun			status = "disabled";
706*4882a593Smuzhiyun			clock-names = "ref_clk", "pclk";
707*4882a593Smuzhiyun			interrupts = <0 15 4>;
708*4882a593Smuzhiyun			interrupt-parent = <&gic>;
709*4882a593Smuzhiyun			num-cs = <1>;
710*4882a593Smuzhiyun			reg = <0x0 0xff0f0000 0x0 0x1000>,
711*4882a593Smuzhiyun			      <0x0 0xc0000000 0x0 0x8000000>;
712*4882a593Smuzhiyun			#address-cells = <1>;
713*4882a593Smuzhiyun			#size-cells = <0>;
714*4882a593Smuzhiyun			#stream-id-cells = <1>;
715*4882a593Smuzhiyun			iommus = <&smmu 0x873>;
716*4882a593Smuzhiyun			power-domains = <&pd_qspi>;
717*4882a593Smuzhiyun		};
718*4882a593Smuzhiyun
719*4882a593Smuzhiyun		rtc: rtc@ffa60000 {
720*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-rtc";
721*4882a593Smuzhiyun			status = "disabled";
722*4882a593Smuzhiyun			reg = <0x0 0xffa60000 0x0 0x100>;
723*4882a593Smuzhiyun			interrupt-parent = <&gic>;
724*4882a593Smuzhiyun			interrupts = <0 26 4>, <0 27 4>;
725*4882a593Smuzhiyun			interrupt-names = "alarm", "sec";
726*4882a593Smuzhiyun		};
727*4882a593Smuzhiyun
728*4882a593Smuzhiyun		serdes: zynqmp_phy@fd400000 {
729*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-psgtr";
730*4882a593Smuzhiyun			status = "disabled";
731*4882a593Smuzhiyun			reg = <0x0 0xfd400000 0x0 0x40000>,
732*4882a593Smuzhiyun			      <0x0 0xfd3d0000 0x0 0x1000>,
733*4882a593Smuzhiyun			      <0x0 0xfd1a0000 0x0 0x1000>,
734*4882a593Smuzhiyun			      <0x0 0xff5e0000 0x0 0x1000>;
735*4882a593Smuzhiyun			reg-names = "serdes", "siou", "fpd", "lpd";
736*4882a593Smuzhiyun			xlnx,tx_termination_fix;
737*4882a593Smuzhiyun			lane0: lane0 {
738*4882a593Smuzhiyun				#phy-cells = <4>;
739*4882a593Smuzhiyun			};
740*4882a593Smuzhiyun			lane1: lane1 {
741*4882a593Smuzhiyun				#phy-cells = <4>;
742*4882a593Smuzhiyun			};
743*4882a593Smuzhiyun			lane2: lane2 {
744*4882a593Smuzhiyun				#phy-cells = <4>;
745*4882a593Smuzhiyun			};
746*4882a593Smuzhiyun			lane3: lane3 {
747*4882a593Smuzhiyun				#phy-cells = <4>;
748*4882a593Smuzhiyun			};
749*4882a593Smuzhiyun		};
750*4882a593Smuzhiyun
751*4882a593Smuzhiyun		sata: ahci@fd0c0000 {
752*4882a593Smuzhiyun			compatible = "ceva,ahci-1v84";
753*4882a593Smuzhiyun			status = "disabled";
754*4882a593Smuzhiyun			reg = <0x0 0xfd0c0000 0x0 0x2000>;
755*4882a593Smuzhiyun			interrupt-parent = <&gic>;
756*4882a593Smuzhiyun			interrupts = <0 133 4>;
757*4882a593Smuzhiyun			power-domains = <&pd_sata>;
758*4882a593Smuzhiyun		};
759*4882a593Smuzhiyun
760*4882a593Smuzhiyun		sdhci0: sdhci@ff160000 {
761*4882a593Smuzhiyun			u-boot,dm-pre-reloc;
762*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
763*4882a593Smuzhiyun			status = "disabled";
764*4882a593Smuzhiyun			interrupt-parent = <&gic>;
765*4882a593Smuzhiyun			interrupts = <0 48 4>;
766*4882a593Smuzhiyun			reg = <0x0 0xff160000 0x0 0x1000>;
767*4882a593Smuzhiyun			clock-names = "clk_xin", "clk_ahb";
768*4882a593Smuzhiyun			xlnx,device_id = <0>;
769*4882a593Smuzhiyun			#stream-id-cells = <1>;
770*4882a593Smuzhiyun			iommus = <&smmu 0x870>;
771*4882a593Smuzhiyun			power-domains = <&pd_sd0>;
772*4882a593Smuzhiyun		};
773*4882a593Smuzhiyun
774*4882a593Smuzhiyun		sdhci1: sdhci@ff170000 {
775*4882a593Smuzhiyun			u-boot,dm-pre-reloc;
776*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a";
777*4882a593Smuzhiyun			status = "disabled";
778*4882a593Smuzhiyun			interrupt-parent = <&gic>;
779*4882a593Smuzhiyun			interrupts = <0 49 4>;
780*4882a593Smuzhiyun			reg = <0x0 0xff170000 0x0 0x1000>;
781*4882a593Smuzhiyun			clock-names = "clk_xin", "clk_ahb";
782*4882a593Smuzhiyun			xlnx,device_id = <1>;
783*4882a593Smuzhiyun			#stream-id-cells = <1>;
784*4882a593Smuzhiyun			iommus = <&smmu 0x871>;
785*4882a593Smuzhiyun			power-domains = <&pd_sd1>;
786*4882a593Smuzhiyun		};
787*4882a593Smuzhiyun
788*4882a593Smuzhiyun		smmu: smmu@fd800000 {
789*4882a593Smuzhiyun			compatible = "arm,mmu-500";
790*4882a593Smuzhiyun			reg = <0x0 0xfd800000 0x0 0x20000>;
791*4882a593Smuzhiyun			#iommu-cells = <1>;
792*4882a593Smuzhiyun			#global-interrupts = <1>;
793*4882a593Smuzhiyun			interrupt-parent = <&gic>;
794*4882a593Smuzhiyun			interrupts = <0 155 4>,
795*4882a593Smuzhiyun				<0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
796*4882a593Smuzhiyun				<0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
797*4882a593Smuzhiyun				<0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
798*4882a593Smuzhiyun				<0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>;
799*4882a593Smuzhiyun			mmu-masters = < &gem0 0x874
800*4882a593Smuzhiyun					&gem1 0x875
801*4882a593Smuzhiyun					&gem2 0x876
802*4882a593Smuzhiyun					&gem3 0x877
803*4882a593Smuzhiyun					&usb0 0x860
804*4882a593Smuzhiyun					&usb1 0x861
805*4882a593Smuzhiyun					&qspi 0x873
806*4882a593Smuzhiyun					&lpd_dma_chan1 0x868
807*4882a593Smuzhiyun					&lpd_dma_chan2 0x869
808*4882a593Smuzhiyun					&lpd_dma_chan3 0x86a
809*4882a593Smuzhiyun					&lpd_dma_chan4 0x86b
810*4882a593Smuzhiyun					&lpd_dma_chan5 0x86c
811*4882a593Smuzhiyun					&lpd_dma_chan6 0x86d
812*4882a593Smuzhiyun					&lpd_dma_chan7 0x86e
813*4882a593Smuzhiyun					&lpd_dma_chan8 0x86f
814*4882a593Smuzhiyun					&fpd_dma_chan1 0x14e8
815*4882a593Smuzhiyun					&fpd_dma_chan2 0x14e9
816*4882a593Smuzhiyun					&fpd_dma_chan3 0x14ea
817*4882a593Smuzhiyun					&fpd_dma_chan4 0x14eb
818*4882a593Smuzhiyun					&fpd_dma_chan5 0x14ec
819*4882a593Smuzhiyun					&fpd_dma_chan6 0x14ed
820*4882a593Smuzhiyun					&fpd_dma_chan7 0x14ee
821*4882a593Smuzhiyun					&fpd_dma_chan8 0x14ef
822*4882a593Smuzhiyun					&sdhci0 0x870
823*4882a593Smuzhiyun					&sdhci1 0x871
824*4882a593Smuzhiyun					&nand0 0x872>;
825*4882a593Smuzhiyun		};
826*4882a593Smuzhiyun
827*4882a593Smuzhiyun		spi0: spi@ff040000 {
828*4882a593Smuzhiyun			compatible = "cdns,spi-r1p6";
829*4882a593Smuzhiyun			status = "disabled";
830*4882a593Smuzhiyun			interrupt-parent = <&gic>;
831*4882a593Smuzhiyun			interrupts = <0 19 4>;
832*4882a593Smuzhiyun			reg = <0x0 0xff040000 0x0 0x1000>;
833*4882a593Smuzhiyun			clock-names = "ref_clk", "pclk";
834*4882a593Smuzhiyun			#address-cells = <1>;
835*4882a593Smuzhiyun			#size-cells = <0>;
836*4882a593Smuzhiyun			power-domains = <&pd_spi0>;
837*4882a593Smuzhiyun		};
838*4882a593Smuzhiyun
839*4882a593Smuzhiyun		spi1: spi@ff050000 {
840*4882a593Smuzhiyun			compatible = "cdns,spi-r1p6";
841*4882a593Smuzhiyun			status = "disabled";
842*4882a593Smuzhiyun			interrupt-parent = <&gic>;
843*4882a593Smuzhiyun			interrupts = <0 20 4>;
844*4882a593Smuzhiyun			reg = <0x0 0xff050000 0x0 0x1000>;
845*4882a593Smuzhiyun			clock-names = "ref_clk", "pclk";
846*4882a593Smuzhiyun			#address-cells = <1>;
847*4882a593Smuzhiyun			#size-cells = <0>;
848*4882a593Smuzhiyun			power-domains = <&pd_spi1>;
849*4882a593Smuzhiyun		};
850*4882a593Smuzhiyun
851*4882a593Smuzhiyun		ttc0: timer@ff110000 {
852*4882a593Smuzhiyun			compatible = "cdns,ttc";
853*4882a593Smuzhiyun			status = "disabled";
854*4882a593Smuzhiyun			interrupt-parent = <&gic>;
855*4882a593Smuzhiyun			interrupts = <0 36 4>, <0 37 4>, <0 38 4>;
856*4882a593Smuzhiyun			reg = <0x0 0xff110000 0x0 0x1000>;
857*4882a593Smuzhiyun			timer-width = <32>;
858*4882a593Smuzhiyun			power-domains = <&pd_ttc0>;
859*4882a593Smuzhiyun		};
860*4882a593Smuzhiyun
861*4882a593Smuzhiyun		ttc1: timer@ff120000 {
862*4882a593Smuzhiyun			compatible = "cdns,ttc";
863*4882a593Smuzhiyun			status = "disabled";
864*4882a593Smuzhiyun			interrupt-parent = <&gic>;
865*4882a593Smuzhiyun			interrupts = <0 39 4>, <0 40 4>, <0 41 4>;
866*4882a593Smuzhiyun			reg = <0x0 0xff120000 0x0 0x1000>;
867*4882a593Smuzhiyun			timer-width = <32>;
868*4882a593Smuzhiyun			power-domains = <&pd_ttc1>;
869*4882a593Smuzhiyun		};
870*4882a593Smuzhiyun
871*4882a593Smuzhiyun		ttc2: timer@ff130000 {
872*4882a593Smuzhiyun			compatible = "cdns,ttc";
873*4882a593Smuzhiyun			status = "disabled";
874*4882a593Smuzhiyun			interrupt-parent = <&gic>;
875*4882a593Smuzhiyun			interrupts = <0 42 4>, <0 43 4>, <0 44 4>;
876*4882a593Smuzhiyun			reg = <0x0 0xff130000 0x0 0x1000>;
877*4882a593Smuzhiyun			timer-width = <32>;
878*4882a593Smuzhiyun			power-domains = <&pd_ttc2>;
879*4882a593Smuzhiyun		};
880*4882a593Smuzhiyun
881*4882a593Smuzhiyun		ttc3: timer@ff140000 {
882*4882a593Smuzhiyun			compatible = "cdns,ttc";
883*4882a593Smuzhiyun			status = "disabled";
884*4882a593Smuzhiyun			interrupt-parent = <&gic>;
885*4882a593Smuzhiyun			interrupts = <0 45 4>, <0 46 4>, <0 47 4>;
886*4882a593Smuzhiyun			reg = <0x0 0xff140000 0x0 0x1000>;
887*4882a593Smuzhiyun			timer-width = <32>;
888*4882a593Smuzhiyun			power-domains = <&pd_ttc3>;
889*4882a593Smuzhiyun		};
890*4882a593Smuzhiyun
891*4882a593Smuzhiyun		uart0: serial@ff000000 {
892*4882a593Smuzhiyun			u-boot,dm-pre-reloc;
893*4882a593Smuzhiyun			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
894*4882a593Smuzhiyun			status = "disabled";
895*4882a593Smuzhiyun			interrupt-parent = <&gic>;
896*4882a593Smuzhiyun			interrupts = <0 21 4>;
897*4882a593Smuzhiyun			reg = <0x0 0xff000000 0x0 0x1000>;
898*4882a593Smuzhiyun			clock-names = "uart_clk", "pclk";
899*4882a593Smuzhiyun			power-domains = <&pd_uart0>;
900*4882a593Smuzhiyun		};
901*4882a593Smuzhiyun
902*4882a593Smuzhiyun		uart1: serial@ff010000 {
903*4882a593Smuzhiyun			u-boot,dm-pre-reloc;
904*4882a593Smuzhiyun			compatible = "cdns,uart-r1p12", "xlnx,xuartps";
905*4882a593Smuzhiyun			status = "disabled";
906*4882a593Smuzhiyun			interrupt-parent = <&gic>;
907*4882a593Smuzhiyun			interrupts = <0 22 4>;
908*4882a593Smuzhiyun			reg = <0x0 0xff010000 0x0 0x1000>;
909*4882a593Smuzhiyun			clock-names = "uart_clk", "pclk";
910*4882a593Smuzhiyun			power-domains = <&pd_uart1>;
911*4882a593Smuzhiyun		};
912*4882a593Smuzhiyun
913*4882a593Smuzhiyun		usb0: usb0 {
914*4882a593Smuzhiyun			#address-cells = <2>;
915*4882a593Smuzhiyun			#size-cells = <2>;
916*4882a593Smuzhiyun			status = "disabled";
917*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dwc3";
918*4882a593Smuzhiyun			clock-names = "bus_clk", "ref_clk";
919*4882a593Smuzhiyun			clocks = <&clk125>, <&clk125>;
920*4882a593Smuzhiyun			#stream-id-cells = <1>;
921*4882a593Smuzhiyun			iommus = <&smmu 0x860>;
922*4882a593Smuzhiyun			power-domains = <&pd_usb0>;
923*4882a593Smuzhiyun			ranges;
924*4882a593Smuzhiyun
925*4882a593Smuzhiyun			dwc3_0: dwc3@fe200000 {
926*4882a593Smuzhiyun				compatible = "snps,dwc3";
927*4882a593Smuzhiyun				status = "disabled";
928*4882a593Smuzhiyun				reg = <0x0 0xfe200000 0x0 0x40000>;
929*4882a593Smuzhiyun				interrupt-parent = <&gic>;
930*4882a593Smuzhiyun				interrupts = <0 65 4>;
931*4882a593Smuzhiyun				/* snps,quirk-frame-length-adjustment = <0x20>; */
932*4882a593Smuzhiyun				snps,refclk_fladj;
933*4882a593Smuzhiyun			};
934*4882a593Smuzhiyun		};
935*4882a593Smuzhiyun
936*4882a593Smuzhiyun		usb1: usb1 {
937*4882a593Smuzhiyun			#address-cells = <2>;
938*4882a593Smuzhiyun			#size-cells = <2>;
939*4882a593Smuzhiyun			status = "disabled";
940*4882a593Smuzhiyun			compatible = "xlnx,zynqmp-dwc3";
941*4882a593Smuzhiyun			clock-names = "bus_clk", "ref_clk";
942*4882a593Smuzhiyun			clocks = <&clk125>, <&clk125>;
943*4882a593Smuzhiyun			#stream-id-cells = <1>;
944*4882a593Smuzhiyun			iommus = <&smmu 0x861>;
945*4882a593Smuzhiyun			power-domains = <&pd_usb1>;
946*4882a593Smuzhiyun			ranges;
947*4882a593Smuzhiyun
948*4882a593Smuzhiyun			dwc3_1: dwc3@fe300000 {
949*4882a593Smuzhiyun				compatible = "snps,dwc3";
950*4882a593Smuzhiyun				status = "disabled";
951*4882a593Smuzhiyun				reg = <0x0 0xfe300000 0x0 0x40000>;
952*4882a593Smuzhiyun				interrupt-parent = <&gic>;
953*4882a593Smuzhiyun				interrupts = <0 70 4>;
954*4882a593Smuzhiyun				/* snps,quirk-frame-length-adjustment = <0x20>; */
955*4882a593Smuzhiyun				snps,refclk_fladj;
956*4882a593Smuzhiyun			};
957*4882a593Smuzhiyun		};
958*4882a593Smuzhiyun
959*4882a593Smuzhiyun		watchdog0: watchdog@fd4d0000 {
960*4882a593Smuzhiyun			compatible = "cdns,wdt-r1p2";
961*4882a593Smuzhiyun			status = "disabled";
962*4882a593Smuzhiyun			interrupt-parent = <&gic>;
963*4882a593Smuzhiyun			interrupts = <0 113 1>;
964*4882a593Smuzhiyun			reg = <0x0 0xfd4d0000 0x0 0x1000>;
965*4882a593Smuzhiyun			timeout-sec = <10>;
966*4882a593Smuzhiyun		};
967*4882a593Smuzhiyun
968*4882a593Smuzhiyun		xilinx_drm: xilinx_drm {
969*4882a593Smuzhiyun			compatible = "xlnx,drm";
970*4882a593Smuzhiyun			status = "disabled";
971*4882a593Smuzhiyun			xlnx,encoder-slave = <&xlnx_dp>;
972*4882a593Smuzhiyun			xlnx,connector-type = "DisplayPort";
973*4882a593Smuzhiyun			xlnx,dp-sub = <&xlnx_dp_sub>;
974*4882a593Smuzhiyun			planes {
975*4882a593Smuzhiyun				xlnx,pixel-format = "rgb565";
976*4882a593Smuzhiyun				plane0 {
977*4882a593Smuzhiyun					dmas = <&xlnx_dpdma 3>;
978*4882a593Smuzhiyun					dma-names = "dma0";
979*4882a593Smuzhiyun				};
980*4882a593Smuzhiyun				plane1 {
981*4882a593Smuzhiyun					dmas = <&xlnx_dpdma 0>,
982*4882a593Smuzhiyun					       <&xlnx_dpdma 1>,
983*4882a593Smuzhiyun					       <&xlnx_dpdma 2>;
984*4882a593Smuzhiyun					dma-names = "dma0", "dma1", "dma2";
985*4882a593Smuzhiyun				};
986*4882a593Smuzhiyun			};
987*4882a593Smuzhiyun		};
988*4882a593Smuzhiyun
989*4882a593Smuzhiyun		xlnx_dp: dp@fd4a0000 {
990*4882a593Smuzhiyun			compatible = "xlnx,v-dp";
991*4882a593Smuzhiyun			status = "disabled";
992*4882a593Smuzhiyun			reg = <0x0 0xfd4a0000 0x0 0x1000>;
993*4882a593Smuzhiyun			interrupts = <0 119 4>;
994*4882a593Smuzhiyun			interrupt-parent = <&gic>;
995*4882a593Smuzhiyun			clock-names = "aclk", "aud_clk";
996*4882a593Smuzhiyun			xlnx,dp-version = "v1.2";
997*4882a593Smuzhiyun			xlnx,max-lanes = <2>;
998*4882a593Smuzhiyun			xlnx,max-link-rate = <540000>;
999*4882a593Smuzhiyun			xlnx,max-bpc = <16>;
1000*4882a593Smuzhiyun			xlnx,enable-ycrcb;
1001*4882a593Smuzhiyun			xlnx,colormetry = "rgb";
1002*4882a593Smuzhiyun			xlnx,bpc = <8>;
1003*4882a593Smuzhiyun			xlnx,audio-chan = <2>;
1004*4882a593Smuzhiyun			xlnx,dp-sub = <&xlnx_dp_sub>;
1005*4882a593Smuzhiyun			xlnx,max-pclock-frequency = <300000>;
1006*4882a593Smuzhiyun		};
1007*4882a593Smuzhiyun
1008*4882a593Smuzhiyun		xlnx_dp_snd_card: dp_snd_card {
1009*4882a593Smuzhiyun			compatible = "xlnx,dp-snd-card";
1010*4882a593Smuzhiyun			status = "disabled";
1011*4882a593Smuzhiyun			xlnx,dp-snd-pcm = <&xlnx_dp_snd_pcm0>, <&xlnx_dp_snd_pcm1>;
1012*4882a593Smuzhiyun			xlnx,dp-snd-codec = <&xlnx_dp_snd_codec0>;
1013*4882a593Smuzhiyun		};
1014*4882a593Smuzhiyun
1015*4882a593Smuzhiyun		xlnx_dp_snd_codec0: dp_snd_codec0 {
1016*4882a593Smuzhiyun			compatible = "xlnx,dp-snd-codec";
1017*4882a593Smuzhiyun			status = "disabled";
1018*4882a593Smuzhiyun			clock-names = "aud_clk";
1019*4882a593Smuzhiyun		};
1020*4882a593Smuzhiyun
1021*4882a593Smuzhiyun		xlnx_dp_snd_pcm0: dp_snd_pcm0 {
1022*4882a593Smuzhiyun			compatible = "xlnx,dp-snd-pcm";
1023*4882a593Smuzhiyun			status = "disabled";
1024*4882a593Smuzhiyun			dmas = <&xlnx_dpdma 4>;
1025*4882a593Smuzhiyun			dma-names = "tx";
1026*4882a593Smuzhiyun		};
1027*4882a593Smuzhiyun
1028*4882a593Smuzhiyun		xlnx_dp_snd_pcm1: dp_snd_pcm1 {
1029*4882a593Smuzhiyun			compatible = "xlnx,dp-snd-pcm";
1030*4882a593Smuzhiyun			status = "disabled";
1031*4882a593Smuzhiyun			dmas = <&xlnx_dpdma 5>;
1032*4882a593Smuzhiyun			dma-names = "tx";
1033*4882a593Smuzhiyun		};
1034*4882a593Smuzhiyun
1035*4882a593Smuzhiyun		xlnx_dp_sub: dp_sub@fd4aa000 {
1036*4882a593Smuzhiyun			compatible = "xlnx,dp-sub";
1037*4882a593Smuzhiyun			status = "disabled";
1038*4882a593Smuzhiyun			reg = <0x0 0xfd4aa000 0x0 0x1000>,
1039*4882a593Smuzhiyun			      <0x0 0xfd4ab000 0x0 0x1000>,
1040*4882a593Smuzhiyun			      <0x0 0xfd4ac000 0x0 0x1000>;
1041*4882a593Smuzhiyun			reg-names = "blend", "av_buf", "aud";
1042*4882a593Smuzhiyun			xlnx,output-fmt = "rgb";
1043*4882a593Smuzhiyun			xlnx,vid-fmt = "yuyv";
1044*4882a593Smuzhiyun			xlnx,gfx-fmt = "rgb565";
1045*4882a593Smuzhiyun		};
1046*4882a593Smuzhiyun
1047*4882a593Smuzhiyun		xlnx_dpdma: dma@fd4c0000 {
1048*4882a593Smuzhiyun			compatible = "xlnx,dpdma";
1049*4882a593Smuzhiyun			status = "disabled";
1050*4882a593Smuzhiyun			reg = <0x0 0xfd4c0000 0x0 0x1000>;
1051*4882a593Smuzhiyun			interrupts = <0 122 4>;
1052*4882a593Smuzhiyun			interrupt-parent = <&gic>;
1053*4882a593Smuzhiyun			clock-names = "axi_clk";
1054*4882a593Smuzhiyun			dma-channels = <6>;
1055*4882a593Smuzhiyun			#dma-cells = <1>;
1056*4882a593Smuzhiyun			dma-video0channel {
1057*4882a593Smuzhiyun				compatible = "xlnx,video0";
1058*4882a593Smuzhiyun			};
1059*4882a593Smuzhiyun			dma-video1channel {
1060*4882a593Smuzhiyun				compatible = "xlnx,video1";
1061*4882a593Smuzhiyun			};
1062*4882a593Smuzhiyun			dma-video2channel {
1063*4882a593Smuzhiyun				compatible = "xlnx,video2";
1064*4882a593Smuzhiyun			};
1065*4882a593Smuzhiyun			dma-graphicschannel {
1066*4882a593Smuzhiyun				compatible = "xlnx,graphics";
1067*4882a593Smuzhiyun			};
1068*4882a593Smuzhiyun			dma-audio0channel {
1069*4882a593Smuzhiyun				compatible = "xlnx,audio0";
1070*4882a593Smuzhiyun			};
1071*4882a593Smuzhiyun			dma-audio1channel {
1072*4882a593Smuzhiyun				compatible = "xlnx,audio1";
1073*4882a593Smuzhiyun			};
1074*4882a593Smuzhiyun		};
1075*4882a593Smuzhiyun	};
1076*4882a593Smuzhiyun};
1077