1965fcb4dSShaveta Leekha/*
2965fcb4dSShaveta Leekha * B4420 Silicon/SoC Device Tree Source (post include)
3965fcb4dSShaveta Leekha *
41e8ed06dSKumar Gala * Copyright 2012 - 2014 Freescale Semiconductor, Inc.
5965fcb4dSShaveta Leekha *
6965fcb4dSShaveta Leekha * Redistribution and use in source and binary forms, with or without
7965fcb4dSShaveta Leekha * modification, are permitted provided that the following conditions are met:
8965fcb4dSShaveta Leekha *     * Redistributions of source code must retain the above copyright
9965fcb4dSShaveta Leekha *       notice, this list of conditions and the following disclaimer.
10965fcb4dSShaveta Leekha *     * Redistributions in binary form must reproduce the above copyright
11965fcb4dSShaveta Leekha *       notice, this list of conditions and the following disclaimer in the
12965fcb4dSShaveta Leekha *       documentation and/or other materials provided with the distribution.
13965fcb4dSShaveta Leekha *     * Neither the name of Freescale Semiconductor nor the
14965fcb4dSShaveta Leekha *       names of its contributors may be used to endorse or promote products
15965fcb4dSShaveta Leekha *       derived from this software without specific prior written permission.
16965fcb4dSShaveta Leekha *
17965fcb4dSShaveta Leekha *
18965fcb4dSShaveta Leekha * ALTERNATIVELY, this software may be distributed under the terms of the
19965fcb4dSShaveta Leekha * GNU General Public License ("GPL") as published by the Free Software
20965fcb4dSShaveta Leekha * Foundation, either version 2 of that License or (at your option) any
21965fcb4dSShaveta Leekha * later version.
22965fcb4dSShaveta Leekha *
23965fcb4dSShaveta Leekha * This software is provided by Freescale Semiconductor "as is" and any
24965fcb4dSShaveta Leekha * express or implied warranties, including, but not limited to, the implied
25965fcb4dSShaveta Leekha * warranties of merchantability and fitness for a particular purpose are
26965fcb4dSShaveta Leekha * disclaimed. In no event shall Freescale Semiconductor be liable for any
27965fcb4dSShaveta Leekha * direct, indirect, incidental, special, exemplary, or consequential damages
28965fcb4dSShaveta Leekha * (including, but not limited to, procurement of substitute goods or services;
29965fcb4dSShaveta Leekha * loss of use, data, or profits; or business interruption) however caused and
30965fcb4dSShaveta Leekha * on any theory of liability, whether in contract, strict liability, or tort
31965fcb4dSShaveta Leekha * (including negligence or otherwise) arising in any way out of the use of
32965fcb4dSShaveta Leekha * this software, even if advised of the possibility of such damage.
33965fcb4dSShaveta Leekha */
34965fcb4dSShaveta Leekha
351e8ed06dSKumar Gala&bman_fbpr {
361e8ed06dSKumar Gala	compatible = "fsl,bman-fbpr";
371e8ed06dSKumar Gala	alloc-ranges = <0 0 0x10000 0>;
381e8ed06dSKumar Gala};
391e8ed06dSKumar Gala
40965fcb4dSShaveta Leekha&ifc {
41965fcb4dSShaveta Leekha	#address-cells = <2>;
42965fcb4dSShaveta Leekha	#size-cells = <1>;
43965fcb4dSShaveta Leekha	compatible = "fsl,ifc", "simple-bus";
44965fcb4dSShaveta Leekha	interrupts = <25 2 0 0>;
45965fcb4dSShaveta Leekha};
46965fcb4dSShaveta Leekha
47965fcb4dSShaveta Leekha/* controller at 0x200000 */
48965fcb4dSShaveta Leekha&pci0 {
49965fcb4dSShaveta Leekha	compatible = "fsl,b4-pcie", "fsl,qoriq-pcie-v2.4";
50965fcb4dSShaveta Leekha	device_type = "pci";
51965fcb4dSShaveta Leekha	#size-cells = <2>;
52965fcb4dSShaveta Leekha	#address-cells = <3>;
53965fcb4dSShaveta Leekha	bus-range = <0x0 0xff>;
54965fcb4dSShaveta Leekha	interrupts = <20 2 0 0>;
55965fcb4dSShaveta Leekha	fsl,iommu-parent = <&pamu0>;
56965fcb4dSShaveta Leekha	pcie@0 {
57965fcb4dSShaveta Leekha		#interrupt-cells = <1>;
58965fcb4dSShaveta Leekha		#size-cells = <2>;
59965fcb4dSShaveta Leekha		#address-cells = <3>;
60965fcb4dSShaveta Leekha		device_type = "pci";
619e2ecdbbSKevin Hao		reg = <0 0 0 0 0>;
62965fcb4dSShaveta Leekha		interrupts = <20 2 0 0>;
63965fcb4dSShaveta Leekha		interrupt-map-mask = <0xf800 0 0 7>;
64965fcb4dSShaveta Leekha		interrupt-map = <
65965fcb4dSShaveta Leekha			/* IDSEL 0x0 */
66965fcb4dSShaveta Leekha			0000 0 0 1 &mpic 40 1 0 0
67965fcb4dSShaveta Leekha			0000 0 0 2 &mpic 1 1 0 0
68965fcb4dSShaveta Leekha			0000 0 0 3 &mpic 2 1 0 0
69965fcb4dSShaveta Leekha			0000 0 0 4 &mpic 3 1 0 0
70965fcb4dSShaveta Leekha			>;
71965fcb4dSShaveta Leekha	};
72965fcb4dSShaveta Leekha};
73965fcb4dSShaveta Leekha
74965fcb4dSShaveta Leekha&dcsr {
75965fcb4dSShaveta Leekha	#address-cells = <1>;
76965fcb4dSShaveta Leekha	#size-cells = <1>;
77965fcb4dSShaveta Leekha	compatible = "fsl,dcsr", "simple-bus";
78965fcb4dSShaveta Leekha
79965fcb4dSShaveta Leekha	dcsr-epu@0 {
80965fcb4dSShaveta Leekha		compatible = "fsl,b4-dcsr-epu", "fsl,dcsr-epu";
81965fcb4dSShaveta Leekha		interrupts = <52 2 0 0
82965fcb4dSShaveta Leekha			      84 2 0 0
83965fcb4dSShaveta Leekha			      85 2 0 0
84965fcb4dSShaveta Leekha			      94 2 0 0
85965fcb4dSShaveta Leekha			      95 2 0 0>;
86965fcb4dSShaveta Leekha		reg = <0x0 0x1000>;
87965fcb4dSShaveta Leekha	};
88965fcb4dSShaveta Leekha	dcsr-npc {
89965fcb4dSShaveta Leekha		compatible = "fsl,b4-dcsr-cnpc", "fsl,dcsr-cnpc";
90965fcb4dSShaveta Leekha		reg = <0x1000 0x1000 0x1002000 0x10000>;
91965fcb4dSShaveta Leekha	};
92965fcb4dSShaveta Leekha	dcsr-nxc@2000 {
93965fcb4dSShaveta Leekha		compatible = "fsl,dcsr-nxc";
94965fcb4dSShaveta Leekha		reg = <0x2000 0x1000>;
95965fcb4dSShaveta Leekha	};
96965fcb4dSShaveta Leekha	dcsr-corenet {
97965fcb4dSShaveta Leekha		compatible = "fsl,dcsr-corenet";
98965fcb4dSShaveta Leekha		reg = <0x8000 0x1000 0x1A000 0x1000>;
99965fcb4dSShaveta Leekha	};
100965fcb4dSShaveta Leekha	dcsr-dpaa@9000 {
101965fcb4dSShaveta Leekha		compatible = "fsl,b4-dcsr-dpaa", "fsl,dcsr-dpaa";
102965fcb4dSShaveta Leekha		reg = <0x9000 0x1000>;
103965fcb4dSShaveta Leekha	};
104965fcb4dSShaveta Leekha	dcsr-ocn@11000 {
105965fcb4dSShaveta Leekha		compatible = "fsl,b4-dcsr-ocn", "fsl,dcsr-ocn";
106965fcb4dSShaveta Leekha		reg = <0x11000 0x1000>;
107965fcb4dSShaveta Leekha	};
108965fcb4dSShaveta Leekha	dcsr-ddr@12000 {
109965fcb4dSShaveta Leekha		compatible = "fsl,dcsr-ddr";
110965fcb4dSShaveta Leekha		dev-handle = <&ddr1>;
111965fcb4dSShaveta Leekha		reg = <0x12000 0x1000>;
112965fcb4dSShaveta Leekha	};
113965fcb4dSShaveta Leekha	dcsr-nal@18000 {
114965fcb4dSShaveta Leekha		compatible = "fsl,b4-dcsr-nal", "fsl,dcsr-nal";
115965fcb4dSShaveta Leekha		reg = <0x18000 0x1000>;
116965fcb4dSShaveta Leekha	};
117965fcb4dSShaveta Leekha	dcsr-rcpm@22000 {
118965fcb4dSShaveta Leekha		compatible = "fsl,b4-dcsr-rcpm", "fsl,dcsr-rcpm";
119965fcb4dSShaveta Leekha		reg = <0x22000 0x1000>;
120965fcb4dSShaveta Leekha	};
121965fcb4dSShaveta Leekha	dcsr-snpc@30000 {
122965fcb4dSShaveta Leekha		compatible = "fsl,b4-dcsr-snpc", "fsl,dcsr-snpc";
123965fcb4dSShaveta Leekha		reg = <0x30000 0x1000 0x1022000 0x10000>;
124965fcb4dSShaveta Leekha	};
125965fcb4dSShaveta Leekha	dcsr-snpc@31000 {
126965fcb4dSShaveta Leekha		compatible = "fsl,b4-dcsr-snpc", "fsl,dcsr-snpc";
127965fcb4dSShaveta Leekha		reg = <0x31000 0x1000 0x1042000 0x10000>;
128965fcb4dSShaveta Leekha	};
129965fcb4dSShaveta Leekha	dcsr-cpu-sb-proxy@100000 {
130965fcb4dSShaveta Leekha		compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
131965fcb4dSShaveta Leekha		cpu-handle = <&cpu0>;
132965fcb4dSShaveta Leekha		reg = <0x100000 0x1000 0x101000 0x1000>;
133965fcb4dSShaveta Leekha	};
134965fcb4dSShaveta Leekha};
135965fcb4dSShaveta Leekha
1361e8ed06dSKumar Gala&bportals {
1371e8ed06dSKumar Gala	#address-cells = <0x1>;
1381e8ed06dSKumar Gala	#size-cells = <0x1>;
1391e8ed06dSKumar Gala	compatible = "simple-bus";
1401e8ed06dSKumar Gala
1411e8ed06dSKumar Gala	bman-portal@0 {
1421e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
1431e8ed06dSKumar Gala		reg = <0x0 0x4000>, <0x1000000 0x1000>;
1441e8ed06dSKumar Gala		interrupts = <105 2 0 0>;
1451e8ed06dSKumar Gala	};
1461e8ed06dSKumar Gala	bman-portal@4000 {
1471e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
1481e8ed06dSKumar Gala		reg = <0x4000 0x4000>, <0x1001000 0x1000>;
1491e8ed06dSKumar Gala		interrupts = <107 2 0 0>;
1501e8ed06dSKumar Gala	};
1511e8ed06dSKumar Gala	bman-portal@8000 {
1521e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
1531e8ed06dSKumar Gala		reg = <0x8000 0x4000>, <0x1002000 0x1000>;
1541e8ed06dSKumar Gala		interrupts = <109 2 0 0>;
1551e8ed06dSKumar Gala	};
1561e8ed06dSKumar Gala	bman-portal@c000 {
1571e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
1581e8ed06dSKumar Gala		reg = <0xc000 0x4000>, <0x1003000 0x1000>;
1591e8ed06dSKumar Gala		interrupts = <111 2 0 0>;
1601e8ed06dSKumar Gala	};
1611e8ed06dSKumar Gala	bman-portal@10000 {
1621e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
1631e8ed06dSKumar Gala		reg = <0x10000 0x4000>, <0x1004000 0x1000>;
1641e8ed06dSKumar Gala		interrupts = <113 2 0 0>;
1651e8ed06dSKumar Gala	};
1661e8ed06dSKumar Gala	bman-portal@14000 {
1671e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
1681e8ed06dSKumar Gala		reg = <0x14000 0x4000>, <0x1005000 0x1000>;
1691e8ed06dSKumar Gala		interrupts = <115 2 0 0>;
1701e8ed06dSKumar Gala	};
1711e8ed06dSKumar Gala	bman-portal@18000 {
1721e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
1731e8ed06dSKumar Gala		reg = <0x18000 0x4000>, <0x1006000 0x1000>;
1741e8ed06dSKumar Gala		interrupts = <117 2 0 0>;
1751e8ed06dSKumar Gala	};
1761e8ed06dSKumar Gala	bman-portal@1c000 {
1771e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
1781e8ed06dSKumar Gala		reg = <0x1c000 0x4000>, <0x1007000 0x1000>;
1791e8ed06dSKumar Gala		interrupts = <119 2 0 0>;
1801e8ed06dSKumar Gala	};
1811e8ed06dSKumar Gala	bman-portal@20000 {
1821e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
1831e8ed06dSKumar Gala		reg = <0x20000 0x4000>, <0x1008000 0x1000>;
1841e8ed06dSKumar Gala		interrupts = <121 2 0 0>;
1851e8ed06dSKumar Gala	};
1861e8ed06dSKumar Gala	bman-portal@24000 {
1871e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
1881e8ed06dSKumar Gala		reg = <0x24000 0x4000>, <0x1009000 0x1000>;
1891e8ed06dSKumar Gala		interrupts = <123 2 0 0>;
1901e8ed06dSKumar Gala	};
1911e8ed06dSKumar Gala	bman-portal@28000 {
1921e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
1931e8ed06dSKumar Gala		reg = <0x28000 0x4000>, <0x100a000 0x1000>;
1941e8ed06dSKumar Gala		interrupts = <125 2 0 0>;
1951e8ed06dSKumar Gala	};
1961e8ed06dSKumar Gala	bman-portal@2c000 {
1971e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
1981e8ed06dSKumar Gala		reg = <0x2c000 0x4000>, <0x100b000 0x1000>;
1991e8ed06dSKumar Gala		interrupts = <127 2 0 0>;
2001e8ed06dSKumar Gala	};
2011e8ed06dSKumar Gala	bman-portal@30000 {
2021e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
2031e8ed06dSKumar Gala		reg = <0x30000 0x4000>, <0x100c000 0x1000>;
2041e8ed06dSKumar Gala		interrupts = <129 2 0 0>;
2051e8ed06dSKumar Gala	};
2061e8ed06dSKumar Gala	bman-portal@34000 {
2071e8ed06dSKumar Gala		compatible = "fsl,bman-portal";
2081e8ed06dSKumar Gala		reg = <0x34000 0x4000>, <0x100d000 0x1000>;
2091e8ed06dSKumar Gala		interrupts = <131 2 0 0>;
2101e8ed06dSKumar Gala	};
2111e8ed06dSKumar Gala};
2121e8ed06dSKumar Gala
213965fcb4dSShaveta Leekha&soc {
214965fcb4dSShaveta Leekha	#address-cells = <1>;
215965fcb4dSShaveta Leekha	#size-cells = <1>;
216965fcb4dSShaveta Leekha	device_type = "soc";
217965fcb4dSShaveta Leekha	compatible = "simple-bus";
218965fcb4dSShaveta Leekha
219965fcb4dSShaveta Leekha	soc-sram-error {
220965fcb4dSShaveta Leekha		compatible = "fsl,soc-sram-error";
221965fcb4dSShaveta Leekha		interrupts = <16 2 1 2>;
222965fcb4dSShaveta Leekha	};
223965fcb4dSShaveta Leekha
224965fcb4dSShaveta Leekha	corenet-law@0 {
225965fcb4dSShaveta Leekha		compatible = "fsl,corenet-law";
226965fcb4dSShaveta Leekha		reg = <0x0 0x1000>;
227965fcb4dSShaveta Leekha		fsl,num-laws = <32>;
228965fcb4dSShaveta Leekha	};
229965fcb4dSShaveta Leekha
230965fcb4dSShaveta Leekha	ddr1: memory-controller@8000 {
231965fcb4dSShaveta Leekha		compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller";
232965fcb4dSShaveta Leekha		reg = <0x8000 0x1000>;
233965fcb4dSShaveta Leekha		interrupts = <16 2 1 8>;
234965fcb4dSShaveta Leekha	};
235965fcb4dSShaveta Leekha
236965fcb4dSShaveta Leekha	cpc: l3-cache-controller@10000 {
237965fcb4dSShaveta Leekha		compatible = "fsl,b4-l3-cache-controller", "cache";
238965fcb4dSShaveta Leekha		reg = <0x10000 0x1000>;
239965fcb4dSShaveta Leekha		interrupts = <16 2 1 4>;
240965fcb4dSShaveta Leekha	};
241965fcb4dSShaveta Leekha
242965fcb4dSShaveta Leekha	corenet-cf@18000 {
243f2e7bfbbSDiana Craciun		compatible = "fsl,corenet2-cf", "fsl,corenet-cf";
244965fcb4dSShaveta Leekha		reg = <0x18000 0x1000>;
245965fcb4dSShaveta Leekha		interrupts = <16 2 1 0>;
246965fcb4dSShaveta Leekha		fsl,ccf-num-csdids = <32>;
247965fcb4dSShaveta Leekha		fsl,ccf-num-snoopids = <32>;
248965fcb4dSShaveta Leekha	};
249965fcb4dSShaveta Leekha
250965fcb4dSShaveta Leekha	iommu@20000 {
251965fcb4dSShaveta Leekha		compatible =  "fsl,pamu-v1.0", "fsl,pamu";
252965fcb4dSShaveta Leekha		reg = <0x20000 0x4000>;
253f2e7bfbbSDiana Craciun		fsl,portid-mapping = <0x8000>;
254965fcb4dSShaveta Leekha		#address-cells = <1>;
255965fcb4dSShaveta Leekha		#size-cells = <1>;
256965fcb4dSShaveta Leekha		interrupts = <
257965fcb4dSShaveta Leekha			24 2 0 0
258965fcb4dSShaveta Leekha			16 2 1 1>;
259965fcb4dSShaveta Leekha
260965fcb4dSShaveta Leekha
261965fcb4dSShaveta Leekha		/* PCIe, DMA, SRIO */
262965fcb4dSShaveta Leekha		pamu0: pamu@0 {
263965fcb4dSShaveta Leekha			reg = <0 0x1000>;
264965fcb4dSShaveta Leekha			fsl,primary-cache-geometry = <8 1>;
265965fcb4dSShaveta Leekha			fsl,secondary-cache-geometry = <32 2>;
266965fcb4dSShaveta Leekha		};
267965fcb4dSShaveta Leekha
268965fcb4dSShaveta Leekha		/* AXI2, Maple */
269965fcb4dSShaveta Leekha		pamu1: pamu@1000 {
270965fcb4dSShaveta Leekha			reg = <0x1000 0x1000>;
271965fcb4dSShaveta Leekha			fsl,primary-cache-geometry = <32 1>;
272965fcb4dSShaveta Leekha			fsl,secondary-cache-geometry = <32 2>;
273965fcb4dSShaveta Leekha		};
274965fcb4dSShaveta Leekha
275965fcb4dSShaveta Leekha		/* Q/BMan */
276965fcb4dSShaveta Leekha		pamu2: pamu@2000 {
277965fcb4dSShaveta Leekha			reg = <0x2000 0x1000>;
278965fcb4dSShaveta Leekha			fsl,primary-cache-geometry = <32 1>;
279965fcb4dSShaveta Leekha			fsl,secondary-cache-geometry = <32 2>;
280965fcb4dSShaveta Leekha		};
281965fcb4dSShaveta Leekha
282965fcb4dSShaveta Leekha		/* AXI1, FMAN */
283965fcb4dSShaveta Leekha		pamu3: pamu@3000 {
284965fcb4dSShaveta Leekha			reg = <0x3000 0x1000>;
285965fcb4dSShaveta Leekha			fsl,primary-cache-geometry = <32 1>;
286965fcb4dSShaveta Leekha			fsl,secondary-cache-geometry = <32 2>;
287965fcb4dSShaveta Leekha		};
288965fcb4dSShaveta Leekha	};
289965fcb4dSShaveta Leekha
2906d854acdSMinghuan Lian/include/ "qoriq-mpic4.3.dtsi"
291965fcb4dSShaveta Leekha
292965fcb4dSShaveta Leekha	guts: global-utilities@e0000 {
293965fcb4dSShaveta Leekha		compatible = "fsl,b4-device-config";
294965fcb4dSShaveta Leekha		reg = <0xe0000 0xe00>;
295965fcb4dSShaveta Leekha		fsl,has-rstcr;
296965fcb4dSShaveta Leekha		fsl,liodn-bits = <12>;
297965fcb4dSShaveta Leekha	};
298965fcb4dSShaveta Leekha
299fb326e98SIgal Liberman/include/ "qoriq-clockgen2.dtsi"
300965fcb4dSShaveta Leekha	clockgen: global-utilities@e1000 {
301965fcb4dSShaveta Leekha		compatible = "fsl,b4-clockgen", "fsl,qoriq-clockgen-2.0";
302965fcb4dSShaveta Leekha		reg = <0xe1000 0x1000>;
303fb326e98SIgal Liberman
304fb326e98SIgal Liberman		mux0: mux0@0 {
305fb326e98SIgal Liberman			#clock-cells = <0>;
306fb326e98SIgal Liberman			reg = <0x0 0x4>;
307fb326e98SIgal Liberman			compatible = "fsl,qoriq-core-mux-2.0";
308fb326e98SIgal Liberman			clocks = <&pll0 0>, <&pll0 1>, <&pll0 2>,
309fb326e98SIgal Liberman				<&pll1 0>, <&pll1 1>, <&pll1 2>;
310fb326e98SIgal Liberman			clock-names = "pll0", "pll0-div2", "pll0-div4",
311fb326e98SIgal Liberman				"pll1", "pll1-div2", "pll1-div4";
312fb326e98SIgal Liberman			clock-output-names = "cmux0";
313fb326e98SIgal Liberman		};
314965fcb4dSShaveta Leekha	};
315965fcb4dSShaveta Leekha
316965fcb4dSShaveta Leekha	rcpm: global-utilities@e2000 {
317965fcb4dSShaveta Leekha		compatible = "fsl,b4-rcpm", "fsl,qoriq-rcpm-2.0";
318965fcb4dSShaveta Leekha		reg = <0xe2000 0x1000>;
319965fcb4dSShaveta Leekha	};
320965fcb4dSShaveta Leekha
32103aa254fSHongbo Zhang/include/ "elo3-dma-0.dtsi"
322965fcb4dSShaveta Leekha	dma@100300 {
323965fcb4dSShaveta Leekha		fsl,iommu-parent = <&pamu0>;
324965fcb4dSShaveta Leekha		fsl,liodn-reg = <&guts 0x580>; /* DMA1LIODNR */
325965fcb4dSShaveta Leekha	};
326965fcb4dSShaveta Leekha
32703aa254fSHongbo Zhang/include/ "elo3-dma-1.dtsi"
328965fcb4dSShaveta Leekha	dma@101300 {
329965fcb4dSShaveta Leekha		fsl,iommu-parent = <&pamu0>;
330965fcb4dSShaveta Leekha		fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */
331965fcb4dSShaveta Leekha	};
332965fcb4dSShaveta Leekha
333965fcb4dSShaveta Leekha/include/ "qonverge-usb2-dr-0.dtsi"
334965fcb4dSShaveta Leekha	usb0: usb@210000 {
335965fcb4dSShaveta Leekha		compatible = "fsl-usb2-dr-v2.4", "fsl-usb2-dr";
336965fcb4dSShaveta Leekha		fsl,iommu-parent = <&pamu1>;
337965fcb4dSShaveta Leekha		fsl,liodn-reg = <&guts 0x520>; /* USB1LIODNR */
338965fcb4dSShaveta Leekha	};
339965fcb4dSShaveta Leekha
340965fcb4dSShaveta Leekha/include/ "qoriq-espi-0.dtsi"
341965fcb4dSShaveta Leekha	spi@110000 {
342965fcb4dSShaveta Leekha		fsl,espi-num-chipselects = <4>;
343965fcb4dSShaveta Leekha	};
344965fcb4dSShaveta Leekha
345965fcb4dSShaveta Leekha/include/ "qoriq-esdhc-0.dtsi"
346965fcb4dSShaveta Leekha	sdhc@114000 {
347965fcb4dSShaveta Leekha		sdhci,auto-cmd12;
348965fcb4dSShaveta Leekha		fsl,iommu-parent = <&pamu1>;
349965fcb4dSShaveta Leekha		fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */
350965fcb4dSShaveta Leekha	};
351965fcb4dSShaveta Leekha
352965fcb4dSShaveta Leekha/include/ "qoriq-i2c-0.dtsi"
353965fcb4dSShaveta Leekha/include/ "qoriq-i2c-1.dtsi"
354965fcb4dSShaveta Leekha/include/ "qoriq-duart-0.dtsi"
355965fcb4dSShaveta Leekha/include/ "qoriq-duart-1.dtsi"
356965fcb4dSShaveta Leekha/include/ "qoriq-sec5.3-0.dtsi"
357965fcb4dSShaveta Leekha
3581e8ed06dSKumar Gala/include/ "qoriq-bman1.dtsi"
3591e8ed06dSKumar Gala	bman: bman@31a000 {
3601e8ed06dSKumar Gala		interrupts = <16 2 1 29>;
3611e8ed06dSKumar Gala	};
3621e8ed06dSKumar Gala
363965fcb4dSShaveta Leekha	L2: l2-cache-controller@c20000 {
364965fcb4dSShaveta Leekha		compatible = "fsl,b4-l2-cache-controller";
365965fcb4dSShaveta Leekha		reg = <0xc20000 0x1000>;
366965fcb4dSShaveta Leekha		next-level-cache = <&cpc>;
367965fcb4dSShaveta Leekha	};
368965fcb4dSShaveta Leekha};
369