xref: /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun/*
2*4882a593Smuzhiyun * B4860 Silicon/SoC Device Tree Source (post include)
3*4882a593Smuzhiyun *
4*4882a593Smuzhiyun * Copyright 2012 - 2015 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/include/ "b4si-post.dtsi"
36*4882a593Smuzhiyun
37*4882a593Smuzhiyun/* controller at 0x200000 */
38*4882a593Smuzhiyun&pci0 {
39*4882a593Smuzhiyun	compatible = "fsl,b4860-pcie", "fsl,qoriq-pcie-v2.4";
40*4882a593Smuzhiyun};
41*4882a593Smuzhiyun
42*4882a593Smuzhiyun&rio {
43*4882a593Smuzhiyun	compatible = "fsl,srio";
44*4882a593Smuzhiyun	interrupts = <16 2 1 20>;
45*4882a593Smuzhiyun	#address-cells = <2>;
46*4882a593Smuzhiyun	#size-cells = <2>;
47*4882a593Smuzhiyun	fsl,iommu-parent = <&pamu0>;
48*4882a593Smuzhiyun	ranges;
49*4882a593Smuzhiyun
50*4882a593Smuzhiyun	port1 {
51*4882a593Smuzhiyun		#address-cells = <2>;
52*4882a593Smuzhiyun		#size-cells = <2>;
53*4882a593Smuzhiyun		cell-index = <1>;
54*4882a593Smuzhiyun	};
55*4882a593Smuzhiyun
56*4882a593Smuzhiyun	port2 {
57*4882a593Smuzhiyun		#address-cells = <2>;
58*4882a593Smuzhiyun		#size-cells = <2>;
59*4882a593Smuzhiyun		cell-index = <2>;
60*4882a593Smuzhiyun	};
61*4882a593Smuzhiyun};
62*4882a593Smuzhiyun
63*4882a593Smuzhiyun&dcsr {
64*4882a593Smuzhiyun	dcsr-epu@0 {
65*4882a593Smuzhiyun		compatible = "fsl,b4860-dcsr-epu", "fsl,dcsr-epu";
66*4882a593Smuzhiyun	};
67*4882a593Smuzhiyun	dcsr-npc {
68*4882a593Smuzhiyun		compatible = "fsl,b4860-dcsr-cnpc", "fsl,dcsr-cnpc";
69*4882a593Smuzhiyun	};
70*4882a593Smuzhiyun	dcsr-dpaa@9000 {
71*4882a593Smuzhiyun		compatible = "fsl,b4860-dcsr-dpaa", "fsl,dcsr-dpaa";
72*4882a593Smuzhiyun	};
73*4882a593Smuzhiyun	dcsr-ocn@11000 {
74*4882a593Smuzhiyun		compatible = "fsl,b4860-dcsr-ocn", "fsl,dcsr-ocn";
75*4882a593Smuzhiyun	};
76*4882a593Smuzhiyun	dcsr-ddr@13000 {
77*4882a593Smuzhiyun		compatible = "fsl,dcsr-ddr";
78*4882a593Smuzhiyun		dev-handle = <&ddr2>;
79*4882a593Smuzhiyun		reg = <0x13000 0x1000>;
80*4882a593Smuzhiyun	};
81*4882a593Smuzhiyun	dcsr-nal@18000 {
82*4882a593Smuzhiyun		compatible = "fsl,b4860-dcsr-nal", "fsl,dcsr-nal";
83*4882a593Smuzhiyun	};
84*4882a593Smuzhiyun	dcsr-rcpm@22000 {
85*4882a593Smuzhiyun		compatible = "fsl,b4860-dcsr-rcpm", "fsl,dcsr-rcpm";
86*4882a593Smuzhiyun	};
87*4882a593Smuzhiyun	dcsr-snpc@30000 {
88*4882a593Smuzhiyun		compatible = "fsl,b4860-dcsr-snpc", "fsl,dcsr-snpc";
89*4882a593Smuzhiyun	};
90*4882a593Smuzhiyun	dcsr-snpc@31000 {
91*4882a593Smuzhiyun		compatible = "fsl,b4860-dcsr-snpc", "fsl,dcsr-snpc";
92*4882a593Smuzhiyun	};
93*4882a593Smuzhiyun	dcsr-cpu-sb-proxy@108000 {
94*4882a593Smuzhiyun		compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
95*4882a593Smuzhiyun		cpu-handle = <&cpu1>;
96*4882a593Smuzhiyun		reg = <0x108000 0x1000 0x109000 0x1000>;
97*4882a593Smuzhiyun	};
98*4882a593Smuzhiyun	dcsr-cpu-sb-proxy@110000 {
99*4882a593Smuzhiyun		compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
100*4882a593Smuzhiyun		cpu-handle = <&cpu2>;
101*4882a593Smuzhiyun		reg = <0x110000 0x1000 0x111000 0x1000>;
102*4882a593Smuzhiyun	};
103*4882a593Smuzhiyun	dcsr-cpu-sb-proxy@118000 {
104*4882a593Smuzhiyun		compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
105*4882a593Smuzhiyun		cpu-handle = <&cpu3>;
106*4882a593Smuzhiyun		reg = <0x118000 0x1000 0x119000 0x1000>;
107*4882a593Smuzhiyun	};
108*4882a593Smuzhiyun};
109*4882a593Smuzhiyun
110*4882a593Smuzhiyun&bportals {
111*4882a593Smuzhiyun	bman-portal@38000 {
112*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
113*4882a593Smuzhiyun		reg = <0x38000 0x4000>, <0x100e000 0x1000>;
114*4882a593Smuzhiyun		interrupts = <133 2 0 0>;
115*4882a593Smuzhiyun	};
116*4882a593Smuzhiyun	bman-portal@3c000 {
117*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
118*4882a593Smuzhiyun		reg = <0x3c000 0x4000>, <0x100f000 0x1000>;
119*4882a593Smuzhiyun		interrupts = <135 2 0 0>;
120*4882a593Smuzhiyun	};
121*4882a593Smuzhiyun	bman-portal@40000 {
122*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
123*4882a593Smuzhiyun		reg = <0x40000 0x4000>, <0x1010000 0x1000>;
124*4882a593Smuzhiyun		interrupts = <137 2 0 0>;
125*4882a593Smuzhiyun	};
126*4882a593Smuzhiyun	bman-portal@44000 {
127*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
128*4882a593Smuzhiyun		reg = <0x44000 0x4000>, <0x1011000 0x1000>;
129*4882a593Smuzhiyun		interrupts = <139 2 0 0>;
130*4882a593Smuzhiyun	};
131*4882a593Smuzhiyun	bman-portal@48000 {
132*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
133*4882a593Smuzhiyun		reg = <0x48000 0x4000>, <0x1012000 0x1000>;
134*4882a593Smuzhiyun		interrupts = <141 2 0 0>;
135*4882a593Smuzhiyun	};
136*4882a593Smuzhiyun	bman-portal@4c000 {
137*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
138*4882a593Smuzhiyun		reg = <0x4c000 0x4000>, <0x1013000 0x1000>;
139*4882a593Smuzhiyun		interrupts = <143 2 0 0>;
140*4882a593Smuzhiyun	};
141*4882a593Smuzhiyun	bman-portal@50000 {
142*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
143*4882a593Smuzhiyun		reg = <0x50000 0x4000>, <0x1014000 0x1000>;
144*4882a593Smuzhiyun		interrupts = <145 2 0 0>;
145*4882a593Smuzhiyun	};
146*4882a593Smuzhiyun	bman-portal@54000 {
147*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
148*4882a593Smuzhiyun		reg = <0x54000 0x4000>, <0x1015000 0x1000>;
149*4882a593Smuzhiyun		interrupts = <147 2 0 0>;
150*4882a593Smuzhiyun	};
151*4882a593Smuzhiyun	bman-portal@58000 {
152*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
153*4882a593Smuzhiyun		reg = <0x58000 0x4000>, <0x1016000 0x1000>;
154*4882a593Smuzhiyun		interrupts = <149 2 0 0>;
155*4882a593Smuzhiyun	};
156*4882a593Smuzhiyun	bman-portal@5c000 {
157*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
158*4882a593Smuzhiyun		reg = <0x5c000 0x4000>, <0x1017000 0x1000>;
159*4882a593Smuzhiyun		interrupts = <151 2 0 0>;
160*4882a593Smuzhiyun	};
161*4882a593Smuzhiyun	bman-portal@60000 {
162*4882a593Smuzhiyun		compatible = "fsl,bman-portal";
163*4882a593Smuzhiyun		reg = <0x60000 0x4000>, <0x1018000 0x1000>;
164*4882a593Smuzhiyun		interrupts = <153 2 0 0>;
165*4882a593Smuzhiyun	};
166*4882a593Smuzhiyun};
167*4882a593Smuzhiyun
168*4882a593Smuzhiyun&qportals {
169*4882a593Smuzhiyun	qportal14: qman-portal@38000 {
170*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
171*4882a593Smuzhiyun		reg = <0x38000 0x4000>, <0x100e000 0x1000>;
172*4882a593Smuzhiyun		interrupts = <132 0x2 0 0>;
173*4882a593Smuzhiyun		cell-index = <0xe>;
174*4882a593Smuzhiyun	};
175*4882a593Smuzhiyun	qportal15: qman-portal@3c000 {
176*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
177*4882a593Smuzhiyun		reg = <0x3c000 0x4000>, <0x100f000 0x1000>;
178*4882a593Smuzhiyun		interrupts = <134 0x2 0 0>;
179*4882a593Smuzhiyun		cell-index = <0xf>;
180*4882a593Smuzhiyun	};
181*4882a593Smuzhiyun	qportal16: qman-portal@40000 {
182*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
183*4882a593Smuzhiyun		reg = <0x40000 0x4000>, <0x1010000 0x1000>;
184*4882a593Smuzhiyun		interrupts = <136 0x2 0 0>;
185*4882a593Smuzhiyun		cell-index = <0x10>;
186*4882a593Smuzhiyun	};
187*4882a593Smuzhiyun	qportal17: qman-portal@44000 {
188*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
189*4882a593Smuzhiyun		reg = <0x44000 0x4000>, <0x1011000 0x1000>;
190*4882a593Smuzhiyun		interrupts = <138 0x2 0 0>;
191*4882a593Smuzhiyun		cell-index = <0x11>;
192*4882a593Smuzhiyun	};
193*4882a593Smuzhiyun	qportal18: qman-portal@48000 {
194*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
195*4882a593Smuzhiyun		reg = <0x48000 0x4000>, <0x1012000 0x1000>;
196*4882a593Smuzhiyun		interrupts = <140 0x2 0 0>;
197*4882a593Smuzhiyun		cell-index = <0x12>;
198*4882a593Smuzhiyun	};
199*4882a593Smuzhiyun	qportal19: qman-portal@4c000 {
200*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
201*4882a593Smuzhiyun		reg = <0x4c000 0x4000>, <0x1013000 0x1000>;
202*4882a593Smuzhiyun		interrupts = <142 0x2 0 0>;
203*4882a593Smuzhiyun		cell-index = <0x13>;
204*4882a593Smuzhiyun	};
205*4882a593Smuzhiyun	qportal20: qman-portal@50000 {
206*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
207*4882a593Smuzhiyun		reg = <0x50000 0x4000>, <0x1014000 0x1000>;
208*4882a593Smuzhiyun		interrupts = <144 0x2 0 0>;
209*4882a593Smuzhiyun		cell-index = <0x14>;
210*4882a593Smuzhiyun	};
211*4882a593Smuzhiyun	qportal21: qman-portal@54000 {
212*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
213*4882a593Smuzhiyun		reg = <0x54000 0x4000>, <0x1015000 0x1000>;
214*4882a593Smuzhiyun		interrupts = <146 0x2 0 0>;
215*4882a593Smuzhiyun		cell-index = <0x15>;
216*4882a593Smuzhiyun	};
217*4882a593Smuzhiyun	qportal22: qman-portal@58000 {
218*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
219*4882a593Smuzhiyun		reg = <0x58000 0x4000>, <0x1016000 0x1000>;
220*4882a593Smuzhiyun		interrupts = <148 0x2 0 0>;
221*4882a593Smuzhiyun		cell-index = <0x16>;
222*4882a593Smuzhiyun	};
223*4882a593Smuzhiyun	qportal23: qman-portal@5c000 {
224*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
225*4882a593Smuzhiyun		reg = <0x5c000 0x4000>, <0x1017000 0x1000>;
226*4882a593Smuzhiyun		interrupts = <150 0x2 0 0>;
227*4882a593Smuzhiyun		cell-index = <0x17>;
228*4882a593Smuzhiyun	};
229*4882a593Smuzhiyun	qportal24: qman-portal@60000 {
230*4882a593Smuzhiyun		compatible = "fsl,qman-portal";
231*4882a593Smuzhiyun		reg = <0x60000 0x4000>, <0x1018000 0x1000>;
232*4882a593Smuzhiyun		interrupts = <152 0x2 0 0>;
233*4882a593Smuzhiyun		cell-index = <0x18>;
234*4882a593Smuzhiyun	};
235*4882a593Smuzhiyun};
236*4882a593Smuzhiyun
237*4882a593Smuzhiyun&soc {
238*4882a593Smuzhiyun	ddr2: memory-controller@9000 {
239*4882a593Smuzhiyun		compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller";
240*4882a593Smuzhiyun		reg = <0x9000 0x1000>;
241*4882a593Smuzhiyun		interrupts = <16 2 1 9>;
242*4882a593Smuzhiyun	};
243*4882a593Smuzhiyun
244*4882a593Smuzhiyun	cpc: l3-cache-controller@10000 {
245*4882a593Smuzhiyun		compatible = "fsl,b4860-l3-cache-controller", "cache";
246*4882a593Smuzhiyun	};
247*4882a593Smuzhiyun
248*4882a593Smuzhiyun	guts: global-utilities@e0000 {
249*4882a593Smuzhiyun		compatible = "fsl,b4860-device-config", "fsl,qoriq-device-config-2.0";
250*4882a593Smuzhiyun	};
251*4882a593Smuzhiyun
252*4882a593Smuzhiyun	global-utilities@e1000 {
253*4882a593Smuzhiyun		compatible = "fsl,b4860-clockgen", "fsl,b4-clockgen",
254*4882a593Smuzhiyun			      "fsl,qoriq-clockgen-2.0";
255*4882a593Smuzhiyun	};
256*4882a593Smuzhiyun
257*4882a593Smuzhiyun	rcpm: global-utilities@e2000 {
258*4882a593Smuzhiyun		compatible = "fsl,b4860-rcpm", "fsl,qoriq-rcpm-2.0";
259*4882a593Smuzhiyun	};
260*4882a593Smuzhiyun
261*4882a593Smuzhiyun/include/ "qoriq-fman3-0-1g-4.dtsi"
262*4882a593Smuzhiyun/include/ "qoriq-fman3-0-1g-5.dtsi"
263*4882a593Smuzhiyun/include/ "qoriq-fman3-0-10g-0.dtsi"
264*4882a593Smuzhiyun/include/ "qoriq-fman3-0-10g-1.dtsi"
265*4882a593Smuzhiyun	fman@400000 {
266*4882a593Smuzhiyun		enet4: ethernet@e8000 {
267*4882a593Smuzhiyun		};
268*4882a593Smuzhiyun
269*4882a593Smuzhiyun		enet5: ethernet@ea000 {
270*4882a593Smuzhiyun		};
271*4882a593Smuzhiyun
272*4882a593Smuzhiyun		enet6: ethernet@f0000 {
273*4882a593Smuzhiyun		};
274*4882a593Smuzhiyun
275*4882a593Smuzhiyun		enet7: ethernet@f2000 {
276*4882a593Smuzhiyun		};
277*4882a593Smuzhiyun	};
278*4882a593Smuzhiyun
279*4882a593Smuzhiyun	L2_1: l2-cache-controller@c20000 {
280*4882a593Smuzhiyun		compatible = "fsl,b4860-l2-cache-controller";
281*4882a593Smuzhiyun		reg = <0xc20000 0x40000>;
282*4882a593Smuzhiyun		next-level-cache = <&cpc>;
283*4882a593Smuzhiyun	};
284*4882a593Smuzhiyun};
285