18b8673b8SKumar Gala/*
28b8673b8SKumar Gala * P2041/P2040 Silicon/SoC Device Tree Source (post include)
38b8673b8SKumar Gala *
48b8673b8SKumar Gala * Copyright 2011 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
358b8673b8SKumar Gala&lbc {
368b8673b8SKumar Gala	compatible = "fsl,p2041-elbc", "fsl,elbc", "simple-bus";
378b8673b8SKumar Gala	interrupts = <25 2 0 0>;
388b8673b8SKumar Gala	#address-cells = <2>;
398b8673b8SKumar Gala	#size-cells = <1>;
408b8673b8SKumar Gala};
418b8673b8SKumar Gala
428b8673b8SKumar Gala/* controller at 0x200000 */
438b8673b8SKumar Gala&pci0 {
448b8673b8SKumar Gala	compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
458b8673b8SKumar Gala	device_type = "pci";
468b8673b8SKumar Gala	#size-cells = <2>;
478b8673b8SKumar Gala	#address-cells = <3>;
488b8673b8SKumar Gala	bus-range = <0x0 0xff>;
498b8673b8SKumar Gala	clock-frequency = <33333333>;
508b8673b8SKumar Gala	interrupts = <16 2 1 15>;
510408753fSTimur Tabi	fsl,iommu-parent = <&pamu0>;
520408753fSTimur Tabi	fsl,liodn-reg = <&guts 0x500>; /* PEX1LIODNR */
538b8673b8SKumar Gala	pcie@0 {
548b8673b8SKumar Gala		reg = <0 0 0 0 0>;
558b8673b8SKumar Gala		#interrupt-cells = <1>;
568b8673b8SKumar Gala		#size-cells = <2>;
578b8673b8SKumar Gala		#address-cells = <3>;
588b8673b8SKumar Gala		device_type = "pci";
598b8673b8SKumar Gala		interrupts = <16 2 1 15>;
608b8673b8SKumar Gala		interrupt-map-mask = <0xf800 0 0 7>;
618b8673b8SKumar Gala		interrupt-map = <
628b8673b8SKumar Gala			/* IDSEL 0x0 */
638b8673b8SKumar Gala			0000 0 0 1 &mpic 40 1 0 0
648b8673b8SKumar Gala			0000 0 0 2 &mpic 1 1 0 0
658b8673b8SKumar Gala			0000 0 0 3 &mpic 2 1 0 0
668b8673b8SKumar Gala			0000 0 0 4 &mpic 3 1 0 0
678b8673b8SKumar Gala			>;
688b8673b8SKumar Gala	};
698b8673b8SKumar Gala};
708b8673b8SKumar Gala
718b8673b8SKumar Gala/* controller at 0x201000 */
728b8673b8SKumar Gala&pci1 {
738b8673b8SKumar Gala	compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
748b8673b8SKumar Gala	device_type = "pci";
758b8673b8SKumar Gala	#size-cells = <2>;
768b8673b8SKumar Gala	#address-cells = <3>;
778b8673b8SKumar Gala	bus-range = <0 0xff>;
788b8673b8SKumar Gala	clock-frequency = <33333333>;
798b8673b8SKumar Gala	interrupts = <16 2 1 14>;
800408753fSTimur Tabi	fsl,iommu-parent = <&pamu0>;
810408753fSTimur Tabi	fsl,liodn-reg = <&guts 0x504>; /* PEX2LIODNR */
828b8673b8SKumar Gala	pcie@0 {
838b8673b8SKumar Gala		reg = <0 0 0 0 0>;
848b8673b8SKumar Gala		#interrupt-cells = <1>;
858b8673b8SKumar Gala		#size-cells = <2>;
868b8673b8SKumar Gala		#address-cells = <3>;
878b8673b8SKumar Gala		device_type = "pci";
888b8673b8SKumar Gala		interrupts = <16 2 1 14>;
898b8673b8SKumar Gala		interrupt-map-mask = <0xf800 0 0 7>;
908b8673b8SKumar Gala		interrupt-map = <
918b8673b8SKumar Gala			/* IDSEL 0x0 */
928b8673b8SKumar Gala			0000 0 0 1 &mpic 41 1 0 0
938b8673b8SKumar Gala			0000 0 0 2 &mpic 5 1 0 0
948b8673b8SKumar Gala			0000 0 0 3 &mpic 6 1 0 0
958b8673b8SKumar Gala			0000 0 0 4 &mpic 7 1 0 0
968b8673b8SKumar Gala			>;
978b8673b8SKumar Gala	};
988b8673b8SKumar Gala};
998b8673b8SKumar Gala
1008b8673b8SKumar Gala/* controller at 0x202000 */
1018b8673b8SKumar Gala&pci2 {
1028b8673b8SKumar Gala	compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
1038b8673b8SKumar Gala	device_type = "pci";
1048b8673b8SKumar Gala	#size-cells = <2>;
1058b8673b8SKumar Gala	#address-cells = <3>;
1068b8673b8SKumar Gala	bus-range = <0x0 0xff>;
1078b8673b8SKumar Gala	clock-frequency = <33333333>;
1088b8673b8SKumar Gala	interrupts = <16 2 1 13>;
1090408753fSTimur Tabi	fsl,iommu-parent = <&pamu0>;
1100408753fSTimur Tabi	fsl,liodn-reg = <&guts 0x508>; /* PEX3LIODNR */
1118b8673b8SKumar Gala	pcie@0 {
1128b8673b8SKumar Gala		reg = <0 0 0 0 0>;
1138b8673b8SKumar Gala		#interrupt-cells = <1>;
1148b8673b8SKumar Gala		#size-cells = <2>;
1158b8673b8SKumar Gala		#address-cells = <3>;
1168b8673b8SKumar Gala		device_type = "pci";
1178b8673b8SKumar Gala		interrupts = <16 2 1 13>;
1188b8673b8SKumar Gala		interrupt-map-mask = <0xf800 0 0 7>;
1198b8673b8SKumar Gala		interrupt-map = <
1208b8673b8SKumar Gala			/* IDSEL 0x0 */
1218b8673b8SKumar Gala			0000 0 0 1 &mpic 42 1 0 0
1228b8673b8SKumar Gala			0000 0 0 2 &mpic 9 1 0 0
1238b8673b8SKumar Gala			0000 0 0 3 &mpic 10 1 0 0
1248b8673b8SKumar Gala			0000 0 0 4 &mpic 11 1 0 0
1258b8673b8SKumar Gala			>;
1268b8673b8SKumar Gala	};
1278b8673b8SKumar Gala};
1288b8673b8SKumar Gala
12954986964SKumar Gala&rio {
13054986964SKumar Gala	compatible = "fsl,srio";
13154986964SKumar Gala	interrupts = <16 2 1 11>;
13254986964SKumar Gala	#address-cells = <2>;
13354986964SKumar Gala	#size-cells = <2>;
1340408753fSTimur Tabi	fsl,iommu-parent = <&pamu0>;
13554986964SKumar Gala	ranges;
13654986964SKumar Gala
13754986964SKumar Gala	port1 {
13854986964SKumar Gala		#address-cells = <2>;
13954986964SKumar Gala		#size-cells = <2>;
14054986964SKumar Gala		cell-index = <1>;
1410408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x510>; /* RIO1LIODNR */
14254986964SKumar Gala	};
14354986964SKumar Gala
14454986964SKumar Gala	port2 {
14554986964SKumar Gala		#address-cells = <2>;
14654986964SKumar Gala		#size-cells = <2>;
14754986964SKumar Gala		cell-index = <2>;
1480408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x514>; /* RIO2LIODNR */
14954986964SKumar Gala	};
15054986964SKumar Gala};
15154986964SKumar Gala
1528b8673b8SKumar Gala&dcsr {
1538b8673b8SKumar Gala	#address-cells = <1>;
1548b8673b8SKumar Gala	#size-cells = <1>;
1558b8673b8SKumar Gala	compatible = "fsl,dcsr", "simple-bus";
1568b8673b8SKumar Gala
1578b8673b8SKumar Gala	dcsr-epu@0 {
1588b8673b8SKumar Gala		compatible = "fsl,dcsr-epu";
1598b8673b8SKumar Gala		interrupts = <52 2 0 0
1608b8673b8SKumar Gala			      84 2 0 0
1618b8673b8SKumar Gala			      85 2 0 0>;
1628b8673b8SKumar Gala		reg = <0x0 0x1000>;
1638b8673b8SKumar Gala	};
1648b8673b8SKumar Gala	dcsr-npc {
1658b8673b8SKumar Gala		compatible = "fsl,dcsr-npc";
1668b8673b8SKumar Gala		reg = <0x1000 0x1000 0x1000000 0x8000>;
1678b8673b8SKumar Gala	};
1688b8673b8SKumar Gala	dcsr-nxc@2000 {
1698b8673b8SKumar Gala		compatible = "fsl,dcsr-nxc";
1708b8673b8SKumar Gala		reg = <0x2000 0x1000>;
1718b8673b8SKumar Gala	};
1728b8673b8SKumar Gala	dcsr-corenet {
1738b8673b8SKumar Gala		compatible = "fsl,dcsr-corenet";
1748b8673b8SKumar Gala		reg = <0x8000 0x1000 0xB0000 0x1000>;
1758b8673b8SKumar Gala	};
1768b8673b8SKumar Gala	dcsr-dpaa@9000 {
1778b8673b8SKumar Gala		compatible = "fsl,p2041-dcsr-dpaa", "fsl,dcsr-dpaa";
1788b8673b8SKumar Gala		reg = <0x9000 0x1000>;
1798b8673b8SKumar Gala	};
1808b8673b8SKumar Gala	dcsr-ocn@11000 {
1818b8673b8SKumar Gala		compatible = "fsl,p2041-dcsr-ocn", "fsl,dcsr-ocn";
1828b8673b8SKumar Gala		reg = <0x11000 0x1000>;
1838b8673b8SKumar Gala	};
1848b8673b8SKumar Gala	dcsr-ddr@12000 {
1858b8673b8SKumar Gala		compatible = "fsl,dcsr-ddr";
1868b8673b8SKumar Gala		dev-handle = <&ddr1>;
1878b8673b8SKumar Gala		reg = <0x12000 0x1000>;
1888b8673b8SKumar Gala	};
1898b8673b8SKumar Gala	dcsr-nal@18000 {
1908b8673b8SKumar Gala		compatible = "fsl,p2041-dcsr-nal", "fsl,dcsr-nal";
1918b8673b8SKumar Gala		reg = <0x18000 0x1000>;
1928b8673b8SKumar Gala	};
1938b8673b8SKumar Gala	dcsr-rcpm@22000 {
1948b8673b8SKumar Gala		compatible = "fsl,p2041-dcsr-rcpm", "fsl,dcsr-rcpm";
1958b8673b8SKumar Gala		reg = <0x22000 0x1000>;
1968b8673b8SKumar Gala	};
1978b8673b8SKumar Gala	dcsr-cpu-sb-proxy@40000 {
1988b8673b8SKumar Gala		compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
1998b8673b8SKumar Gala		cpu-handle = <&cpu0>;
2008b8673b8SKumar Gala		reg = <0x40000 0x1000>;
2018b8673b8SKumar Gala	};
2028b8673b8SKumar Gala	dcsr-cpu-sb-proxy@41000 {
2038b8673b8SKumar Gala		compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
2048b8673b8SKumar Gala		cpu-handle = <&cpu1>;
2058b8673b8SKumar Gala		reg = <0x41000 0x1000>;
2068b8673b8SKumar Gala	};
2078b8673b8SKumar Gala	dcsr-cpu-sb-proxy@42000 {
2088b8673b8SKumar Gala		compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
2098b8673b8SKumar Gala		cpu-handle = <&cpu2>;
2108b8673b8SKumar Gala		reg = <0x42000 0x1000>;
2118b8673b8SKumar Gala	};
2128b8673b8SKumar Gala	dcsr-cpu-sb-proxy@43000 {
2138b8673b8SKumar Gala		compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
2148b8673b8SKumar Gala		cpu-handle = <&cpu3>;
2158b8673b8SKumar Gala		reg = <0x43000 0x1000>;
2168b8673b8SKumar Gala	};
2178b8673b8SKumar Gala};
2188b8673b8SKumar Gala
2198b8673b8SKumar Gala&soc {
2208b8673b8SKumar Gala	#address-cells = <1>;
2218b8673b8SKumar Gala	#size-cells = <1>;
2228b8673b8SKumar Gala	device_type = "soc";
2238b8673b8SKumar Gala	compatible = "simple-bus";
2248b8673b8SKumar Gala
2258b8673b8SKumar Gala	soc-sram-error {
2268b8673b8SKumar Gala		compatible = "fsl,soc-sram-error";
2278b8673b8SKumar Gala		interrupts = <16 2 1 29>;
2288b8673b8SKumar Gala	};
2298b8673b8SKumar Gala
2308b8673b8SKumar Gala	corenet-law@0 {
2318b8673b8SKumar Gala		compatible = "fsl,corenet-law";
2328b8673b8SKumar Gala		reg = <0x0 0x1000>;
2338b8673b8SKumar Gala		fsl,num-laws = <32>;
2348b8673b8SKumar Gala	};
2358b8673b8SKumar Gala
2368b8673b8SKumar Gala	ddr1: memory-controller@8000 {
2378b8673b8SKumar Gala		compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller";
2388b8673b8SKumar Gala		reg = <0x8000 0x1000>;
2398b8673b8SKumar Gala		interrupts = <16 2 1 23>;
2408b8673b8SKumar Gala	};
2418b8673b8SKumar Gala
2428b8673b8SKumar Gala	cpc: l3-cache-controller@10000 {
2438b8673b8SKumar Gala		compatible = "fsl,p2041-l3-cache-controller", "fsl,p4080-l3-cache-controller", "cache";
2448b8673b8SKumar Gala		reg = <0x10000 0x1000>;
2458b8673b8SKumar Gala		interrupts = <16 2 1 27>;
2468b8673b8SKumar Gala	};
2478b8673b8SKumar Gala
2488b8673b8SKumar Gala	corenet-cf@18000 {
2498b8673b8SKumar Gala		compatible = "fsl,corenet-cf";
2508b8673b8SKumar Gala		reg = <0x18000 0x1000>;
2518b8673b8SKumar Gala		interrupts = <16 2 1 31>;
2528b8673b8SKumar Gala		fsl,ccf-num-csdids = <32>;
2538b8673b8SKumar Gala		fsl,ccf-num-snoopids = <32>;
2548b8673b8SKumar Gala	};
2558b8673b8SKumar Gala
2568b8673b8SKumar Gala	iommu@20000 {
2578b8673b8SKumar Gala		compatible = "fsl,pamu-v1.0", "fsl,pamu";
2580408753fSTimur Tabi		reg = <0x20000 0x4000>; /* for compatibility with older PAMU drivers */
2590408753fSTimur Tabi		ranges = <0 0x20000 0x4000>;
2600408753fSTimur Tabi		#address-cells = <1>;
2610408753fSTimur Tabi		#size-cells = <1>;
2628b8673b8SKumar Gala		interrupts = <
2638b8673b8SKumar Gala			24 2 0 0
2648b8673b8SKumar Gala			16 2 1 30>;
2650408753fSTimur Tabi
2660408753fSTimur Tabi		pamu0: pamu@0 {
2670408753fSTimur Tabi			reg = <0 0x1000>;
2680408753fSTimur Tabi			fsl,primary-cache-geometry = <32 1>;
2690408753fSTimur Tabi			fsl,secondary-cache-geometry = <128 2>;
2700408753fSTimur Tabi		};
2710408753fSTimur Tabi
2720408753fSTimur Tabi		pamu1: pamu@1000 {
2730408753fSTimur Tabi			reg = <0x1000 0x1000>;
2740408753fSTimur Tabi			fsl,primary-cache-geometry = <32 1>;
2750408753fSTimur Tabi			fsl,secondary-cache-geometry = <128 2>;
2760408753fSTimur Tabi		};
2770408753fSTimur Tabi
2780408753fSTimur Tabi		pamu2: pamu@2000 {
2790408753fSTimur Tabi			reg = <0x2000 0x1000>;
2800408753fSTimur Tabi			fsl,primary-cache-geometry = <32 1>;
2810408753fSTimur Tabi			fsl,secondary-cache-geometry = <128 2>;
2820408753fSTimur Tabi		};
2830408753fSTimur Tabi
2840408753fSTimur Tabi		pamu3: pamu@3000 {
2850408753fSTimur Tabi			reg = <0x3000 0x1000>;
2860408753fSTimur Tabi			fsl,primary-cache-geometry = <32 1>;
2870408753fSTimur Tabi			fsl,secondary-cache-geometry = <128 2>;
2880408753fSTimur Tabi		};
2898b8673b8SKumar Gala	};
2908b8673b8SKumar Gala
2918b8673b8SKumar Gala/include/ "qoriq-mpic.dtsi"
2928b8673b8SKumar Gala
2938b8673b8SKumar Gala	guts: global-utilities@e0000 {
2948b8673b8SKumar Gala		compatible = "fsl,qoriq-device-config-1.0";
2958b8673b8SKumar Gala		reg = <0xe0000 0xe00>;
2968b8673b8SKumar Gala		fsl,has-rstcr;
2978b8673b8SKumar Gala		#sleep-cells = <1>;
2988b8673b8SKumar Gala		fsl,liodn-bits = <12>;
2998b8673b8SKumar Gala	};
3008b8673b8SKumar Gala
3018b8673b8SKumar Gala	pins: global-utilities@e0e00 {
3028b8673b8SKumar Gala		compatible = "fsl,qoriq-pin-control-1.0";
3038b8673b8SKumar Gala		reg = <0xe0e00 0x200>;
3048b8673b8SKumar Gala		#sleep-cells = <2>;
3058b8673b8SKumar Gala	};
3068b8673b8SKumar Gala
3078b8673b8SKumar Gala	clockgen: global-utilities@e1000 {
3088b8673b8SKumar Gala		compatible = "fsl,p2041-clockgen", "fsl,qoriq-clockgen-1.0";
3098b8673b8SKumar Gala		reg = <0xe1000 0x1000>;
3108b8673b8SKumar Gala		clock-frequency = <0>;
3118b8673b8SKumar Gala	};
3128b8673b8SKumar Gala
3138b8673b8SKumar Gala	rcpm: global-utilities@e2000 {
3148b8673b8SKumar Gala		compatible = "fsl,qoriq-rcpm-1.0";
3158b8673b8SKumar Gala		reg = <0xe2000 0x1000>;
3168b8673b8SKumar Gala		#sleep-cells = <1>;
3178b8673b8SKumar Gala	};
3188b8673b8SKumar Gala
3198b8673b8SKumar Gala	sfp: sfp@e8000 {
3208b8673b8SKumar Gala		compatible = "fsl,p2041-sfp", "fsl,qoriq-sfp-1.0";
3218b8673b8SKumar Gala		reg	   = <0xe8000 0x1000>;
3228b8673b8SKumar Gala	};
3238b8673b8SKumar Gala
3248b8673b8SKumar Gala	serdes: serdes@ea000 {
3258b8673b8SKumar Gala		compatible = "fsl,p2041-serdes";
3268b8673b8SKumar Gala		reg	   = <0xea000 0x1000>;
3278b8673b8SKumar Gala	};
3288b8673b8SKumar Gala
3298b8673b8SKumar Gala/include/ "qoriq-dma-0.dtsi"
3300408753fSTimur Tabi	dma@100300 {
3310408753fSTimur Tabi		fsl,iommu-parent = <&pamu0>;
3320408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x580>; /* DMA1LIODNR */
3330408753fSTimur Tabi	};
3340408753fSTimur Tabi
3358b8673b8SKumar Gala/include/ "qoriq-dma-1.dtsi"
3360408753fSTimur Tabi	dma@101300 {
3370408753fSTimur Tabi		fsl,iommu-parent = <&pamu0>;
3380408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */
3390408753fSTimur Tabi	};
3400408753fSTimur Tabi
3418b8673b8SKumar Gala/include/ "qoriq-espi-0.dtsi"
3428b8673b8SKumar Gala	spi@110000 {
3438b8673b8SKumar Gala		fsl,espi-num-chipselects = <4>;
3448b8673b8SKumar Gala	};
3458b8673b8SKumar Gala
3468b8673b8SKumar Gala/include/ "qoriq-esdhc-0.dtsi"
3478b8673b8SKumar Gala	sdhc@114000 {
3480408753fSTimur Tabi		fsl,iommu-parent = <&pamu1>;
3490408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */
3508b8673b8SKumar Gala		sdhci,auto-cmd12;
3518b8673b8SKumar Gala	};
3528b8673b8SKumar Gala
3538b8673b8SKumar Gala/include/ "qoriq-i2c-0.dtsi"
3548b8673b8SKumar Gala/include/ "qoriq-i2c-1.dtsi"
3558b8673b8SKumar Gala/include/ "qoriq-duart-0.dtsi"
3568b8673b8SKumar Gala/include/ "qoriq-duart-1.dtsi"
3578b8673b8SKumar Gala/include/ "qoriq-gpio-0.dtsi"
3588b8673b8SKumar Gala/include/ "qoriq-usb2-mph-0.dtsi"
3598b8673b8SKumar Gala	usb0: usb@210000 {
360465aceb8SRamneek Mehresh		compatible = "fsl-usb2-mph-v1.6", "fsl,mpc85xx-usb2-mph", "fsl-usb2-mph";
3618b8673b8SKumar Gala		phy_type = "utmi";
3620408753fSTimur Tabi		fsl,iommu-parent = <&pamu1>;
3630408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x520>; /* USB1LIODNR */
3648b8673b8SKumar Gala		port0;
3658b8673b8SKumar Gala	};
3668b8673b8SKumar Gala
3678b8673b8SKumar Gala/include/ "qoriq-usb2-dr-0.dtsi"
3688b8673b8SKumar Gala	usb1: usb@211000 {
369465aceb8SRamneek Mehresh		compatible = "fsl-usb2-dr-v1.6", "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr";
3700408753fSTimur Tabi		fsl,iommu-parent = <&pamu1>;
3710408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x524>; /* USB2LIODNR */
3728b8673b8SKumar Gala		dr_mode = "host";
3738b8673b8SKumar Gala		phy_type = "utmi";
3748b8673b8SKumar Gala	};
3758b8673b8SKumar Gala
3768b8673b8SKumar Gala/include/ "qoriq-sata2-0.dtsi"
3770408753fSTimur Tabi	sata@220000 {
3780408753fSTimur Tabi		fsl,iommu-parent = <&pamu1>;
3790408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x550>; /* SATA1LIODNR */
3800408753fSTimur Tabi	};
3810408753fSTimur Tabi
3828b8673b8SKumar Gala/include/ "qoriq-sata2-1.dtsi"
3830408753fSTimur Tabi	sata@221000 {
3840408753fSTimur Tabi		fsl,iommu-parent = <&pamu1>;
3850408753fSTimur Tabi		fsl,liodn-reg = <&guts 0x554>; /* SATA2LIODNR */
3860408753fSTimur Tabi	};
3870408753fSTimur Tabi
3888b8673b8SKumar Gala/include/ "qoriq-sec4.2-0.dtsi"
3890408753fSTimur Tabicrypto: crypto@300000 {
3900408753fSTimur Tabi		fsl,iommu-parent = <&pamu1>;
3910408753fSTimur Tabi	};
3928b8673b8SKumar Gala};
393