xref: /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/t2081si-post.dtsi (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun/*
2*4882a593Smuzhiyun * T2081 Silicon/SoC Device Tree Source (post include)
3*4882a593Smuzhiyun *
4*4882a593Smuzhiyun * Copyright 2013 - 2014 Freescale Semiconductor Inc.
5*4882a593Smuzhiyun *
6*4882a593Smuzhiyun * Redistribution and use in source and binary forms, with or without
7*4882a593Smuzhiyun * modification, are permitted provided that the following conditions are met:
8*4882a593Smuzhiyun *     * Redistributions of source code must retain the above copyright
9*4882a593Smuzhiyun *	 notice, this list of conditions and the following disclaimer.
10*4882a593Smuzhiyun *     * Redistributions in binary form must reproduce the above copyright
11*4882a593Smuzhiyun *	 notice, this list of conditions and the following disclaimer in the
12*4882a593Smuzhiyun *	 documentation and/or other materials provided with the distribution.
13*4882a593Smuzhiyun *     * Neither the name of Freescale Semiconductor nor the
14*4882a593Smuzhiyun *	 names of its contributors may be used to endorse or promote products
15*4882a593Smuzhiyun *	 derived from this software without specific prior written permission.
16*4882a593Smuzhiyun *
17*4882a593Smuzhiyun *
18*4882a593Smuzhiyun * ALTERNATIVELY, this software may be distributed under the terms of the
19*4882a593Smuzhiyun * GNU General Public License ("GPL") as published by the Free Software
20*4882a593Smuzhiyun * Foundation, either version 2 of that License or (at your option) any
21*4882a593Smuzhiyun * later version.
22*4882a593Smuzhiyun *
23*4882a593Smuzhiyun * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor "AS IS" AND ANY
24*4882a593Smuzhiyun * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25*4882a593Smuzhiyun * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26*4882a593Smuzhiyun * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27*4882a593Smuzhiyun * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28*4882a593Smuzhiyun * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29*4882a593Smuzhiyun * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30*4882a593Smuzhiyun * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31*4882a593Smuzhiyun * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32*4882a593Smuzhiyun * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33*4882a593Smuzhiyun */
34*4882a593Smuzhiyun
35*4882a593Smuzhiyun&bman_fbpr {
36*4882a593Smuzhiyun	compatible = "fsl,bman-fbpr";
37*4882a593Smuzhiyun	alloc-ranges = <0 0 0x10000 0>;
38*4882a593Smuzhiyun};
39*4882a593Smuzhiyun
40*4882a593Smuzhiyun&qman_fqd {
41*4882a593Smuzhiyun	compatible = "fsl,qman-fqd";
42*4882a593Smuzhiyun	alloc-ranges = <0 0 0x10000 0>;
43*4882a593Smuzhiyun};
44*4882a593Smuzhiyun
45*4882a593Smuzhiyun&qman_pfdr {
46*4882a593Smuzhiyun	compatible = "fsl,qman-pfdr";
47*4882a593Smuzhiyun	alloc-ranges = <0 0 0x10000 0>;
48*4882a593Smuzhiyun};
49*4882a593Smuzhiyun
50*4882a593Smuzhiyun&ifc {
51*4882a593Smuzhiyun	#address-cells = <2>;
52*4882a593Smuzhiyun	#size-cells = <1>;
53*4882a593Smuzhiyun	compatible = "fsl,ifc", "simple-bus";
54*4882a593Smuzhiyun	interrupts = <25 2 0 0>;
55*4882a593Smuzhiyun};
56*4882a593Smuzhiyun
57*4882a593Smuzhiyun/* controller at 0x240000 */
58*4882a593Smuzhiyun&pci0 {
59*4882a593Smuzhiyun	compatible = "fsl,t2080-pcie", "fsl,qoriq-pcie-v3.0", "fsl,qoriq-pcie";
60*4882a593Smuzhiyun	device_type = "pci";
61*4882a593Smuzhiyun	#size-cells = <2>;
62*4882a593Smuzhiyun	#address-cells = <3>;
63*4882a593Smuzhiyun	bus-range = <0x0 0xff>;
64*4882a593Smuzhiyun	interrupts = <20 2 0 0>;
65*4882a593Smuzhiyun	fsl,iommu-parent = <&pamu0>;
66*4882a593Smuzhiyun	pcie@0 {
67*4882a593Smuzhiyun		reg = <0 0 0 0 0>;
68*4882a593Smuzhiyun		#interrupt-cells = <1>;
69*4882a593Smuzhiyun		#size-cells = <2>;
70*4882a593Smuzhiyun		#address-cells = <3>;
71*4882a593Smuzhiyun		device_type = "pci";
72*4882a593Smuzhiyun		interrupts = <20 2 0 0>;
73*4882a593Smuzhiyun		interrupt-map-mask = <0xf800 0 0 7>;
74*4882a593Smuzhiyun		interrupt-map = <
75*4882a593Smuzhiyun			/* IDSEL 0x0 */
76*4882a593Smuzhiyun			0000 0 0 1 &mpic 40 1 0 0
77*4882a593Smuzhiyun			0000 0 0 2 &mpic 1 1 0 0
78*4882a593Smuzhiyun			0000 0 0 3 &mpic 2 1 0 0
79*4882a593Smuzhiyun			0000 0 0 4 &mpic 3 1 0 0
80*4882a593Smuzhiyun		>;
81*4882a593Smuzhiyun	};
82*4882a593Smuzhiyun};
83*4882a593Smuzhiyun
84*4882a593Smuzhiyun/* controller at 0x250000 */
85*4882a593Smuzhiyun&pci1 {
86*4882a593Smuzhiyun	compatible = "fsl,t2080-pcie", "fsl,qoriq-pcie-v3.0", "fsl,qoriq-pcie";
87*4882a593Smuzhiyun	device_type = "pci";
88*4882a593Smuzhiyun	#size-cells = <2>;
89*4882a593Smuzhiyun	#address-cells = <3>;
90*4882a593Smuzhiyun	bus-range = <0 0xff>;
91*4882a593Smuzhiyun	interrupts = <21 2 0 0>;
92*4882a593Smuzhiyun	fsl,iommu-parent = <&pamu0>;
93*4882a593Smuzhiyun	pcie@0 {
94*4882a593Smuzhiyun		reg = <0 0 0 0 0>;
95*4882a593Smuzhiyun		#interrupt-cells = <1>;
96*4882a593Smuzhiyun		#size-cells = <2>;
97*4882a593Smuzhiyun		#address-cells = <3>;
98*4882a593Smuzhiyun		device_type = "pci";
99*4882a593Smuzhiyun		interrupts = <21 2 0 0>;
100*4882a593Smuzhiyun		interrupt-map-mask = <0xf800 0 0 7>;
101*4882a593Smuzhiyun		interrupt-map = <
102*4882a593Smuzhiyun			/* IDSEL 0x0 */
103*4882a593Smuzhiyun			0000 0 0 1 &mpic 41 1 0 0
104*4882a593Smuzhiyun			0000 0 0 2 &mpic 5 1 0 0
105*4882a593Smuzhiyun			0000 0 0 3 &mpic 6 1 0 0
106*4882a593Smuzhiyun			0000 0 0 4 &mpic 7 1 0 0
107*4882a593Smuzhiyun		>;
108*4882a593Smuzhiyun	};
109*4882a593Smuzhiyun};
110*4882a593Smuzhiyun
111*4882a593Smuzhiyun/* controller at 0x260000 */
112*4882a593Smuzhiyun&pci2 {
113*4882a593Smuzhiyun	compatible = "fsl,t2080-pcie", "fsl,qoriq-pcie-v3.0", "fsl,qoriq-pcie";
114*4882a593Smuzhiyun	device_type = "pci";
115*4882a593Smuzhiyun	#size-cells = <2>;
116*4882a593Smuzhiyun	#address-cells = <3>;
117*4882a593Smuzhiyun	bus-range = <0x0 0xff>;
118*4882a593Smuzhiyun	interrupts = <22 2 0 0>;
119*4882a593Smuzhiyun	fsl,iommu-parent = <&pamu0>;
120*4882a593Smuzhiyun	pcie@0 {
121*4882a593Smuzhiyun		reg = <0 0 0 0 0>;
122*4882a593Smuzhiyun		#interrupt-cells = <1>;
123*4882a593Smuzhiyun		#size-cells = <2>;
124*4882a593Smuzhiyun		#address-cells = <3>;
125*4882a593Smuzhiyun		device_type = "pci";
126*4882a593Smuzhiyun		interrupts = <22 2 0 0>;
127*4882a593Smuzhiyun		interrupt-map-mask = <0xf800 0 0 7>;
128*4882a593Smuzhiyun		interrupt-map = <
129*4882a593Smuzhiyun			/* IDSEL 0x0 */
130*4882a593Smuzhiyun			0000 0 0 1 &mpic 42 1 0 0
131*4882a593Smuzhiyun			0000 0 0 2 &mpic 9 1 0 0
132*4882a593Smuzhiyun			0000 0 0 3 &mpic 10 1 0 0
133*4882a593Smuzhiyun			0000 0 0 4 &mpic 11 1 0 0
134*4882a593Smuzhiyun		>;
135*4882a593Smuzhiyun	};
136*4882a593Smuzhiyun};
137*4882a593Smuzhiyun
138*4882a593Smuzhiyun/* controller at 0x270000 */
139*4882a593Smuzhiyun&pci3 {
140*4882a593Smuzhiyun	compatible = "fsl,t2080-pcie", "fsl,qoriq-pcie-v3.0", "fsl,qoriq-pcie";
141*4882a593Smuzhiyun	device_type = "pci";
142*4882a593Smuzhiyun	#size-cells = <2>;
143*4882a593Smuzhiyun	#address-cells = <3>;
144*4882a593Smuzhiyun	bus-range = <0x0 0xff>;
145*4882a593Smuzhiyun	interrupts = <23 2 0 0>;
146*4882a593Smuzhiyun	fsl,iommu-parent = <&pamu0>;
147*4882a593Smuzhiyun	pcie@0 {
148*4882a593Smuzhiyun		reg = <0 0 0 0 0>;
149*4882a593Smuzhiyun		#interrupt-cells = <1>;
150*4882a593Smuzhiyun		#size-cells = <2>;
151*4882a593Smuzhiyun		#address-cells = <3>;
152*4882a593Smuzhiyun		device_type = "pci";
153*4882a593Smuzhiyun		interrupts = <23 2 0 0>;
154*4882a593Smuzhiyun		interrupt-map-mask = <0xf800 0 0 7>;
155*4882a593Smuzhiyun		interrupt-map = <
156*4882a593Smuzhiyun			/* IDSEL 0x0 */
157*4882a593Smuzhiyun			0000 0 0 1 &mpic 43 1 0 0
158*4882a593Smuzhiyun			0000 0 0 2 &mpic 0 1 0 0
159*4882a593Smuzhiyun			0000 0 0 3 &mpic 4 1 0 0
160*4882a593Smuzhiyun			0000 0 0 4 &mpic 8 1 0 0
161*4882a593Smuzhiyun		>;
162*4882a593Smuzhiyun	};
163*4882a593Smuzhiyun};
164*4882a593Smuzhiyun
165*4882a593Smuzhiyun&dcsr {
166*4882a593Smuzhiyun	#address-cells = <1>;
167*4882a593Smuzhiyun	#size-cells = <1>;
168*4882a593Smuzhiyun	compatible = "fsl,dcsr", "simple-bus";
169*4882a593Smuzhiyun
170*4882a593Smuzhiyun	dcsr-epu@0 {
171*4882a593Smuzhiyun		compatible = "fsl,t2080-dcsr-epu", "fsl,dcsr-epu";
172*4882a593Smuzhiyun		interrupts = <52 2 0 0
173*4882a593Smuzhiyun			      84 2 0 0
174*4882a593Smuzhiyun			      85 2 0 0
175*4882a593Smuzhiyun			      94 2 0 0
176*4882a593Smuzhiyun			      95 2 0 0>;
177*4882a593Smuzhiyun		reg = <0x0 0x1000>;
178*4882a593Smuzhiyun	};
179*4882a593Smuzhiyun	dcsr-npc {
180*4882a593Smuzhiyun		compatible = "fsl,t2080-dcsr-cnpc", "fsl,dcsr-cnpc";
181*4882a593Smuzhiyun		reg = <0x1000 0x1000 0x1002000 0x10000>;
182*4882a593Smuzhiyun	};
183*4882a593Smuzhiyun	dcsr-nxc@2000 {
184*4882a593Smuzhiyun		compatible = "fsl,dcsr-nxc";
185*4882a593Smuzhiyun		reg = <0x2000 0x1000>;
186*4882a593Smuzhiyun	};
187*4882a593Smuzhiyun	dcsr-corenet {
188*4882a593Smuzhiyun		compatible = "fsl,dcsr-corenet";
189*4882a593Smuzhiyun		reg = <0x8000 0x1000 0x1A000 0x1000>;
190*4882a593Smuzhiyun	};
191*4882a593Smuzhiyun	dcsr-ocn@11000 {
192*4882a593Smuzhiyun		compatible = "fsl,t2080-dcsr-ocn", "fsl,dcsr-ocn";
193*4882a593Smuzhiyun		reg = <0x11000 0x1000>;
194*4882a593Smuzhiyun	};
195*4882a593Smuzhiyun	dcsr-ddr@12000 {
196*4882a593Smuzhiyun		compatible = "fsl,dcsr-ddr";
197*4882a593Smuzhiyun		dev-handle = <&ddr1>;
198*4882a593Smuzhiyun		reg = <0x12000 0x1000>;
199*4882a593Smuzhiyun	};
200*4882a593Smuzhiyun	dcsr-nal@18000 {
201*4882a593Smuzhiyun		compatible = "fsl,t2080-dcsr-nal", "fsl,dcsr-nal";
202*4882a593Smuzhiyun		reg = <0x18000 0x1000>;
203*4882a593Smuzhiyun	};
204*4882a593Smuzhiyun	dcsr-rcpm@22000 {
205*4882a593Smuzhiyun		compatible = "fsl,t2080-dcsr-rcpm", "fsl,dcsr-rcpm";
206*4882a593Smuzhiyun		reg = <0x22000 0x1000>;
207*4882a593Smuzhiyun	};
208*4882a593Smuzhiyun	dcsr-snpc@30000 {
209*4882a593Smuzhiyun		compatible = "fsl,t2080-dcsr-snpc", "fsl,dcsr-snpc";
210*4882a593Smuzhiyun		reg = <0x30000 0x1000 0x1022000 0x10000>;
211*4882a593Smuzhiyun	};
212*4882a593Smuzhiyun	dcsr-snpc@31000 {
213*4882a593Smuzhiyun		compatible = "fsl,t2080-dcsr-snpc", "fsl,dcsr-snpc";
214*4882a593Smuzhiyun		reg = <0x31000 0x1000 0x1042000 0x10000>;
215*4882a593Smuzhiyun	};
216*4882a593Smuzhiyun	dcsr-snpc@32000 {
217*4882a593Smuzhiyun		compatible = "fsl,t2080-dcsr-snpc", "fsl,dcsr-snpc";
218*4882a593Smuzhiyun		reg = <0x32000 0x1000 0x1062000 0x10000>;
219*4882a593Smuzhiyun	};
220*4882a593Smuzhiyun	dcsr-cpu-sb-proxy@100000 {
221*4882a593Smuzhiyun		compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
222*4882a593Smuzhiyun		cpu-handle = <&cpu0>;
223*4882a593Smuzhiyun		reg = <0x100000 0x1000 0x101000 0x1000>;
224*4882a593Smuzhiyun	};
225*4882a593Smuzhiyun	dcsr-cpu-sb-proxy@108000 {
226*4882a593Smuzhiyun		compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
227*4882a593Smuzhiyun		cpu-handle = <&cpu1>;
228*4882a593Smuzhiyun		reg = <0x108000 0x1000 0x109000 0x1000>;
229*4882a593Smuzhiyun	};
230*4882a593Smuzhiyun	dcsr-cpu-sb-proxy@110000 {
231*4882a593Smuzhiyun		compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
232*4882a593Smuzhiyun		cpu-handle = <&cpu2>;
233*4882a593Smuzhiyun		reg = <0x110000 0x1000 0x111000 0x1000>;
234*4882a593Smuzhiyun	};
235*4882a593Smuzhiyun	dcsr-cpu-sb-proxy@118000 {
236*4882a593Smuzhiyun		compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
237*4882a593Smuzhiyun		cpu-handle = <&cpu3>;
238*4882a593Smuzhiyun		reg = <0x118000 0x1000 0x119000 0x1000>;
239*4882a593Smuzhiyun	};
240*4882a593Smuzhiyun};
241*4882a593Smuzhiyun
242*4882a593Smuzhiyun&bportals {
243*4882a593Smuzhiyun	#address-cells = <0x1>;
244*4882a593Smuzhiyun	#size-cells = <0x1>;
245*4882a593Smuzhiyun	compatible = "simple-bus";
246*4882a593Smuzhiyun
247*4882a593Smuzhiyun	bman-portal@0 {
248*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
249*4882a593Smuzhiyun		reg = <0x0 0x4000>, <0x1000000 0x1000>;
250*4882a593Smuzhiyun		interrupts = <105 2 0 0>;
251*4882a593Smuzhiyun	};
252*4882a593Smuzhiyun	bman-portal@4000 {
253*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
254*4882a593Smuzhiyun		reg = <0x4000 0x4000>, <0x1001000 0x1000>;
255*4882a593Smuzhiyun		interrupts = <107 2 0 0>;
256*4882a593Smuzhiyun	};
257*4882a593Smuzhiyun	bman-portal@8000 {
258*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
259*4882a593Smuzhiyun		reg = <0x8000 0x4000>, <0x1002000 0x1000>;
260*4882a593Smuzhiyun		interrupts = <109 2 0 0>;
261*4882a593Smuzhiyun	};
262*4882a593Smuzhiyun	bman-portal@c000 {
263*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
264*4882a593Smuzhiyun		reg = <0xc000 0x4000>, <0x1003000 0x1000>;
265*4882a593Smuzhiyun		interrupts = <111 2 0 0>;
266*4882a593Smuzhiyun	};
267*4882a593Smuzhiyun	bman-portal@10000 {
268*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
269*4882a593Smuzhiyun		reg = <0x10000 0x4000>, <0x1004000 0x1000>;
270*4882a593Smuzhiyun		interrupts = <113 2 0 0>;
271*4882a593Smuzhiyun	};
272*4882a593Smuzhiyun	bman-portal@14000 {
273*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
274*4882a593Smuzhiyun		reg = <0x14000 0x4000>, <0x1005000 0x1000>;
275*4882a593Smuzhiyun		interrupts = <115 2 0 0>;
276*4882a593Smuzhiyun	};
277*4882a593Smuzhiyun	bman-portal@18000 {
278*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
279*4882a593Smuzhiyun		reg = <0x18000 0x4000>, <0x1006000 0x1000>;
280*4882a593Smuzhiyun		interrupts = <117 2 0 0>;
281*4882a593Smuzhiyun	};
282*4882a593Smuzhiyun	bman-portal@1c000 {
283*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
284*4882a593Smuzhiyun		reg = <0x1c000 0x4000>, <0x1007000 0x1000>;
285*4882a593Smuzhiyun		interrupts = <119 2 0 0>;
286*4882a593Smuzhiyun	};
287*4882a593Smuzhiyun	bman-portal@20000 {
288*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
289*4882a593Smuzhiyun		reg = <0x20000 0x4000>, <0x1008000 0x1000>;
290*4882a593Smuzhiyun		interrupts = <121 2 0 0>;
291*4882a593Smuzhiyun	};
292*4882a593Smuzhiyun	bman-portal@24000 {
293*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
294*4882a593Smuzhiyun		reg = <0x24000 0x4000>, <0x1009000 0x1000>;
295*4882a593Smuzhiyun		interrupts = <123 2 0 0>;
296*4882a593Smuzhiyun	};
297*4882a593Smuzhiyun	bman-portal@28000 {
298*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
299*4882a593Smuzhiyun		reg = <0x28000 0x4000>, <0x100a000 0x1000>;
300*4882a593Smuzhiyun		interrupts = <125 2 0 0>;
301*4882a593Smuzhiyun	};
302*4882a593Smuzhiyun	bman-portal@2c000 {
303*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
304*4882a593Smuzhiyun		reg = <0x2c000 0x4000>, <0x100b000 0x1000>;
305*4882a593Smuzhiyun		interrupts = <127 2 0 0>;
306*4882a593Smuzhiyun	};
307*4882a593Smuzhiyun	bman-portal@30000 {
308*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
309*4882a593Smuzhiyun		reg = <0x30000 0x4000>, <0x100c000 0x1000>;
310*4882a593Smuzhiyun		interrupts = <129 2 0 0>;
311*4882a593Smuzhiyun	};
312*4882a593Smuzhiyun	bman-portal@34000 {
313*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
314*4882a593Smuzhiyun		reg = <0x34000 0x4000>, <0x100d000 0x1000>;
315*4882a593Smuzhiyun		interrupts = <131 2 0 0>;
316*4882a593Smuzhiyun	};
317*4882a593Smuzhiyun	bman-portal@38000 {
318*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
319*4882a593Smuzhiyun		reg = <0x38000 0x4000>, <0x100e000 0x1000>;
320*4882a593Smuzhiyun		interrupts = <133 2 0 0>;
321*4882a593Smuzhiyun	};
322*4882a593Smuzhiyun	bman-portal@3c000 {
323*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
324*4882a593Smuzhiyun		reg = <0x3c000 0x4000>, <0x100f000 0x1000>;
325*4882a593Smuzhiyun		interrupts = <135 2 0 0>;
326*4882a593Smuzhiyun	};
327*4882a593Smuzhiyun	bman-portal@40000 {
328*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
329*4882a593Smuzhiyun		reg = <0x40000 0x4000>, <0x1010000 0x1000>;
330*4882a593Smuzhiyun		interrupts = <137 2 0 0>;
331*4882a593Smuzhiyun	};
332*4882a593Smuzhiyun	bman-portal@44000 {
333*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
334*4882a593Smuzhiyun		reg = <0x44000 0x4000>, <0x1011000 0x1000>;
335*4882a593Smuzhiyun		interrupts = <139 2 0 0>;
336*4882a593Smuzhiyun	};
337*4882a593Smuzhiyun};
338*4882a593Smuzhiyun
339*4882a593Smuzhiyun&qportals {
340*4882a593Smuzhiyun	#address-cells = <0x1>;
341*4882a593Smuzhiyun	#size-cells = <0x1>;
342*4882a593Smuzhiyun	compatible = "simple-bus";
343*4882a593Smuzhiyun
344*4882a593Smuzhiyun	qportal0: qman-portal@0 {
345*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
346*4882a593Smuzhiyun		reg = <0x0 0x4000>, <0x1000000 0x1000>;
347*4882a593Smuzhiyun		interrupts = <104 0x2 0 0>;
348*4882a593Smuzhiyun		cell-index = <0x0>;
349*4882a593Smuzhiyun	};
350*4882a593Smuzhiyun	qportal1: qman-portal@4000 {
351*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
352*4882a593Smuzhiyun		reg = <0x4000 0x4000>, <0x1001000 0x1000>;
353*4882a593Smuzhiyun		interrupts = <106 0x2 0 0>;
354*4882a593Smuzhiyun		cell-index = <0x1>;
355*4882a593Smuzhiyun	};
356*4882a593Smuzhiyun	qportal2: qman-portal@8000 {
357*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
358*4882a593Smuzhiyun		reg = <0x8000 0x4000>, <0x1002000 0x1000>;
359*4882a593Smuzhiyun		interrupts = <108 0x2 0 0>;
360*4882a593Smuzhiyun		cell-index = <0x2>;
361*4882a593Smuzhiyun	};
362*4882a593Smuzhiyun	qportal3: qman-portal@c000 {
363*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
364*4882a593Smuzhiyun		reg = <0xc000 0x4000>, <0x1003000 0x1000>;
365*4882a593Smuzhiyun		interrupts = <110 0x2 0 0>;
366*4882a593Smuzhiyun		cell-index = <0x3>;
367*4882a593Smuzhiyun	};
368*4882a593Smuzhiyun	qportal4: qman-portal@10000 {
369*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
370*4882a593Smuzhiyun		reg = <0x10000 0x4000>, <0x1004000 0x1000>;
371*4882a593Smuzhiyun		interrupts = <112 0x2 0 0>;
372*4882a593Smuzhiyun		cell-index = <0x4>;
373*4882a593Smuzhiyun	};
374*4882a593Smuzhiyun	qportal5: qman-portal@14000 {
375*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
376*4882a593Smuzhiyun		reg = <0x14000 0x4000>, <0x1005000 0x1000>;
377*4882a593Smuzhiyun		interrupts = <114 0x2 0 0>;
378*4882a593Smuzhiyun		cell-index = <0x5>;
379*4882a593Smuzhiyun	};
380*4882a593Smuzhiyun	qportal6: qman-portal@18000 {
381*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
382*4882a593Smuzhiyun		reg = <0x18000 0x4000>, <0x1006000 0x1000>;
383*4882a593Smuzhiyun		interrupts = <116 0x2 0 0>;
384*4882a593Smuzhiyun		cell-index = <0x6>;
385*4882a593Smuzhiyun	};
386*4882a593Smuzhiyun	qportal7: qman-portal@1c000 {
387*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
388*4882a593Smuzhiyun		reg = <0x1c000 0x4000>, <0x1007000 0x1000>;
389*4882a593Smuzhiyun		interrupts = <118 0x2 0 0>;
390*4882a593Smuzhiyun		cell-index = <0x7>;
391*4882a593Smuzhiyun	};
392*4882a593Smuzhiyun	qportal8: qman-portal@20000 {
393*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
394*4882a593Smuzhiyun		reg = <0x20000 0x4000>, <0x1008000 0x1000>;
395*4882a593Smuzhiyun		interrupts = <120 0x2 0 0>;
396*4882a593Smuzhiyun		cell-index = <0x8>;
397*4882a593Smuzhiyun	};
398*4882a593Smuzhiyun	qportal9: qman-portal@24000 {
399*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
400*4882a593Smuzhiyun		reg = <0x24000 0x4000>, <0x1009000 0x1000>;
401*4882a593Smuzhiyun		interrupts = <122 0x2 0 0>;
402*4882a593Smuzhiyun		cell-index = <0x9>;
403*4882a593Smuzhiyun	};
404*4882a593Smuzhiyun	qportal10: qman-portal@28000 {
405*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
406*4882a593Smuzhiyun		reg = <0x28000 0x4000>, <0x100a000 0x1000>;
407*4882a593Smuzhiyun		interrupts = <124 0x2 0 0>;
408*4882a593Smuzhiyun		cell-index = <0xa>;
409*4882a593Smuzhiyun	};
410*4882a593Smuzhiyun	qportal11: qman-portal@2c000 {
411*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
412*4882a593Smuzhiyun		reg = <0x2c000 0x4000>, <0x100b000 0x1000>;
413*4882a593Smuzhiyun		interrupts = <126 0x2 0 0>;
414*4882a593Smuzhiyun		cell-index = <0xb>;
415*4882a593Smuzhiyun	};
416*4882a593Smuzhiyun	qportal12: qman-portal@30000 {
417*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
418*4882a593Smuzhiyun		reg = <0x30000 0x4000>, <0x100c000 0x1000>;
419*4882a593Smuzhiyun		interrupts = <128 0x2 0 0>;
420*4882a593Smuzhiyun		cell-index = <0xc>;
421*4882a593Smuzhiyun	};
422*4882a593Smuzhiyun	qportal13: qman-portal@34000 {
423*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
424*4882a593Smuzhiyun		reg = <0x34000 0x4000>, <0x100d000 0x1000>;
425*4882a593Smuzhiyun		interrupts = <130 0x2 0 0>;
426*4882a593Smuzhiyun		cell-index = <0xd>;
427*4882a593Smuzhiyun	};
428*4882a593Smuzhiyun	qportal14: qman-portal@38000 {
429*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
430*4882a593Smuzhiyun		reg = <0x38000 0x4000>, <0x100e000 0x1000>;
431*4882a593Smuzhiyun		interrupts = <132 0x2 0 0>;
432*4882a593Smuzhiyun		cell-index = <0xe>;
433*4882a593Smuzhiyun	};
434*4882a593Smuzhiyun	qportal15: qman-portal@3c000 {
435*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
436*4882a593Smuzhiyun		reg = <0x3c000 0x4000>, <0x100f000 0x1000>;
437*4882a593Smuzhiyun		interrupts = <134 0x2 0 0>;
438*4882a593Smuzhiyun		cell-index = <0xf>;
439*4882a593Smuzhiyun	};
440*4882a593Smuzhiyun	qportal16: qman-portal@40000 {
441*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
442*4882a593Smuzhiyun		reg = <0x40000 0x4000>, <0x1010000 0x1000>;
443*4882a593Smuzhiyun		interrupts = <136 0x2 0 0>;
444*4882a593Smuzhiyun		cell-index = <0x10>;
445*4882a593Smuzhiyun	};
446*4882a593Smuzhiyun	qportal17: qman-portal@44000 {
447*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
448*4882a593Smuzhiyun		reg = <0x44000 0x4000>, <0x1011000 0x1000>;
449*4882a593Smuzhiyun		interrupts = <138 0x2 0 0>;
450*4882a593Smuzhiyun		cell-index = <0x11>;
451*4882a593Smuzhiyun	};
452*4882a593Smuzhiyun};
453*4882a593Smuzhiyun
454*4882a593Smuzhiyun&soc {
455*4882a593Smuzhiyun	#address-cells = <1>;
456*4882a593Smuzhiyun	#size-cells = <1>;
457*4882a593Smuzhiyun	device_type = "soc";
458*4882a593Smuzhiyun	compatible = "simple-bus";
459*4882a593Smuzhiyun
460*4882a593Smuzhiyun	soc-sram-error {
461*4882a593Smuzhiyun		compatible = "fsl,soc-sram-error";
462*4882a593Smuzhiyun		interrupts = <16 2 1 29>;
463*4882a593Smuzhiyun	};
464*4882a593Smuzhiyun
465*4882a593Smuzhiyun	corenet-law@0 {
466*4882a593Smuzhiyun		compatible = "fsl,corenet-law";
467*4882a593Smuzhiyun		reg = <0x0 0x1000>;
468*4882a593Smuzhiyun		fsl,num-laws = <32>;
469*4882a593Smuzhiyun	};
470*4882a593Smuzhiyun
471*4882a593Smuzhiyun	ddr1: memory-controller@8000 {
472*4882a593Smuzhiyun		compatible = "fsl,qoriq-memory-controller-v4.7",
473*4882a593Smuzhiyun				"fsl,qoriq-memory-controller";
474*4882a593Smuzhiyun		reg = <0x8000 0x1000>;
475*4882a593Smuzhiyun		interrupts = <16 2 1 23>;
476*4882a593Smuzhiyun	};
477*4882a593Smuzhiyun
478*4882a593Smuzhiyun	cpc: l3-cache-controller@10000 {
479*4882a593Smuzhiyun		compatible = "fsl,t2080-l3-cache-controller", "cache";
480*4882a593Smuzhiyun		reg = <0x10000 0x1000
481*4882a593Smuzhiyun		       0x11000 0x1000
482*4882a593Smuzhiyun		       0x12000 0x1000>;
483*4882a593Smuzhiyun		interrupts = <16 2 1 27
484*4882a593Smuzhiyun			      16 2 1 26
485*4882a593Smuzhiyun			      16 2 1 25>;
486*4882a593Smuzhiyun	};
487*4882a593Smuzhiyun
488*4882a593Smuzhiyun	corenet-cf@18000 {
489*4882a593Smuzhiyun		compatible = "fsl,corenet2-cf", "fsl,corenet-cf";
490*4882a593Smuzhiyun		reg = <0x18000 0x1000>;
491*4882a593Smuzhiyun		interrupts = <16 2 1 31>;
492*4882a593Smuzhiyun		fsl,ccf-num-csdids = <32>;
493*4882a593Smuzhiyun		fsl,ccf-num-snoopids = <32>;
494*4882a593Smuzhiyun	};
495*4882a593Smuzhiyun
496*4882a593Smuzhiyun	iommu@20000 {
497*4882a593Smuzhiyun		compatible = "fsl,pamu-v1.0", "fsl,pamu";
498*4882a593Smuzhiyun		reg = <0x20000 0x3000>;
499*4882a593Smuzhiyun		fsl,portid-mapping = <0x8000>;
500*4882a593Smuzhiyun		ranges = <0 0x20000 0x3000>;
501*4882a593Smuzhiyun		#address-cells = <1>;
502*4882a593Smuzhiyun		#size-cells = <1>;
503*4882a593Smuzhiyun		interrupts = <
504*4882a593Smuzhiyun			24 2 0 0
505*4882a593Smuzhiyun			16 2 1 30>;
506*4882a593Smuzhiyun
507*4882a593Smuzhiyun		pamu0: pamu@0 {
508*4882a593Smuzhiyun			reg = <0 0x1000>;
509*4882a593Smuzhiyun			fsl,primary-cache-geometry = <32 1>;
510*4882a593Smuzhiyun			fsl,secondary-cache-geometry = <128 2>;
511*4882a593Smuzhiyun		};
512*4882a593Smuzhiyun
513*4882a593Smuzhiyun		pamu1: pamu@1000 {
514*4882a593Smuzhiyun			reg = <0x1000 0x1000>;
515*4882a593Smuzhiyun			fsl,primary-cache-geometry = <32 1>;
516*4882a593Smuzhiyun			fsl,secondary-cache-geometry = <128 2>;
517*4882a593Smuzhiyun		};
518*4882a593Smuzhiyun
519*4882a593Smuzhiyun		pamu2: pamu@2000 {
520*4882a593Smuzhiyun			reg = <0x2000 0x1000>;
521*4882a593Smuzhiyun			fsl,primary-cache-geometry = <32 1>;
522*4882a593Smuzhiyun			fsl,secondary-cache-geometry = <128 2>;
523*4882a593Smuzhiyun		};
524*4882a593Smuzhiyun	};
525*4882a593Smuzhiyun
526*4882a593Smuzhiyun/include/ "qoriq-mpic4.3.dtsi"
527*4882a593Smuzhiyun
528*4882a593Smuzhiyun	guts: global-utilities@e0000 {
529*4882a593Smuzhiyun		compatible = "fsl,t2080-device-config", "fsl,qoriq-device-config-2.0";
530*4882a593Smuzhiyun		reg = <0xe0000 0xe00>;
531*4882a593Smuzhiyun		fsl,has-rstcr;
532*4882a593Smuzhiyun		fsl,liodn-bits = <12>;
533*4882a593Smuzhiyun	};
534*4882a593Smuzhiyun
535*4882a593Smuzhiyun/include/ "qoriq-clockgen2.dtsi"
536*4882a593Smuzhiyun	global-utilities@e1000 {
537*4882a593Smuzhiyun		compatible = "fsl,t2080-clockgen", "fsl,qoriq-clockgen-2.0";
538*4882a593Smuzhiyun	};
539*4882a593Smuzhiyun
540*4882a593Smuzhiyun	rcpm: global-utilities@e2000 {
541*4882a593Smuzhiyun		compatible = "fsl,t2080-rcpm", "fsl,qoriq-rcpm-2.0";
542*4882a593Smuzhiyun		reg = <0xe2000 0x1000>;
543*4882a593Smuzhiyun	};
544*4882a593Smuzhiyun
545*4882a593Smuzhiyun	sfp: sfp@e8000 {
546*4882a593Smuzhiyun		compatible = "fsl,t2080-sfp";
547*4882a593Smuzhiyun		reg = <0xe8000 0x1000>;
548*4882a593Smuzhiyun	};
549*4882a593Smuzhiyun
550*4882a593Smuzhiyun	serdes: serdes@ea000 {
551*4882a593Smuzhiyun		compatible = "fsl,t2080-serdes";
552*4882a593Smuzhiyun		reg = <0xea000 0x4000>;
553*4882a593Smuzhiyun	};
554*4882a593Smuzhiyun
555*4882a593Smuzhiyun/include/ "elo3-dma-0.dtsi"
556*4882a593Smuzhiyun	dma@100300 {
557*4882a593Smuzhiyun		fsl,iommu-parent = <&pamu0>;
558*4882a593Smuzhiyun		fsl,liodn-reg = <&guts 0x580>; /* DMA1LIODNR */
559*4882a593Smuzhiyun	};
560*4882a593Smuzhiyun/include/ "elo3-dma-1.dtsi"
561*4882a593Smuzhiyun	dma@101300 {
562*4882a593Smuzhiyun		fsl,iommu-parent = <&pamu0>;
563*4882a593Smuzhiyun		fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */
564*4882a593Smuzhiyun	};
565*4882a593Smuzhiyun/include/ "elo3-dma-2.dtsi"
566*4882a593Smuzhiyun	dma@102300 {
567*4882a593Smuzhiyun		fsl,iommu-parent = <&pamu0>;
568*4882a593Smuzhiyun		fsl,liodn-reg = <&guts 0x588>; /* DMA3LIODNR */
569*4882a593Smuzhiyun	};
570*4882a593Smuzhiyun
571*4882a593Smuzhiyun/include/ "qoriq-espi-0.dtsi"
572*4882a593Smuzhiyun	spi@110000 {
573*4882a593Smuzhiyun		fsl,espi-num-chipselects = <4>;
574*4882a593Smuzhiyun	};
575*4882a593Smuzhiyun
576*4882a593Smuzhiyun/include/ "qoriq-esdhc-0.dtsi"
577*4882a593Smuzhiyun	sdhc@114000 {
578*4882a593Smuzhiyun		compatible = "fsl,t2080-esdhc", "fsl,esdhc";
579*4882a593Smuzhiyun		fsl,iommu-parent = <&pamu1>;
580*4882a593Smuzhiyun		fsl,liodn-reg = <&guts 0x530>; /* SDMMCLIODNR */
581*4882a593Smuzhiyun		sdhci,auto-cmd12;
582*4882a593Smuzhiyun	};
583*4882a593Smuzhiyun/include/ "qoriq-i2c-0.dtsi"
584*4882a593Smuzhiyun/include/ "qoriq-i2c-1.dtsi"
585*4882a593Smuzhiyun/include/ "qoriq-duart-0.dtsi"
586*4882a593Smuzhiyun/include/ "qoriq-duart-1.dtsi"
587*4882a593Smuzhiyun/include/ "qoriq-gpio-0.dtsi"
588*4882a593Smuzhiyun/include/ "qoriq-gpio-1.dtsi"
589*4882a593Smuzhiyun/include/ "qoriq-gpio-2.dtsi"
590*4882a593Smuzhiyun/include/ "qoriq-gpio-3.dtsi"
591*4882a593Smuzhiyun/include/ "qoriq-usb2-mph-0.dtsi"
592*4882a593Smuzhiyun	usb0: usb@210000 {
593*4882a593Smuzhiyun		compatible = "fsl-usb2-mph-v2.5", "fsl-usb2-mph";
594*4882a593Smuzhiyun		fsl,iommu-parent = <&pamu1>;
595*4882a593Smuzhiyun		fsl,liodn-reg = <&guts 0x520>; /* USB1LIODNR */
596*4882a593Smuzhiyun		phy_type = "utmi";
597*4882a593Smuzhiyun		port0;
598*4882a593Smuzhiyun	};
599*4882a593Smuzhiyun/include/ "qoriq-usb2-dr-0.dtsi"
600*4882a593Smuzhiyun	usb1: usb@211000 {
601*4882a593Smuzhiyun		compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr";
602*4882a593Smuzhiyun		fsl,iommu-parent = <&pamu1>;
603*4882a593Smuzhiyun		fsl,liodn-reg = <&guts 0x524>; /* USB1LIODNR */
604*4882a593Smuzhiyun		dr_mode = "host";
605*4882a593Smuzhiyun		phy_type = "utmi";
606*4882a593Smuzhiyun	};
607*4882a593Smuzhiyun/include/ "qoriq-sec5.2-0.dtsi"
608*4882a593Smuzhiyun/include/ "qoriq-qman3.dtsi"
609*4882a593Smuzhiyun/include/ "qoriq-bman1.dtsi"
610*4882a593Smuzhiyun
611*4882a593Smuzhiyun/include/ "qoriq-fman3-0.dtsi"
612*4882a593Smuzhiyun/include/ "qoriq-fman3-0-1g-0.dtsi"
613*4882a593Smuzhiyun/include/ "qoriq-fman3-0-1g-1.dtsi"
614*4882a593Smuzhiyun/include/ "qoriq-fman3-0-1g-2.dtsi"
615*4882a593Smuzhiyun/include/ "qoriq-fman3-0-1g-3.dtsi"
616*4882a593Smuzhiyun/include/ "qoriq-fman3-0-1g-4.dtsi"
617*4882a593Smuzhiyun/include/ "qoriq-fman3-0-1g-5.dtsi"
618*4882a593Smuzhiyun/include/ "qoriq-fman3-0-10g-0.dtsi"
619*4882a593Smuzhiyun/include/ "qoriq-fman3-0-10g-1.dtsi"
620*4882a593Smuzhiyun	fman@400000 {
621*4882a593Smuzhiyun		enet0: ethernet@e0000 {
622*4882a593Smuzhiyun		};
623*4882a593Smuzhiyun
624*4882a593Smuzhiyun		enet1: ethernet@e2000 {
625*4882a593Smuzhiyun		};
626*4882a593Smuzhiyun
627*4882a593Smuzhiyun		enet2: ethernet@e4000 {
628*4882a593Smuzhiyun		};
629*4882a593Smuzhiyun
630*4882a593Smuzhiyun		enet3: ethernet@e6000 {
631*4882a593Smuzhiyun		};
632*4882a593Smuzhiyun
633*4882a593Smuzhiyun		enet4: ethernet@e8000 {
634*4882a593Smuzhiyun		};
635*4882a593Smuzhiyun
636*4882a593Smuzhiyun		enet5: ethernet@ea000 {
637*4882a593Smuzhiyun		};
638*4882a593Smuzhiyun
639*4882a593Smuzhiyun		enet6: ethernet@f0000 {
640*4882a593Smuzhiyun		};
641*4882a593Smuzhiyun
642*4882a593Smuzhiyun		enet7: ethernet@f2000 {
643*4882a593Smuzhiyun		};
644*4882a593Smuzhiyun
645*4882a593Smuzhiyun		mdio@fc000 {
646*4882a593Smuzhiyun			interrupts = <100 1 0 0>;
647*4882a593Smuzhiyun		};
648*4882a593Smuzhiyun
649*4882a593Smuzhiyun		mdio@fd000 {
650*4882a593Smuzhiyun			interrupts = <101 1 0 0>;
651*4882a593Smuzhiyun		};
652*4882a593Smuzhiyun	};
653*4882a593Smuzhiyun
654*4882a593Smuzhiyun	L2_1: l2-cache-controller@c20000 {
655*4882a593Smuzhiyun		/* Cluster 0 L2 cache */
656*4882a593Smuzhiyun		compatible = "fsl,t2080-l2-cache-controller";
657*4882a593Smuzhiyun		reg = <0xc20000 0x40000>;
658*4882a593Smuzhiyun		next-level-cache = <&cpc>;
659*4882a593Smuzhiyun		interrupts = <16 2 1 9>;
660*4882a593Smuzhiyun	};
661*4882a593Smuzhiyun};
662