1/*
2 * P2041/P2040 Silicon/SoC Device Tree Source (post include)
3 *
4 * Copyright 2011 Freescale Semiconductor Inc.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met:
8 *     * Redistributions of source code must retain the above copyright
9 *       notice, this list of conditions and the following disclaimer.
10 *     * Redistributions in binary form must reproduce the above copyright
11 *       notice, this list of conditions and the following disclaimer in the
12 *       documentation and/or other materials provided with the distribution.
13 *     * Neither the name of Freescale Semiconductor nor the
14 *       names of its contributors may be used to endorse or promote products
15 *       derived from this software without specific prior written permission.
16 *
17 *
18 * ALTERNATIVELY, this software may be distributed under the terms of the
19 * GNU General Public License ("GPL") as published by the Free Software
20 * Foundation, either version 2 of that License or (at your option) any
21 * later version.
22 *
23 * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
24 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26 * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 */
34
35&lbc {
36	compatible = "fsl,p2041-elbc", "fsl,elbc", "simple-bus";
37	interrupts = <25 2 0 0>;
38	#address-cells = <2>;
39	#size-cells = <1>;
40};
41
42/* controller at 0x200000 */
43&pci0 {
44	compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
45	device_type = "pci";
46	#size-cells = <2>;
47	#address-cells = <3>;
48	bus-range = <0x0 0xff>;
49	clock-frequency = <33333333>;
50	interrupts = <16 2 1 15>;
51	pcie@0 {
52		reg = <0 0 0 0 0>;
53		#interrupt-cells = <1>;
54		#size-cells = <2>;
55		#address-cells = <3>;
56		device_type = "pci";
57		interrupts = <16 2 1 15>;
58		interrupt-map-mask = <0xf800 0 0 7>;
59		interrupt-map = <
60			/* IDSEL 0x0 */
61			0000 0 0 1 &mpic 40 1 0 0
62			0000 0 0 2 &mpic 1 1 0 0
63			0000 0 0 3 &mpic 2 1 0 0
64			0000 0 0 4 &mpic 3 1 0 0
65			>;
66	};
67};
68
69/* controller at 0x201000 */
70&pci1 {
71	compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
72	device_type = "pci";
73	#size-cells = <2>;
74	#address-cells = <3>;
75	bus-range = <0 0xff>;
76	clock-frequency = <33333333>;
77	interrupts = <16 2 1 14>;
78	pcie@0 {
79		reg = <0 0 0 0 0>;
80		#interrupt-cells = <1>;
81		#size-cells = <2>;
82		#address-cells = <3>;
83		device_type = "pci";
84		interrupts = <16 2 1 14>;
85		interrupt-map-mask = <0xf800 0 0 7>;
86		interrupt-map = <
87			/* IDSEL 0x0 */
88			0000 0 0 1 &mpic 41 1 0 0
89			0000 0 0 2 &mpic 5 1 0 0
90			0000 0 0 3 &mpic 6 1 0 0
91			0000 0 0 4 &mpic 7 1 0 0
92			>;
93	};
94};
95
96/* controller at 0x202000 */
97&pci2 {
98	compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
99	device_type = "pci";
100	#size-cells = <2>;
101	#address-cells = <3>;
102	bus-range = <0x0 0xff>;
103	clock-frequency = <33333333>;
104	interrupts = <16 2 1 13>;
105	pcie@0 {
106		reg = <0 0 0 0 0>;
107		#interrupt-cells = <1>;
108		#size-cells = <2>;
109		#address-cells = <3>;
110		device_type = "pci";
111		interrupts = <16 2 1 13>;
112		interrupt-map-mask = <0xf800 0 0 7>;
113		interrupt-map = <
114			/* IDSEL 0x0 */
115			0000 0 0 1 &mpic 42 1 0 0
116			0000 0 0 2 &mpic 9 1 0 0
117			0000 0 0 3 &mpic 10 1 0 0
118			0000 0 0 4 &mpic 11 1 0 0
119			>;
120	};
121};
122
123&dcsr {
124	#address-cells = <1>;
125	#size-cells = <1>;
126	compatible = "fsl,dcsr", "simple-bus";
127
128	dcsr-epu@0 {
129		compatible = "fsl,dcsr-epu";
130		interrupts = <52 2 0 0
131			      84 2 0 0
132			      85 2 0 0>;
133		reg = <0x0 0x1000>;
134	};
135	dcsr-npc {
136		compatible = "fsl,dcsr-npc";
137		reg = <0x1000 0x1000 0x1000000 0x8000>;
138	};
139	dcsr-nxc@2000 {
140		compatible = "fsl,dcsr-nxc";
141		reg = <0x2000 0x1000>;
142	};
143	dcsr-corenet {
144		compatible = "fsl,dcsr-corenet";
145		reg = <0x8000 0x1000 0xB0000 0x1000>;
146	};
147	dcsr-dpaa@9000 {
148		compatible = "fsl,p2041-dcsr-dpaa", "fsl,dcsr-dpaa";
149		reg = <0x9000 0x1000>;
150	};
151	dcsr-ocn@11000 {
152		compatible = "fsl,p2041-dcsr-ocn", "fsl,dcsr-ocn";
153		reg = <0x11000 0x1000>;
154	};
155	dcsr-ddr@12000 {
156		compatible = "fsl,dcsr-ddr";
157		dev-handle = <&ddr1>;
158		reg = <0x12000 0x1000>;
159	};
160	dcsr-nal@18000 {
161		compatible = "fsl,p2041-dcsr-nal", "fsl,dcsr-nal";
162		reg = <0x18000 0x1000>;
163	};
164	dcsr-rcpm@22000 {
165		compatible = "fsl,p2041-dcsr-rcpm", "fsl,dcsr-rcpm";
166		reg = <0x22000 0x1000>;
167	};
168	dcsr-cpu-sb-proxy@40000 {
169		compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
170		cpu-handle = <&cpu0>;
171		reg = <0x40000 0x1000>;
172	};
173	dcsr-cpu-sb-proxy@41000 {
174		compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
175		cpu-handle = <&cpu1>;
176		reg = <0x41000 0x1000>;
177	};
178	dcsr-cpu-sb-proxy@42000 {
179		compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
180		cpu-handle = <&cpu2>;
181		reg = <0x42000 0x1000>;
182	};
183	dcsr-cpu-sb-proxy@43000 {
184		compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
185		cpu-handle = <&cpu3>;
186		reg = <0x43000 0x1000>;
187	};
188};
189
190&soc {
191	#address-cells = <1>;
192	#size-cells = <1>;
193	device_type = "soc";
194	compatible = "simple-bus";
195
196	soc-sram-error {
197		compatible = "fsl,soc-sram-error";
198		interrupts = <16 2 1 29>;
199	};
200
201	corenet-law@0 {
202		compatible = "fsl,corenet-law";
203		reg = <0x0 0x1000>;
204		fsl,num-laws = <32>;
205	};
206
207	ddr1: memory-controller@8000 {
208		compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller";
209		reg = <0x8000 0x1000>;
210		interrupts = <16 2 1 23>;
211	};
212
213	cpc: l3-cache-controller@10000 {
214		compatible = "fsl,p2041-l3-cache-controller", "fsl,p4080-l3-cache-controller", "cache";
215		reg = <0x10000 0x1000>;
216		interrupts = <16 2 1 27>;
217	};
218
219	corenet-cf@18000 {
220		compatible = "fsl,corenet-cf";
221		reg = <0x18000 0x1000>;
222		interrupts = <16 2 1 31>;
223		fsl,ccf-num-csdids = <32>;
224		fsl,ccf-num-snoopids = <32>;
225	};
226
227	iommu@20000 {
228		compatible = "fsl,pamu-v1.0", "fsl,pamu";
229		reg = <0x20000 0x4000>;
230		interrupts = <
231			24 2 0 0
232			16 2 1 30>;
233	};
234
235/include/ "qoriq-mpic.dtsi"
236
237	guts: global-utilities@e0000 {
238		compatible = "fsl,qoriq-device-config-1.0";
239		reg = <0xe0000 0xe00>;
240		fsl,has-rstcr;
241		#sleep-cells = <1>;
242		fsl,liodn-bits = <12>;
243	};
244
245	pins: global-utilities@e0e00 {
246		compatible = "fsl,qoriq-pin-control-1.0";
247		reg = <0xe0e00 0x200>;
248		#sleep-cells = <2>;
249	};
250
251	clockgen: global-utilities@e1000 {
252		compatible = "fsl,p2041-clockgen", "fsl,qoriq-clockgen-1.0";
253		reg = <0xe1000 0x1000>;
254		clock-frequency = <0>;
255	};
256
257	rcpm: global-utilities@e2000 {
258		compatible = "fsl,qoriq-rcpm-1.0";
259		reg = <0xe2000 0x1000>;
260		#sleep-cells = <1>;
261	};
262
263	sfp: sfp@e8000 {
264		compatible = "fsl,p2041-sfp", "fsl,qoriq-sfp-1.0";
265		reg	   = <0xe8000 0x1000>;
266	};
267
268	serdes: serdes@ea000 {
269		compatible = "fsl,p2041-serdes";
270		reg	   = <0xea000 0x1000>;
271	};
272
273/include/ "qoriq-dma-0.dtsi"
274/include/ "qoriq-dma-1.dtsi"
275/include/ "qoriq-espi-0.dtsi"
276	spi@110000 {
277		fsl,espi-num-chipselects = <4>;
278	};
279
280/include/ "qoriq-esdhc-0.dtsi"
281	sdhc@114000 {
282		sdhci,auto-cmd12;
283	};
284
285/include/ "qoriq-i2c-0.dtsi"
286/include/ "qoriq-i2c-1.dtsi"
287/include/ "qoriq-duart-0.dtsi"
288/include/ "qoriq-duart-1.dtsi"
289/include/ "qoriq-gpio-0.dtsi"
290/include/ "qoriq-usb2-mph-0.dtsi"
291		usb0: usb@210000 {
292			phy_type = "utmi";
293			port0;
294		};
295
296/include/ "qoriq-usb2-dr-0.dtsi"
297		usb1: usb@211000 {
298			dr_mode = "host";
299			phy_type = "utmi";
300		};
301
302/include/ "qoriq-sata2-0.dtsi"
303/include/ "qoriq-sata2-1.dtsi"
304/include/ "qoriq-sec4.2-0.dtsi"
305};
306