18b8673b8SKumar Gala/*
28b8673b8SKumar Gala * P2041/P2040 Silicon/SoC Device Tree Source (post include)
38b8673b8SKumar Gala *
41e8ed06dSKumar Gala * Copyright 2011 - 2014 Freescale Semiconductor Inc.
58b8673b8SKumar Gala *
68b8673b8SKumar Gala * Redistribution and use in source and binary forms, with or without
78b8673b8SKumar Gala * modification, are permitted provided that the following conditions are met:
88b8673b8SKumar Gala *     * Redistributions of source code must retain the above copyright
98b8673b8SKumar Gala *       notice, this list of conditions and the following disclaimer.
108b8673b8SKumar Gala *     * Redistributions in binary form must reproduce the above copyright
118b8673b8SKumar Gala *       notice, this list of conditions and the following disclaimer in the
128b8673b8SKumar Gala *       documentation and/or other materials provided with the distribution.
138b8673b8SKumar Gala *     * Neither the name of Freescale Semiconductor nor the
148b8673b8SKumar Gala *       names of its contributors may be used to endorse or promote products
158b8673b8SKumar Gala *       derived from this software without specific prior written permission.
168b8673b8SKumar Gala *
178b8673b8SKumar Gala *
188b8673b8SKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the
198b8673b8SKumar Gala * GNU General Public License ("GPL") as published by the Free Software
208b8673b8SKumar Gala * Foundation, either version 2 of that License or (at your option) any
218b8673b8SKumar Gala * later version.
228b8673b8SKumar Gala *
238b8673b8SKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
248b8673b8SKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
258b8673b8SKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
268b8673b8SKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
278b8673b8SKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
288b8673b8SKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
298b8673b8SKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
308b8673b8SKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
318b8673b8SKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
328b8673b8SKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
338b8673b8SKumar Gala */
348b8673b8SKumar Gala
351e8ed06dSKumar Gala&bman_fbpr {
361e8ed06dSKumar Gala	compatible = "fsl,bman-fbpr";
371e8ed06dSKumar Gala	alloc-ranges = <0 0 0x10 0>;
381e8ed06dSKumar Gala};
391e8ed06dSKumar Gala
408b8673b8SKumar Gala&lbc {
418b8673b8SKumar Gala	compatible = "fsl,p2041-elbc", "fsl,elbc", "simple-bus";
428b8673b8SKumar Gala	interrupts = <25 2 0 0>;
438b8673b8SKumar Gala	#address-cells = <2>;
448b8673b8SKumar Gala	#size-cells = <1>;
458b8673b8SKumar Gala};
468b8673b8SKumar Gala
478b8673b8SKumar Gala/* controller at 0x200000 */
488b8673b8SKumar Gala&pci0 {
498b8673b8SKumar Gala	compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
508b8673b8SKumar Gala	device_type = "pci";
518b8673b8SKumar Gala	#size-cells = <2>;
528b8673b8SKumar Gala	#address-cells = <3>;
538b8673b8SKumar Gala	bus-range = <0x0 0xff>;
548b8673b8SKumar Gala	clock-frequency = <33333333>;
558b8673b8SKumar Gala	interrupts = <16 2 1 15>;
560408753fSTimur Tabi	fsl,iommu-parent = <&pamu0>;
570408753fSTimur Tabi	fsl,liodn-reg = <&guts 0x500>; /* PEX1LIODNR */
588b8673b8SKumar Gala	pcie@0 {
598b8673b8SKumar Gala		reg = <0 0 0 0 0>;
608b8673b8SKumar Gala		#interrupt-cells = <1>;
618b8673b8SKumar Gala		#size-cells = <2>;
628b8673b8SKumar Gala		#address-cells = <3>;
638b8673b8SKumar Gala		device_type = "pci";
648b8673b8SKumar Gala		interrupts = <16 2 1 15>;
658b8673b8SKumar Gala		interrupt-map-mask = <0xf800 0 0 7>;
668b8673b8SKumar Gala		interrupt-map = <
678b8673b8SKumar Gala			/* IDSEL 0x0 */
688b8673b8SKumar Gala			0000 0 0 1 &mpic 40 1 0 0
698b8673b8SKumar Gala			0000 0 0 2 &mpic 1 1 0 0
708b8673b8SKumar Gala			0000 0 0 3 &mpic 2 1 0 0
718b8673b8SKumar Gala			0000 0 0 4 &mpic 3 1 0 0
728b8673b8SKumar Gala			>;
738b8673b8SKumar Gala	};
748b8673b8SKumar Gala};
758b8673b8SKumar Gala
768b8673b8SKumar Gala/* controller at 0x201000 */
778b8673b8SKumar Gala&pci1 {
788b8673b8SKumar Gala	compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
798b8673b8SKumar Gala	device_type = "pci";
808b8673b8SKumar Gala	#size-cells = <2>;
818b8673b8SKumar Gala	#address-cells = <3>;
828b8673b8SKumar Gala	bus-range = <0 0xff>;
838b8673b8SKumar Gala	clock-frequency = <33333333>;
848b8673b8SKumar Gala	interrupts = <16 2 1 14>;
850408753fSTimur Tabi	fsl,iommu-parent = <&pamu0>;
860408753fSTimur Tabi	fsl,liodn-reg = <&guts 0x504>; /* PEX2LIODNR */
878b8673b8SKumar Gala	pcie@0 {
888b8673b8SKumar Gala		reg = <0 0 0 0 0>;
898b8673b8SKumar Gala		#interrupt-cells = <1>;
908b8673b8SKumar Gala		#size-cells = <2>;
918b8673b8SKumar Gala		#address-cells = <3>;
928b8673b8SKumar Gala		device_type = "pci";
938b8673b8SKumar Gala		interrupts = <16 2 1 14>;
948b8673b8SKumar Gala		interrupt-map-mask = <0xf800 0 0 7>;
958b8673b8SKumar Gala		interrupt-map = <
968b8673b8SKumar Gala			/* IDSEL 0x0 */
978b8673b8SKumar Gala			0000 0 0 1 &mpic 41 1 0 0
988b8673b8SKumar Gala			0000 0 0 2 &mpic 5 1 0 0
998b8673b8SKumar Gala			0000 0 0 3 &mpic 6 1 0 0
1008b8673b8SKumar Gala			0000 0 0 4 &mpic 7 1 0 0
1018b8673b8SKumar Gala			>;
1028b8673b8SKumar Gala	};
1038b8673b8SKumar Gala};
1048b8673b8SKumar Gala
1058b8673b8SKumar Gala/* controller at 0x202000 */
1068b8673b8SKumar Gala&pci2 {
1078b8673b8SKumar Gala	compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
1088b8673b8SKumar Gala	device_type = "pci";
1098b8673b8SKumar Gala	#size-cells = <2>;
1108b8673b8SKumar Gala	#address-cells = <3>;
1118b8673b8SKumar Gala	bus-range = <0x0 0xff>;
1128b8673b8SKumar Gala	clock-frequency = <33333333>;
1138b8673b8SKumar Gala	interrupts = <16 2 1 13>;
1140408753fSTimur Tabi	fsl,iommu-parent = <&pamu0>;
1150408753fSTimur Tabi	fsl,liodn-reg = <&guts 0x508>; /* PEX3LIODNR */
1168b8673b8SKumar Gala	pcie@0 {
1178b8673b8SKumar Gala		reg = <0 0 0 0 0>;
1188b8673b8SKumar Gala		#interrupt-cells = <1>;
1198b8673b8SKumar Gala		#size-cells = <2>;
1208b8673b8SKumar Gala		#address-cells = <3>;
1218b8673b8SKumar Gala		device_type = "pci";
1228b8673b8SKumar Gala		interrupts = <16 2 1 13>;
1238b8673b8SKumar Gala		interrupt-map-mask = <0xf800 0 0 7>;
1248b8673b8SKumar Gala		interrupt-map = <
1258b8673b8SKumar Gala			/* IDSEL 0x0 */
1268b8673b8SKumar Gala			0000 0 0 1 &mpic 42 1 0 0
1278b8673b8SKumar Gala			0000 0 0 2 &mpic 9 1 0 0
1288b8673b8SKumar Gala			0000 0 0 3 &mpic 10 1 0 0
1298b8673b8SKumar Gala			0000 0 0 4 &mpic 11 1 0 0
1308b8673b8SKumar Gala			>;
1318b8673b8SKumar Gala	};
1328b8673b8SKumar Gala};
1338b8673b8SKumar Gala
13454986964SKumar Gala&rio {
13554986964SKumar Gala	compatible = "fsl,srio";
13654986964SKumar Gala	interrupts = <16 2 1 11>;
13754986964SKumar Gala	#address-cells = <2>;
13854986964SKumar Gala	#size-cells = <2>;
1390408753fSTimur Tabi	fsl,iommu-parent = <&pamu0>;
14054986964SKumar Gala	ranges;
14154986964SKumar Gala
14254986964SKumar Gala	port1 {
14354986964SKumar Gala		#address-cells = <2>;
14454986964SKumar Gala		#size-cells = <2>;
14554986964SKumar Gala		cell-index = <1>;
1460408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x510>; /* RIO1LIODNR */
14754986964SKumar Gala	};
14854986964SKumar Gala
14954986964SKumar Gala	port2 {
15054986964SKumar Gala		#address-cells = <2>;
15154986964SKumar Gala		#size-cells = <2>;
15254986964SKumar Gala		cell-index = <2>;
1530408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x514>; /* RIO2LIODNR */
15454986964SKumar Gala	};
15554986964SKumar Gala};
15654986964SKumar Gala
1578b8673b8SKumar Gala&dcsr {
1588b8673b8SKumar Gala	#address-cells = <1>;
1598b8673b8SKumar Gala	#size-cells = <1>;
1608b8673b8SKumar Gala	compatible = "fsl,dcsr", "simple-bus";
1618b8673b8SKumar Gala
1628b8673b8SKumar Gala	dcsr-epu@0 {
16337f2808bSStephen George		compatible = "fsl,p2041-dcsr-epu", "fsl,dcsr-epu";
1648b8673b8SKumar Gala		interrupts = <52 2 0 0
1658b8673b8SKumar Gala			      84 2 0 0
1668b8673b8SKumar Gala			      85 2 0 0>;
1678b8673b8SKumar Gala		reg = <0x0 0x1000>;
1688b8673b8SKumar Gala	};
1698b8673b8SKumar Gala	dcsr-npc {
1708b8673b8SKumar Gala		compatible = "fsl,dcsr-npc";
1718b8673b8SKumar Gala		reg = <0x1000 0x1000 0x1000000 0x8000>;
1728b8673b8SKumar Gala	};
1738b8673b8SKumar Gala	dcsr-nxc@2000 {
1748b8673b8SKumar Gala		compatible = "fsl,dcsr-nxc";
1758b8673b8SKumar Gala		reg = <0x2000 0x1000>;
1768b8673b8SKumar Gala	};
1778b8673b8SKumar Gala	dcsr-corenet {
1788b8673b8SKumar Gala		compatible = "fsl,dcsr-corenet";
1798b8673b8SKumar Gala		reg = <0x8000 0x1000 0xB0000 0x1000>;
1808b8673b8SKumar Gala	};
1818b8673b8SKumar Gala	dcsr-dpaa@9000 {
1828b8673b8SKumar Gala		compatible = "fsl,p2041-dcsr-dpaa", "fsl,dcsr-dpaa";
1838b8673b8SKumar Gala		reg = <0x9000 0x1000>;
1848b8673b8SKumar Gala	};
1858b8673b8SKumar Gala	dcsr-ocn@11000 {
1868b8673b8SKumar Gala		compatible = "fsl,p2041-dcsr-ocn", "fsl,dcsr-ocn";
1878b8673b8SKumar Gala		reg = <0x11000 0x1000>;
1888b8673b8SKumar Gala	};
1898b8673b8SKumar Gala	dcsr-ddr@12000 {
1908b8673b8SKumar Gala		compatible = "fsl,dcsr-ddr";
1918b8673b8SKumar Gala		dev-handle = <&ddr1>;
1928b8673b8SKumar Gala		reg = <0x12000 0x1000>;
1938b8673b8SKumar Gala	};
1948b8673b8SKumar Gala	dcsr-nal@18000 {
1958b8673b8SKumar Gala		compatible = "fsl,p2041-dcsr-nal", "fsl,dcsr-nal";
1968b8673b8SKumar Gala		reg = <0x18000 0x1000>;
1978b8673b8SKumar Gala	};
1988b8673b8SKumar Gala	dcsr-rcpm@22000 {
1998b8673b8SKumar Gala		compatible = "fsl,p2041-dcsr-rcpm", "fsl,dcsr-rcpm";
2008b8673b8SKumar Gala		reg = <0x22000 0x1000>;
2018b8673b8SKumar Gala	};
2028b8673b8SKumar Gala	dcsr-cpu-sb-proxy@40000 {
2038b8673b8SKumar Gala		compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
2048b8673b8SKumar Gala		cpu-handle = <&cpu0>;
2058b8673b8SKumar Gala		reg = <0x40000 0x1000>;
2068b8673b8SKumar Gala	};
2078b8673b8SKumar Gala	dcsr-cpu-sb-proxy@41000 {
2088b8673b8SKumar Gala		compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
2098b8673b8SKumar Gala		cpu-handle = <&cpu1>;
2108b8673b8SKumar Gala		reg = <0x41000 0x1000>;
2118b8673b8SKumar Gala	};
2128b8673b8SKumar Gala	dcsr-cpu-sb-proxy@42000 {
2138b8673b8SKumar Gala		compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
2148b8673b8SKumar Gala		cpu-handle = <&cpu2>;
2158b8673b8SKumar Gala		reg = <0x42000 0x1000>;
2168b8673b8SKumar Gala	};
2178b8673b8SKumar Gala	dcsr-cpu-sb-proxy@43000 {
2188b8673b8SKumar Gala		compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
2198b8673b8SKumar Gala		cpu-handle = <&cpu3>;
2208b8673b8SKumar Gala		reg = <0x43000 0x1000>;
2218b8673b8SKumar Gala	};
2228b8673b8SKumar Gala};
2238b8673b8SKumar Gala
2241e8ed06dSKumar Gala/include/ "qoriq-bman1-portals.dtsi"
2251e8ed06dSKumar Gala
2268b8673b8SKumar Gala&soc {
2278b8673b8SKumar Gala	#address-cells = <1>;
2288b8673b8SKumar Gala	#size-cells = <1>;
2298b8673b8SKumar Gala	device_type = "soc";
2308b8673b8SKumar Gala	compatible = "simple-bus";
2318b8673b8SKumar Gala
2328b8673b8SKumar Gala	soc-sram-error {
2338b8673b8SKumar Gala		compatible = "fsl,soc-sram-error";
2348b8673b8SKumar Gala		interrupts = <16 2 1 29>;
2358b8673b8SKumar Gala	};
2368b8673b8SKumar Gala
2378b8673b8SKumar Gala	corenet-law@0 {
2388b8673b8SKumar Gala		compatible = "fsl,corenet-law";
2398b8673b8SKumar Gala		reg = <0x0 0x1000>;
2408b8673b8SKumar Gala		fsl,num-laws = <32>;
2418b8673b8SKumar Gala	};
2428b8673b8SKumar Gala
2438b8673b8SKumar Gala	ddr1: memory-controller@8000 {
2448b8673b8SKumar Gala		compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller";
2458b8673b8SKumar Gala		reg = <0x8000 0x1000>;
2468b8673b8SKumar Gala		interrupts = <16 2 1 23>;
2478b8673b8SKumar Gala	};
2488b8673b8SKumar Gala
2498b8673b8SKumar Gala	cpc: l3-cache-controller@10000 {
2508b8673b8SKumar Gala		compatible = "fsl,p2041-l3-cache-controller", "fsl,p4080-l3-cache-controller", "cache";
2518b8673b8SKumar Gala		reg = <0x10000 0x1000>;
2528b8673b8SKumar Gala		interrupts = <16 2 1 27>;
2538b8673b8SKumar Gala	};
2548b8673b8SKumar Gala
2558b8673b8SKumar Gala	corenet-cf@18000 {
256846c9443SDiana Craciun		compatible = "fsl,corenet1-cf", "fsl,corenet-cf";
2578b8673b8SKumar Gala		reg = <0x18000 0x1000>;
2588b8673b8SKumar Gala		interrupts = <16 2 1 31>;
2598b8673b8SKumar Gala		fsl,ccf-num-csdids = <32>;
2608b8673b8SKumar Gala		fsl,ccf-num-snoopids = <32>;
2618b8673b8SKumar Gala	};
2628b8673b8SKumar Gala
2638b8673b8SKumar Gala	iommu@20000 {
2648b8673b8SKumar Gala		compatible = "fsl,pamu-v1.0", "fsl,pamu";
2650408753fSTimur Tabi		reg = <0x20000 0x4000>; /* for compatibility with older PAMU drivers */
2660408753fSTimur Tabi		ranges = <0 0x20000 0x4000>;
2670408753fSTimur Tabi		#address-cells = <1>;
2680408753fSTimur Tabi		#size-cells = <1>;
2698b8673b8SKumar Gala		interrupts = <
2708b8673b8SKumar Gala			24 2 0 0
2718b8673b8SKumar Gala			16 2 1 30>;
272e83eb028SScott Wood		fsl,portid-mapping = <0x0f000000>;
2730408753fSTimur Tabi
2740408753fSTimur Tabi		pamu0: pamu@0 {
2750408753fSTimur Tabi			reg = <0 0x1000>;
2760408753fSTimur Tabi			fsl,primary-cache-geometry = <32 1>;
2770408753fSTimur Tabi			fsl,secondary-cache-geometry = <128 2>;
2780408753fSTimur Tabi		};
2790408753fSTimur Tabi
2800408753fSTimur Tabi		pamu1: pamu@1000 {
2810408753fSTimur Tabi			reg = <0x1000 0x1000>;
2820408753fSTimur Tabi			fsl,primary-cache-geometry = <32 1>;
2830408753fSTimur Tabi			fsl,secondary-cache-geometry = <128 2>;
2840408753fSTimur Tabi		};
2850408753fSTimur Tabi
2860408753fSTimur Tabi		pamu2: pamu@2000 {
2870408753fSTimur Tabi			reg = <0x2000 0x1000>;
2880408753fSTimur Tabi			fsl,primary-cache-geometry = <32 1>;
2890408753fSTimur Tabi			fsl,secondary-cache-geometry = <128 2>;
2900408753fSTimur Tabi		};
2910408753fSTimur Tabi
2920408753fSTimur Tabi		pamu3: pamu@3000 {
2930408753fSTimur Tabi			reg = <0x3000 0x1000>;
2940408753fSTimur Tabi			fsl,primary-cache-geometry = <32 1>;
2950408753fSTimur Tabi			fsl,secondary-cache-geometry = <128 2>;
2960408753fSTimur Tabi		};
2978b8673b8SKumar Gala	};
2988b8673b8SKumar Gala
2998b8673b8SKumar Gala/include/ "qoriq-mpic.dtsi"
3008b8673b8SKumar Gala
3018b8673b8SKumar Gala	guts: global-utilities@e0000 {
3028b8673b8SKumar Gala		compatible = "fsl,qoriq-device-config-1.0";
3038b8673b8SKumar Gala		reg = <0xe0000 0xe00>;
3048b8673b8SKumar Gala		fsl,has-rstcr;
3058b8673b8SKumar Gala		#sleep-cells = <1>;
3068b8673b8SKumar Gala		fsl,liodn-bits = <12>;
3078b8673b8SKumar Gala	};
3088b8673b8SKumar Gala
3098b8673b8SKumar Gala	pins: global-utilities@e0e00 {
3108b8673b8SKumar Gala		compatible = "fsl,qoriq-pin-control-1.0";
3118b8673b8SKumar Gala		reg = <0xe0e00 0x200>;
3128b8673b8SKumar Gala		#sleep-cells = <2>;
3138b8673b8SKumar Gala	};
3148b8673b8SKumar Gala
315eaffcb0fSEmil Medve/include/ "qoriq-clockgen1.dtsi"
316eaffcb0fSEmil Medve	global-utilities@e1000 {
3178b8673b8SKumar Gala		compatible = "fsl,p2041-clockgen", "fsl,qoriq-clockgen-1.0";
3185d1a566eSTang Yuantian
3195d1a566eSTang Yuantian		mux2: mux2@40 {
3205d1a566eSTang Yuantian			#clock-cells = <0>;
3215d1a566eSTang Yuantian			reg = <0x40 0x4>;
3225d1a566eSTang Yuantian			compatible = "fsl,qoriq-core-mux-1.0";
3235d1a566eSTang Yuantian			clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>;
3245d1a566eSTang Yuantian			clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2";
325db75c22fSValentin Longchamp			clock-output-names = "cmux2";
3265d1a566eSTang Yuantian		};
3275d1a566eSTang Yuantian
3285d1a566eSTang Yuantian		mux3: mux3@60 {
3295d1a566eSTang Yuantian			#clock-cells = <0>;
3305d1a566eSTang Yuantian			reg = <0x60 0x4>;
3315d1a566eSTang Yuantian			compatible = "fsl,qoriq-core-mux-1.0";
3325d1a566eSTang Yuantian			clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>;
3335d1a566eSTang Yuantian			clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2";
3345d1a566eSTang Yuantian			clock-output-names = "cmux3";
3355d1a566eSTang Yuantian		};
3368b8673b8SKumar Gala	};
3378b8673b8SKumar Gala
3388b8673b8SKumar Gala	rcpm: global-utilities@e2000 {
3398b8673b8SKumar Gala		compatible = "fsl,qoriq-rcpm-1.0";
3408b8673b8SKumar Gala		reg = <0xe2000 0x1000>;
3418b8673b8SKumar Gala		#sleep-cells = <1>;
3428b8673b8SKumar Gala	};
3438b8673b8SKumar Gala
3448b8673b8SKumar Gala	sfp: sfp@e8000 {
3458b8673b8SKumar Gala		compatible = "fsl,p2041-sfp", "fsl,qoriq-sfp-1.0";
3468b8673b8SKumar Gala		reg	   = <0xe8000 0x1000>;
3478b8673b8SKumar Gala	};
3488b8673b8SKumar Gala
3498b8673b8SKumar Gala	serdes: serdes@ea000 {
3508b8673b8SKumar Gala		compatible = "fsl,p2041-serdes";
3518b8673b8SKumar Gala		reg	   = <0xea000 0x1000>;
3528b8673b8SKumar Gala	};
3538b8673b8SKumar Gala
3548b8673b8SKumar Gala/include/ "qoriq-dma-0.dtsi"
3550408753fSTimur Tabi	dma@100300 {
3560408753fSTimur Tabi		fsl,iommu-parent = <&pamu0>;
3570408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x580>; /* DMA1LIODNR */
3580408753fSTimur Tabi	};
3590408753fSTimur Tabi
3608b8673b8SKumar Gala/include/ "qoriq-dma-1.dtsi"
3610408753fSTimur Tabi	dma@101300 {
3620408753fSTimur Tabi		fsl,iommu-parent = <&pamu0>;
3630408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */
3640408753fSTimur Tabi	};
3650408753fSTimur Tabi
3668b8673b8SKumar Gala/include/ "qoriq-espi-0.dtsi"
3678b8673b8SKumar Gala	spi@110000 {
3688b8673b8SKumar Gala		fsl,espi-num-chipselects = <4>;
3698b8673b8SKumar Gala	};
3708b8673b8SKumar Gala
3718b8673b8SKumar Gala/include/ "qoriq-esdhc-0.dtsi"
3728b8673b8SKumar Gala	sdhc@114000 {
3730408753fSTimur Tabi		fsl,iommu-parent = <&pamu1>;
3740408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */
3758b8673b8SKumar Gala		sdhci,auto-cmd12;
3768b8673b8SKumar Gala	};
3778b8673b8SKumar Gala
3788b8673b8SKumar Gala/include/ "qoriq-i2c-0.dtsi"
3798b8673b8SKumar Gala/include/ "qoriq-i2c-1.dtsi"
3808b8673b8SKumar Gala/include/ "qoriq-duart-0.dtsi"
3818b8673b8SKumar Gala/include/ "qoriq-duart-1.dtsi"
3828b8673b8SKumar Gala/include/ "qoriq-gpio-0.dtsi"
3838b8673b8SKumar Gala/include/ "qoriq-usb2-mph-0.dtsi"
3848b8673b8SKumar Gala	usb0: usb@210000 {
385465aceb8SRamneek Mehresh		compatible = "fsl-usb2-mph-v1.6", "fsl,mpc85xx-usb2-mph", "fsl-usb2-mph";
3868b8673b8SKumar Gala		phy_type = "utmi";
3870408753fSTimur Tabi		fsl,iommu-parent = <&pamu1>;
3880408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x520>; /* USB1LIODNR */
3898b8673b8SKumar Gala		port0;
3908b8673b8SKumar Gala	};
3918b8673b8SKumar Gala
3928b8673b8SKumar Gala/include/ "qoriq-usb2-dr-0.dtsi"
3938b8673b8SKumar Gala	usb1: usb@211000 {
394465aceb8SRamneek Mehresh		compatible = "fsl-usb2-dr-v1.6", "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr";
3950408753fSTimur Tabi		fsl,iommu-parent = <&pamu1>;
3960408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x524>; /* USB2LIODNR */
3978b8673b8SKumar Gala		dr_mode = "host";
3988b8673b8SKumar Gala		phy_type = "utmi";
3998b8673b8SKumar Gala	};
4008b8673b8SKumar Gala
4018b8673b8SKumar Gala/include/ "qoriq-sata2-0.dtsi"
4020408753fSTimur Tabi	sata@220000 {
4030408753fSTimur Tabi		fsl,iommu-parent = <&pamu1>;
4040408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x550>; /* SATA1LIODNR */
4050408753fSTimur Tabi	};
4060408753fSTimur Tabi
4078b8673b8SKumar Gala/include/ "qoriq-sata2-1.dtsi"
4080408753fSTimur Tabi	sata@221000 {
4090408753fSTimur Tabi		fsl,iommu-parent = <&pamu1>;
4100408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x554>; /* SATA2LIODNR */
4110408753fSTimur Tabi	};
4120408753fSTimur Tabi
4138b8673b8SKumar Gala/include/ "qoriq-sec4.2-0.dtsi"
4140408753fSTimur Tabicrypto: crypto@300000 {
4150408753fSTimur Tabi		fsl,iommu-parent = <&pamu1>;
4160408753fSTimur Tabi	};
4171e8ed06dSKumar Gala
4181e8ed06dSKumar Gala/include/ "qoriq-bman1.dtsi"
4198b8673b8SKumar Gala};
420