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 407f6972a0SKumar Gala&qman_fqd { 417f6972a0SKumar Gala compatible = "fsl,qman-fqd"; 427f6972a0SKumar Gala alloc-ranges = <0 0 0x10 0>; 437f6972a0SKumar Gala}; 447f6972a0SKumar Gala 457f6972a0SKumar Gala&qman_pfdr { 467f6972a0SKumar Gala compatible = "fsl,qman-pfdr"; 477f6972a0SKumar Gala alloc-ranges = <0 0 0x10 0>; 487f6972a0SKumar Gala}; 497f6972a0SKumar Gala 508b8673b8SKumar Gala&lbc { 518b8673b8SKumar Gala compatible = "fsl,p2041-elbc", "fsl,elbc", "simple-bus"; 528b8673b8SKumar Gala interrupts = <25 2 0 0>; 538b8673b8SKumar Gala #address-cells = <2>; 548b8673b8SKumar Gala #size-cells = <1>; 558b8673b8SKumar Gala}; 568b8673b8SKumar Gala 578b8673b8SKumar Gala/* controller at 0x200000 */ 588b8673b8SKumar Gala&pci0 { 598b8673b8SKumar Gala compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2"; 608b8673b8SKumar Gala device_type = "pci"; 618b8673b8SKumar Gala #size-cells = <2>; 628b8673b8SKumar Gala #address-cells = <3>; 638b8673b8SKumar Gala bus-range = <0x0 0xff>; 648b8673b8SKumar Gala clock-frequency = <33333333>; 658b8673b8SKumar Gala interrupts = <16 2 1 15>; 660408753fSTimur Tabi fsl,iommu-parent = <&pamu0>; 670408753fSTimur Tabi fsl,liodn-reg = <&guts 0x500>; /* PEX1LIODNR */ 688b8673b8SKumar Gala pcie@0 { 698b8673b8SKumar Gala reg = <0 0 0 0 0>; 708b8673b8SKumar Gala #interrupt-cells = <1>; 718b8673b8SKumar Gala #size-cells = <2>; 728b8673b8SKumar Gala #address-cells = <3>; 738b8673b8SKumar Gala device_type = "pci"; 748b8673b8SKumar Gala interrupts = <16 2 1 15>; 758b8673b8SKumar Gala interrupt-map-mask = <0xf800 0 0 7>; 768b8673b8SKumar Gala interrupt-map = < 778b8673b8SKumar Gala /* IDSEL 0x0 */ 788b8673b8SKumar Gala 0000 0 0 1 &mpic 40 1 0 0 798b8673b8SKumar Gala 0000 0 0 2 &mpic 1 1 0 0 808b8673b8SKumar Gala 0000 0 0 3 &mpic 2 1 0 0 818b8673b8SKumar Gala 0000 0 0 4 &mpic 3 1 0 0 828b8673b8SKumar Gala >; 838b8673b8SKumar Gala }; 848b8673b8SKumar Gala}; 858b8673b8SKumar Gala 868b8673b8SKumar Gala/* controller at 0x201000 */ 878b8673b8SKumar Gala&pci1 { 888b8673b8SKumar Gala compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2"; 898b8673b8SKumar Gala device_type = "pci"; 908b8673b8SKumar Gala #size-cells = <2>; 918b8673b8SKumar Gala #address-cells = <3>; 928b8673b8SKumar Gala bus-range = <0 0xff>; 938b8673b8SKumar Gala clock-frequency = <33333333>; 948b8673b8SKumar Gala interrupts = <16 2 1 14>; 950408753fSTimur Tabi fsl,iommu-parent = <&pamu0>; 960408753fSTimur Tabi fsl,liodn-reg = <&guts 0x504>; /* PEX2LIODNR */ 978b8673b8SKumar Gala pcie@0 { 988b8673b8SKumar Gala reg = <0 0 0 0 0>; 998b8673b8SKumar Gala #interrupt-cells = <1>; 1008b8673b8SKumar Gala #size-cells = <2>; 1018b8673b8SKumar Gala #address-cells = <3>; 1028b8673b8SKumar Gala device_type = "pci"; 1038b8673b8SKumar Gala interrupts = <16 2 1 14>; 1048b8673b8SKumar Gala interrupt-map-mask = <0xf800 0 0 7>; 1058b8673b8SKumar Gala interrupt-map = < 1068b8673b8SKumar Gala /* IDSEL 0x0 */ 1078b8673b8SKumar Gala 0000 0 0 1 &mpic 41 1 0 0 1088b8673b8SKumar Gala 0000 0 0 2 &mpic 5 1 0 0 1098b8673b8SKumar Gala 0000 0 0 3 &mpic 6 1 0 0 1108b8673b8SKumar Gala 0000 0 0 4 &mpic 7 1 0 0 1118b8673b8SKumar Gala >; 1128b8673b8SKumar Gala }; 1138b8673b8SKumar Gala}; 1148b8673b8SKumar Gala 1158b8673b8SKumar Gala/* controller at 0x202000 */ 1168b8673b8SKumar Gala&pci2 { 1178b8673b8SKumar Gala compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2"; 1188b8673b8SKumar Gala device_type = "pci"; 1198b8673b8SKumar Gala #size-cells = <2>; 1208b8673b8SKumar Gala #address-cells = <3>; 1218b8673b8SKumar Gala bus-range = <0x0 0xff>; 1228b8673b8SKumar Gala clock-frequency = <33333333>; 1238b8673b8SKumar Gala interrupts = <16 2 1 13>; 1240408753fSTimur Tabi fsl,iommu-parent = <&pamu0>; 1250408753fSTimur Tabi fsl,liodn-reg = <&guts 0x508>; /* PEX3LIODNR */ 1268b8673b8SKumar Gala pcie@0 { 1278b8673b8SKumar Gala reg = <0 0 0 0 0>; 1288b8673b8SKumar Gala #interrupt-cells = <1>; 1298b8673b8SKumar Gala #size-cells = <2>; 1308b8673b8SKumar Gala #address-cells = <3>; 1318b8673b8SKumar Gala device_type = "pci"; 1328b8673b8SKumar Gala interrupts = <16 2 1 13>; 1338b8673b8SKumar Gala interrupt-map-mask = <0xf800 0 0 7>; 1348b8673b8SKumar Gala interrupt-map = < 1358b8673b8SKumar Gala /* IDSEL 0x0 */ 1368b8673b8SKumar Gala 0000 0 0 1 &mpic 42 1 0 0 1378b8673b8SKumar Gala 0000 0 0 2 &mpic 9 1 0 0 1388b8673b8SKumar Gala 0000 0 0 3 &mpic 10 1 0 0 1398b8673b8SKumar Gala 0000 0 0 4 &mpic 11 1 0 0 1408b8673b8SKumar Gala >; 1418b8673b8SKumar Gala }; 1428b8673b8SKumar Gala}; 1438b8673b8SKumar Gala 14454986964SKumar Gala&rio { 14554986964SKumar Gala compatible = "fsl,srio"; 14654986964SKumar Gala interrupts = <16 2 1 11>; 14754986964SKumar Gala #address-cells = <2>; 14854986964SKumar Gala #size-cells = <2>; 1490408753fSTimur Tabi fsl,iommu-parent = <&pamu0>; 15054986964SKumar Gala ranges; 15154986964SKumar Gala 15254986964SKumar Gala port1 { 15354986964SKumar Gala #address-cells = <2>; 15454986964SKumar Gala #size-cells = <2>; 15554986964SKumar Gala cell-index = <1>; 1560408753fSTimur Tabi fsl,liodn-reg = <&guts 0x510>; /* RIO1LIODNR */ 15754986964SKumar Gala }; 15854986964SKumar Gala 15954986964SKumar Gala port2 { 16054986964SKumar Gala #address-cells = <2>; 16154986964SKumar Gala #size-cells = <2>; 16254986964SKumar Gala cell-index = <2>; 1630408753fSTimur Tabi fsl,liodn-reg = <&guts 0x514>; /* RIO2LIODNR */ 16454986964SKumar Gala }; 16554986964SKumar Gala}; 16654986964SKumar Gala 1678b8673b8SKumar Gala&dcsr { 1688b8673b8SKumar Gala #address-cells = <1>; 1698b8673b8SKumar Gala #size-cells = <1>; 1708b8673b8SKumar Gala compatible = "fsl,dcsr", "simple-bus"; 1718b8673b8SKumar Gala 1728b8673b8SKumar Gala dcsr-epu@0 { 17337f2808bSStephen George compatible = "fsl,p2041-dcsr-epu", "fsl,dcsr-epu"; 1748b8673b8SKumar Gala interrupts = <52 2 0 0 1758b8673b8SKumar Gala 84 2 0 0 1768b8673b8SKumar Gala 85 2 0 0>; 1778b8673b8SKumar Gala reg = <0x0 0x1000>; 1788b8673b8SKumar Gala }; 1798b8673b8SKumar Gala dcsr-npc { 1808b8673b8SKumar Gala compatible = "fsl,dcsr-npc"; 1818b8673b8SKumar Gala reg = <0x1000 0x1000 0x1000000 0x8000>; 1828b8673b8SKumar Gala }; 1838b8673b8SKumar Gala dcsr-nxc@2000 { 1848b8673b8SKumar Gala compatible = "fsl,dcsr-nxc"; 1858b8673b8SKumar Gala reg = <0x2000 0x1000>; 1868b8673b8SKumar Gala }; 1878b8673b8SKumar Gala dcsr-corenet { 1888b8673b8SKumar Gala compatible = "fsl,dcsr-corenet"; 1898b8673b8SKumar Gala reg = <0x8000 0x1000 0xB0000 0x1000>; 1908b8673b8SKumar Gala }; 1918b8673b8SKumar Gala dcsr-dpaa@9000 { 1928b8673b8SKumar Gala compatible = "fsl,p2041-dcsr-dpaa", "fsl,dcsr-dpaa"; 1938b8673b8SKumar Gala reg = <0x9000 0x1000>; 1948b8673b8SKumar Gala }; 1958b8673b8SKumar Gala dcsr-ocn@11000 { 1968b8673b8SKumar Gala compatible = "fsl,p2041-dcsr-ocn", "fsl,dcsr-ocn"; 1978b8673b8SKumar Gala reg = <0x11000 0x1000>; 1988b8673b8SKumar Gala }; 1998b8673b8SKumar Gala dcsr-ddr@12000 { 2008b8673b8SKumar Gala compatible = "fsl,dcsr-ddr"; 2018b8673b8SKumar Gala dev-handle = <&ddr1>; 2028b8673b8SKumar Gala reg = <0x12000 0x1000>; 2038b8673b8SKumar Gala }; 2048b8673b8SKumar Gala dcsr-nal@18000 { 2058b8673b8SKumar Gala compatible = "fsl,p2041-dcsr-nal", "fsl,dcsr-nal"; 2068b8673b8SKumar Gala reg = <0x18000 0x1000>; 2078b8673b8SKumar Gala }; 2088b8673b8SKumar Gala dcsr-rcpm@22000 { 2098b8673b8SKumar Gala compatible = "fsl,p2041-dcsr-rcpm", "fsl,dcsr-rcpm"; 2108b8673b8SKumar Gala reg = <0x22000 0x1000>; 2118b8673b8SKumar Gala }; 2128b8673b8SKumar Gala dcsr-cpu-sb-proxy@40000 { 2138b8673b8SKumar Gala compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2148b8673b8SKumar Gala cpu-handle = <&cpu0>; 2158b8673b8SKumar Gala reg = <0x40000 0x1000>; 2168b8673b8SKumar Gala }; 2178b8673b8SKumar Gala dcsr-cpu-sb-proxy@41000 { 2188b8673b8SKumar Gala compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2198b8673b8SKumar Gala cpu-handle = <&cpu1>; 2208b8673b8SKumar Gala reg = <0x41000 0x1000>; 2218b8673b8SKumar Gala }; 2228b8673b8SKumar Gala dcsr-cpu-sb-proxy@42000 { 2238b8673b8SKumar Gala compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2248b8673b8SKumar Gala cpu-handle = <&cpu2>; 2258b8673b8SKumar Gala reg = <0x42000 0x1000>; 2268b8673b8SKumar Gala }; 2278b8673b8SKumar Gala dcsr-cpu-sb-proxy@43000 { 2288b8673b8SKumar Gala compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2298b8673b8SKumar Gala cpu-handle = <&cpu3>; 2308b8673b8SKumar Gala reg = <0x43000 0x1000>; 2318b8673b8SKumar Gala }; 2328b8673b8SKumar Gala}; 2338b8673b8SKumar Gala 2341e8ed06dSKumar Gala/include/ "qoriq-bman1-portals.dtsi" 2351e8ed06dSKumar Gala 2367f6972a0SKumar Gala/include/ "qoriq-qman1-portals.dtsi" 2377f6972a0SKumar Gala 2388b8673b8SKumar Gala&soc { 2398b8673b8SKumar Gala #address-cells = <1>; 2408b8673b8SKumar Gala #size-cells = <1>; 2418b8673b8SKumar Gala device_type = "soc"; 2428b8673b8SKumar Gala compatible = "simple-bus"; 2438b8673b8SKumar Gala 2448b8673b8SKumar Gala soc-sram-error { 2458b8673b8SKumar Gala compatible = "fsl,soc-sram-error"; 2468b8673b8SKumar Gala interrupts = <16 2 1 29>; 2478b8673b8SKumar Gala }; 2488b8673b8SKumar Gala 2498b8673b8SKumar Gala corenet-law@0 { 2508b8673b8SKumar Gala compatible = "fsl,corenet-law"; 2518b8673b8SKumar Gala reg = <0x0 0x1000>; 2528b8673b8SKumar Gala fsl,num-laws = <32>; 2538b8673b8SKumar Gala }; 2548b8673b8SKumar Gala 2558b8673b8SKumar Gala ddr1: memory-controller@8000 { 2568b8673b8SKumar Gala compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller"; 2578b8673b8SKumar Gala reg = <0x8000 0x1000>; 2588b8673b8SKumar Gala interrupts = <16 2 1 23>; 2598b8673b8SKumar Gala }; 2608b8673b8SKumar Gala 2618b8673b8SKumar Gala cpc: l3-cache-controller@10000 { 2628b8673b8SKumar Gala compatible = "fsl,p2041-l3-cache-controller", "fsl,p4080-l3-cache-controller", "cache"; 2638b8673b8SKumar Gala reg = <0x10000 0x1000>; 2648b8673b8SKumar Gala interrupts = <16 2 1 27>; 2658b8673b8SKumar Gala }; 2668b8673b8SKumar Gala 2678b8673b8SKumar Gala corenet-cf@18000 { 268846c9443SDiana Craciun compatible = "fsl,corenet1-cf", "fsl,corenet-cf"; 2698b8673b8SKumar Gala reg = <0x18000 0x1000>; 2708b8673b8SKumar Gala interrupts = <16 2 1 31>; 2718b8673b8SKumar Gala fsl,ccf-num-csdids = <32>; 2728b8673b8SKumar Gala fsl,ccf-num-snoopids = <32>; 2738b8673b8SKumar Gala }; 2748b8673b8SKumar Gala 2758b8673b8SKumar Gala iommu@20000 { 2768b8673b8SKumar Gala compatible = "fsl,pamu-v1.0", "fsl,pamu"; 2770408753fSTimur Tabi reg = <0x20000 0x4000>; /* for compatibility with older PAMU drivers */ 2780408753fSTimur Tabi ranges = <0 0x20000 0x4000>; 2790408753fSTimur Tabi #address-cells = <1>; 2800408753fSTimur Tabi #size-cells = <1>; 2818b8673b8SKumar Gala interrupts = < 2828b8673b8SKumar Gala 24 2 0 0 2838b8673b8SKumar Gala 16 2 1 30>; 284e83eb028SScott Wood fsl,portid-mapping = <0x0f000000>; 2850408753fSTimur Tabi 2860408753fSTimur Tabi pamu0: pamu@0 { 2870408753fSTimur Tabi reg = <0 0x1000>; 2880408753fSTimur Tabi fsl,primary-cache-geometry = <32 1>; 2890408753fSTimur Tabi fsl,secondary-cache-geometry = <128 2>; 2900408753fSTimur Tabi }; 2910408753fSTimur Tabi 2920408753fSTimur Tabi pamu1: pamu@1000 { 2930408753fSTimur Tabi reg = <0x1000 0x1000>; 2940408753fSTimur Tabi fsl,primary-cache-geometry = <32 1>; 2950408753fSTimur Tabi fsl,secondary-cache-geometry = <128 2>; 2960408753fSTimur Tabi }; 2970408753fSTimur Tabi 2980408753fSTimur Tabi pamu2: pamu@2000 { 2990408753fSTimur Tabi reg = <0x2000 0x1000>; 3000408753fSTimur Tabi fsl,primary-cache-geometry = <32 1>; 3010408753fSTimur Tabi fsl,secondary-cache-geometry = <128 2>; 3020408753fSTimur Tabi }; 3030408753fSTimur Tabi 3040408753fSTimur Tabi pamu3: pamu@3000 { 3050408753fSTimur Tabi reg = <0x3000 0x1000>; 3060408753fSTimur Tabi fsl,primary-cache-geometry = <32 1>; 3070408753fSTimur Tabi fsl,secondary-cache-geometry = <128 2>; 3080408753fSTimur Tabi }; 3098b8673b8SKumar Gala }; 3108b8673b8SKumar Gala 3118b8673b8SKumar Gala/include/ "qoriq-mpic.dtsi" 3128b8673b8SKumar Gala 3138b8673b8SKumar Gala guts: global-utilities@e0000 { 3148b8673b8SKumar Gala compatible = "fsl,qoriq-device-config-1.0"; 3158b8673b8SKumar Gala reg = <0xe0000 0xe00>; 3168b8673b8SKumar Gala fsl,has-rstcr; 3178b8673b8SKumar Gala #sleep-cells = <1>; 3188b8673b8SKumar Gala fsl,liodn-bits = <12>; 3198b8673b8SKumar Gala }; 3208b8673b8SKumar Gala 3218b8673b8SKumar Gala pins: global-utilities@e0e00 { 3228b8673b8SKumar Gala compatible = "fsl,qoriq-pin-control-1.0"; 3238b8673b8SKumar Gala reg = <0xe0e00 0x200>; 3248b8673b8SKumar Gala #sleep-cells = <2>; 3258b8673b8SKumar Gala }; 3268b8673b8SKumar Gala 327eaffcb0fSEmil Medve/include/ "qoriq-clockgen1.dtsi" 328eaffcb0fSEmil Medve global-utilities@e1000 { 3298b8673b8SKumar Gala compatible = "fsl,p2041-clockgen", "fsl,qoriq-clockgen-1.0"; 3305d1a566eSTang Yuantian 3315d1a566eSTang Yuantian mux2: mux2@40 { 3325d1a566eSTang Yuantian #clock-cells = <0>; 3335d1a566eSTang Yuantian reg = <0x40 0x4>; 3345d1a566eSTang Yuantian compatible = "fsl,qoriq-core-mux-1.0"; 3355d1a566eSTang Yuantian clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; 3365d1a566eSTang Yuantian clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; 337db75c22fSValentin Longchamp clock-output-names = "cmux2"; 3385d1a566eSTang Yuantian }; 3395d1a566eSTang Yuantian 3405d1a566eSTang Yuantian mux3: mux3@60 { 3415d1a566eSTang Yuantian #clock-cells = <0>; 3425d1a566eSTang Yuantian reg = <0x60 0x4>; 3435d1a566eSTang Yuantian compatible = "fsl,qoriq-core-mux-1.0"; 3445d1a566eSTang Yuantian clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; 3455d1a566eSTang Yuantian clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; 3465d1a566eSTang Yuantian clock-output-names = "cmux3"; 3475d1a566eSTang Yuantian }; 3488b8673b8SKumar Gala }; 3498b8673b8SKumar Gala 3508b8673b8SKumar Gala rcpm: global-utilities@e2000 { 3518b8673b8SKumar Gala compatible = "fsl,qoriq-rcpm-1.0"; 3528b8673b8SKumar Gala reg = <0xe2000 0x1000>; 3538b8673b8SKumar Gala #sleep-cells = <1>; 3548b8673b8SKumar Gala }; 3558b8673b8SKumar Gala 3568b8673b8SKumar Gala sfp: sfp@e8000 { 3578b8673b8SKumar Gala compatible = "fsl,p2041-sfp", "fsl,qoriq-sfp-1.0"; 3588b8673b8SKumar Gala reg = <0xe8000 0x1000>; 3598b8673b8SKumar Gala }; 3608b8673b8SKumar Gala 3618b8673b8SKumar Gala serdes: serdes@ea000 { 3628b8673b8SKumar Gala compatible = "fsl,p2041-serdes"; 3638b8673b8SKumar Gala reg = <0xea000 0x1000>; 3648b8673b8SKumar Gala }; 3658b8673b8SKumar Gala 3668b8673b8SKumar Gala/include/ "qoriq-dma-0.dtsi" 3670408753fSTimur Tabi dma@100300 { 3680408753fSTimur Tabi fsl,iommu-parent = <&pamu0>; 3690408753fSTimur Tabi fsl,liodn-reg = <&guts 0x580>; /* DMA1LIODNR */ 3700408753fSTimur Tabi }; 3710408753fSTimur Tabi 3728b8673b8SKumar Gala/include/ "qoriq-dma-1.dtsi" 3730408753fSTimur Tabi dma@101300 { 3740408753fSTimur Tabi fsl,iommu-parent = <&pamu0>; 3750408753fSTimur Tabi fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */ 3760408753fSTimur Tabi }; 3770408753fSTimur Tabi 3788b8673b8SKumar Gala/include/ "qoriq-espi-0.dtsi" 3798b8673b8SKumar Gala spi@110000 { 3808b8673b8SKumar Gala fsl,espi-num-chipselects = <4>; 3818b8673b8SKumar Gala }; 3828b8673b8SKumar Gala 3838b8673b8SKumar Gala/include/ "qoriq-esdhc-0.dtsi" 3848b8673b8SKumar Gala sdhc@114000 { 3850408753fSTimur Tabi fsl,iommu-parent = <&pamu1>; 3860408753fSTimur Tabi fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */ 3878b8673b8SKumar Gala sdhci,auto-cmd12; 3888b8673b8SKumar Gala }; 3898b8673b8SKumar Gala 3908b8673b8SKumar Gala/include/ "qoriq-i2c-0.dtsi" 3918b8673b8SKumar Gala/include/ "qoriq-i2c-1.dtsi" 3928b8673b8SKumar Gala/include/ "qoriq-duart-0.dtsi" 3938b8673b8SKumar Gala/include/ "qoriq-duart-1.dtsi" 3948b8673b8SKumar Gala/include/ "qoriq-gpio-0.dtsi" 3958b8673b8SKumar Gala/include/ "qoriq-usb2-mph-0.dtsi" 3968b8673b8SKumar Gala usb0: usb@210000 { 397465aceb8SRamneek Mehresh compatible = "fsl-usb2-mph-v1.6", "fsl,mpc85xx-usb2-mph", "fsl-usb2-mph"; 3988b8673b8SKumar Gala phy_type = "utmi"; 3990408753fSTimur Tabi fsl,iommu-parent = <&pamu1>; 4000408753fSTimur Tabi fsl,liodn-reg = <&guts 0x520>; /* USB1LIODNR */ 4018b8673b8SKumar Gala port0; 4028b8673b8SKumar Gala }; 4038b8673b8SKumar Gala 4048b8673b8SKumar Gala/include/ "qoriq-usb2-dr-0.dtsi" 4058b8673b8SKumar Gala usb1: usb@211000 { 406465aceb8SRamneek Mehresh compatible = "fsl-usb2-dr-v1.6", "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr"; 4070408753fSTimur Tabi fsl,iommu-parent = <&pamu1>; 4080408753fSTimur Tabi fsl,liodn-reg = <&guts 0x524>; /* USB2LIODNR */ 4098b8673b8SKumar Gala dr_mode = "host"; 4108b8673b8SKumar Gala phy_type = "utmi"; 4118b8673b8SKumar Gala }; 4128b8673b8SKumar Gala 4138b8673b8SKumar Gala/include/ "qoriq-sata2-0.dtsi" 4140408753fSTimur Tabi sata@220000 { 4150408753fSTimur Tabi fsl,iommu-parent = <&pamu1>; 4160408753fSTimur Tabi fsl,liodn-reg = <&guts 0x550>; /* SATA1LIODNR */ 4170408753fSTimur Tabi }; 4180408753fSTimur Tabi 4198b8673b8SKumar Gala/include/ "qoriq-sata2-1.dtsi" 4200408753fSTimur Tabi sata@221000 { 4210408753fSTimur Tabi fsl,iommu-parent = <&pamu1>; 4220408753fSTimur Tabi fsl,liodn-reg = <&guts 0x554>; /* SATA2LIODNR */ 4230408753fSTimur Tabi }; 4240408753fSTimur Tabi 4258b8673b8SKumar Gala/include/ "qoriq-sec4.2-0.dtsi" 4260408753fSTimur Tabicrypto: crypto@300000 { 4270408753fSTimur Tabi fsl,iommu-parent = <&pamu1>; 4280408753fSTimur Tabi }; 4291e8ed06dSKumar Gala 4307f6972a0SKumar Gala/include/ "qoriq-qman1.dtsi" 4311e8ed06dSKumar Gala/include/ "qoriq-bman1.dtsi" 4328b8673b8SKumar Gala}; 433