13d741971SKumar Gala/* 23d741971SKumar Gala * T4240 Silicon/SoC Device Tree Source (post include) 33d741971SKumar Gala * 4*da414bb9SIgal Liberman * Copyright 2012 - 2015 Freescale Semiconductor Inc. 53d741971SKumar Gala * 63d741971SKumar Gala * Redistribution and use in source and binary forms, with or without 73d741971SKumar Gala * modification, are permitted provided that the following conditions are met: 83d741971SKumar Gala * * Redistributions of source code must retain the above copyright 93d741971SKumar Gala * notice, this list of conditions and the following disclaimer. 103d741971SKumar Gala * * Redistributions in binary form must reproduce the above copyright 113d741971SKumar Gala * notice, this list of conditions and the following disclaimer in the 123d741971SKumar Gala * documentation and/or other materials provided with the distribution. 133d741971SKumar Gala * * Neither the name of Freescale Semiconductor nor the 143d741971SKumar Gala * names of its contributors may be used to endorse or promote products 153d741971SKumar Gala * derived from this software without specific prior written permission. 163d741971SKumar Gala * 173d741971SKumar Gala * 183d741971SKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the 193d741971SKumar Gala * GNU General Public License ("GPL") as published by the Free Software 203d741971SKumar Gala * Foundation, either version 2 of that License or (at your option) any 213d741971SKumar Gala * later version. 223d741971SKumar Gala * 233d741971SKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 243d741971SKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 253d741971SKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 263d741971SKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 273d741971SKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 283d741971SKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 293d741971SKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 303d741971SKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 313d741971SKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 323d741971SKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 333d741971SKumar Gala */ 343d741971SKumar Gala 351e8ed06dSKumar Gala&bman_fbpr { 361e8ed06dSKumar Gala compatible = "fsl,bman-fbpr"; 371e8ed06dSKumar Gala alloc-ranges = <0 0 0x10000 0>; 381e8ed06dSKumar Gala}; 391e8ed06dSKumar Gala 407f6972a0SKumar Gala&qman_fqd { 417f6972a0SKumar Gala compatible = "fsl,qman-fqd"; 427f6972a0SKumar Gala alloc-ranges = <0 0 0x10000 0>; 437f6972a0SKumar Gala}; 447f6972a0SKumar Gala 457f6972a0SKumar Gala&qman_pfdr { 467f6972a0SKumar Gala compatible = "fsl,qman-pfdr"; 477f6972a0SKumar Gala alloc-ranges = <0 0 0x10000 0>; 487f6972a0SKumar Gala}; 497f6972a0SKumar Gala 503d741971SKumar Gala&ifc { 513d741971SKumar Gala #address-cells = <2>; 523d741971SKumar Gala #size-cells = <1>; 533d741971SKumar Gala compatible = "fsl,ifc", "simple-bus"; 543d741971SKumar Gala interrupts = <25 2 0 0>; 553d741971SKumar Gala}; 563d741971SKumar Gala 573d741971SKumar Gala/* controller at 0x240000 */ 583d741971SKumar Gala&pci0 { 593d741971SKumar Gala compatible = "fsl,t4240-pcie", "fsl,qoriq-pcie-v3.0"; 603d741971SKumar Gala device_type = "pci"; 613d741971SKumar Gala #size-cells = <2>; 623d741971SKumar Gala #address-cells = <3>; 633d741971SKumar Gala bus-range = <0x0 0xff>; 643d741971SKumar Gala interrupts = <20 2 0 0>; 653d741971SKumar Gala pcie@0 { 663d741971SKumar Gala #interrupt-cells = <1>; 673d741971SKumar Gala #size-cells = <2>; 683d741971SKumar Gala #address-cells = <3>; 693d741971SKumar Gala device_type = "pci"; 709e2ecdbbSKevin Hao reg = <0 0 0 0 0>; 713d741971SKumar Gala interrupts = <20 2 0 0>; 723d741971SKumar Gala interrupt-map-mask = <0xf800 0 0 7>; 733d741971SKumar Gala interrupt-map = < 743d741971SKumar Gala /* IDSEL 0x0 */ 753d741971SKumar Gala 0000 0 0 1 &mpic 40 1 0 0 763d741971SKumar Gala 0000 0 0 2 &mpic 1 1 0 0 773d741971SKumar Gala 0000 0 0 3 &mpic 2 1 0 0 783d741971SKumar Gala 0000 0 0 4 &mpic 3 1 0 0 793d741971SKumar Gala >; 803d741971SKumar Gala }; 813d741971SKumar Gala}; 823d741971SKumar Gala 833d741971SKumar Gala/* controller at 0x250000 */ 843d741971SKumar Gala&pci1 { 853d741971SKumar Gala compatible = "fsl,t4240-pcie", "fsl,qoriq-pcie-v3.0"; 863d741971SKumar Gala device_type = "pci"; 873d741971SKumar Gala #size-cells = <2>; 883d741971SKumar Gala #address-cells = <3>; 893d741971SKumar Gala bus-range = <0 0xff>; 903d741971SKumar Gala interrupts = <21 2 0 0>; 913d741971SKumar Gala pcie@0 { 923d741971SKumar Gala #interrupt-cells = <1>; 933d741971SKumar Gala #size-cells = <2>; 943d741971SKumar Gala #address-cells = <3>; 953d741971SKumar Gala device_type = "pci"; 969e2ecdbbSKevin Hao reg = <0 0 0 0 0>; 973d741971SKumar Gala interrupts = <21 2 0 0>; 983d741971SKumar Gala interrupt-map-mask = <0xf800 0 0 7>; 993d741971SKumar Gala interrupt-map = < 1003d741971SKumar Gala /* IDSEL 0x0 */ 1013d741971SKumar Gala 0000 0 0 1 &mpic 41 1 0 0 1023d741971SKumar Gala 0000 0 0 2 &mpic 5 1 0 0 1033d741971SKumar Gala 0000 0 0 3 &mpic 6 1 0 0 1043d741971SKumar Gala 0000 0 0 4 &mpic 7 1 0 0 1053d741971SKumar Gala >; 1063d741971SKumar Gala }; 1073d741971SKumar Gala}; 1083d741971SKumar Gala 1093d741971SKumar Gala/* controller at 0x260000 */ 1103d741971SKumar Gala&pci2 { 1113d741971SKumar Gala compatible = "fsl,t4240-pcie", "fsl,qoriq-pcie-v3.0"; 1123d741971SKumar Gala device_type = "pci"; 1133d741971SKumar Gala #size-cells = <2>; 1143d741971SKumar Gala #address-cells = <3>; 1153d741971SKumar Gala bus-range = <0x0 0xff>; 1163d741971SKumar Gala interrupts = <22 2 0 0>; 1173d741971SKumar Gala pcie@0 { 1183d741971SKumar Gala #interrupt-cells = <1>; 1193d741971SKumar Gala #size-cells = <2>; 1203d741971SKumar Gala #address-cells = <3>; 1213d741971SKumar Gala device_type = "pci"; 1229e2ecdbbSKevin Hao reg = <0 0 0 0 0>; 1233d741971SKumar Gala interrupts = <22 2 0 0>; 1243d741971SKumar Gala interrupt-map-mask = <0xf800 0 0 7>; 1253d741971SKumar Gala interrupt-map = < 1263d741971SKumar Gala /* IDSEL 0x0 */ 1273d741971SKumar Gala 0000 0 0 1 &mpic 42 1 0 0 1283d741971SKumar Gala 0000 0 0 2 &mpic 9 1 0 0 1293d741971SKumar Gala 0000 0 0 3 &mpic 10 1 0 0 1303d741971SKumar Gala 0000 0 0 4 &mpic 11 1 0 0 1313d741971SKumar Gala >; 1323d741971SKumar Gala }; 1333d741971SKumar Gala}; 1343d741971SKumar Gala 1353d741971SKumar Gala/* controller at 0x270000 */ 1363d741971SKumar Gala&pci3 { 1373d741971SKumar Gala compatible = "fsl,t4240-pcie", "fsl,qoriq-pcie-v3.0"; 1383d741971SKumar Gala device_type = "pci"; 1393d741971SKumar Gala #size-cells = <2>; 1403d741971SKumar Gala #address-cells = <3>; 1413d741971SKumar Gala bus-range = <0x0 0xff>; 1423d741971SKumar Gala interrupts = <23 2 0 0>; 1433d741971SKumar Gala pcie@0 { 1443d741971SKumar Gala #interrupt-cells = <1>; 1453d741971SKumar Gala #size-cells = <2>; 1463d741971SKumar Gala #address-cells = <3>; 1473d741971SKumar Gala device_type = "pci"; 1489e2ecdbbSKevin Hao reg = <0 0 0 0 0>; 1493d741971SKumar Gala interrupts = <23 2 0 0>; 1503d741971SKumar Gala interrupt-map-mask = <0xf800 0 0 7>; 1513d741971SKumar Gala interrupt-map = < 1523d741971SKumar Gala /* IDSEL 0x0 */ 1533d741971SKumar Gala 0000 0 0 1 &mpic 43 1 0 0 1543d741971SKumar Gala 0000 0 0 2 &mpic 0 1 0 0 1553d741971SKumar Gala 0000 0 0 3 &mpic 4 1 0 0 1563d741971SKumar Gala 0000 0 0 4 &mpic 8 1 0 0 1573d741971SKumar Gala >; 1583d741971SKumar Gala }; 1593d741971SKumar Gala}; 1603d741971SKumar Gala 1613d741971SKumar Gala&rio { 1623d741971SKumar Gala compatible = "fsl,srio"; 1633d741971SKumar Gala interrupts = <16 2 1 11>; 1643d741971SKumar Gala #address-cells = <2>; 1653d741971SKumar Gala #size-cells = <2>; 1663d741971SKumar Gala ranges; 1673d741971SKumar Gala 1683d741971SKumar Gala port1 { 1693d741971SKumar Gala #address-cells = <2>; 1703d741971SKumar Gala #size-cells = <2>; 1713d741971SKumar Gala cell-index = <1>; 1723d741971SKumar Gala }; 1733d741971SKumar Gala 1743d741971SKumar Gala port2 { 1753d741971SKumar Gala #address-cells = <2>; 1763d741971SKumar Gala #size-cells = <2>; 1773d741971SKumar Gala cell-index = <2>; 1783d741971SKumar Gala }; 1793d741971SKumar Gala}; 1803d741971SKumar Gala 1818c33de98SStephen George&dcsr { 1828c33de98SStephen George #address-cells = <1>; 1838c33de98SStephen George #size-cells = <1>; 1848c33de98SStephen George compatible = "fsl,dcsr", "simple-bus"; 1858c33de98SStephen George 1868c33de98SStephen George dcsr-epu@0 { 1878c33de98SStephen George compatible = "fsl,t4240-dcsr-epu", "fsl,dcsr-epu"; 1888c33de98SStephen George interrupts = <52 2 0 0 1898c33de98SStephen George 84 2 0 0 1908c33de98SStephen George 85 2 0 0 1918c33de98SStephen George 94 2 0 0 1928c33de98SStephen George 95 2 0 0>; 1938c33de98SStephen George reg = <0x0 0x1000>; 1948c33de98SStephen George }; 1958c33de98SStephen George dcsr-npc { 1968c33de98SStephen George compatible = "fsl,t4240-dcsr-cnpc", "fsl,dcsr-cnpc"; 1978c33de98SStephen George reg = <0x1000 0x1000 0x1002000 0x10000>; 1988c33de98SStephen George }; 1998c33de98SStephen George dcsr-nxc@2000 { 2008c33de98SStephen George compatible = "fsl,dcsr-nxc"; 2018c33de98SStephen George reg = <0x2000 0x1000>; 2028c33de98SStephen George }; 2038c33de98SStephen George dcsr-corenet { 2048c33de98SStephen George compatible = "fsl,dcsr-corenet"; 2058c33de98SStephen George reg = <0x8000 0x1000 0x1A000 0x1000>; 2068c33de98SStephen George }; 2078c33de98SStephen George dcsr-dpaa@9000 { 2088c33de98SStephen George compatible = "fsl,t4240-dcsr-dpaa", "fsl,dcsr-dpaa"; 2098c33de98SStephen George reg = <0x9000 0x1000>; 2108c33de98SStephen George }; 2118c33de98SStephen George dcsr-ocn@11000 { 2128c33de98SStephen George compatible = "fsl,t4240-dcsr-ocn", "fsl,dcsr-ocn"; 2138c33de98SStephen George reg = <0x11000 0x1000>; 2148c33de98SStephen George }; 2158c33de98SStephen George dcsr-ddr@12000 { 2168c33de98SStephen George compatible = "fsl,dcsr-ddr"; 2178c33de98SStephen George dev-handle = <&ddr1>; 2188c33de98SStephen George reg = <0x12000 0x1000>; 2198c33de98SStephen George }; 2208c33de98SStephen George dcsr-ddr@13000 { 2218c33de98SStephen George compatible = "fsl,dcsr-ddr"; 2228c33de98SStephen George dev-handle = <&ddr2>; 2238c33de98SStephen George reg = <0x13000 0x1000>; 2248c33de98SStephen George }; 2258c33de98SStephen George dcsr-ddr@14000 { 2268c33de98SStephen George compatible = "fsl,dcsr-ddr"; 2278c33de98SStephen George dev-handle = <&ddr3>; 2288c33de98SStephen George reg = <0x14000 0x1000>; 2298c33de98SStephen George }; 2308c33de98SStephen George dcsr-nal@18000 { 2318c33de98SStephen George compatible = "fsl,t4240-dcsr-nal", "fsl,dcsr-nal"; 2328c33de98SStephen George reg = <0x18000 0x1000>; 2338c33de98SStephen George }; 2348c33de98SStephen George dcsr-rcpm@22000 { 2358c33de98SStephen George compatible = "fsl,t4240-dcsr-rcpm", "fsl,dcsr-rcpm"; 2368c33de98SStephen George reg = <0x22000 0x1000>; 2378c33de98SStephen George }; 2388c33de98SStephen George dcsr-snpc@30000 { 2398c33de98SStephen George compatible = "fsl,t4240-dcsr-snpc", "fsl,dcsr-snpc"; 2408c33de98SStephen George reg = <0x30000 0x1000 0x1022000 0x10000>; 2418c33de98SStephen George }; 2428c33de98SStephen George dcsr-snpc@31000 { 2438c33de98SStephen George compatible = "fsl,t4240-dcsr-snpc", "fsl,dcsr-snpc"; 2448c33de98SStephen George reg = <0x31000 0x1000 0x1042000 0x10000>; 2458c33de98SStephen George }; 2468c33de98SStephen George dcsr-snpc@32000 { 2478c33de98SStephen George compatible = "fsl,t4240-dcsr-snpc", "fsl,dcsr-snpc"; 2488c33de98SStephen George reg = <0x32000 0x1000 0x1062000 0x10000>; 2498c33de98SStephen George }; 2508c33de98SStephen George dcsr-cpu-sb-proxy@100000 { 2518c33de98SStephen George compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2528c33de98SStephen George cpu-handle = <&cpu0>; 2538c33de98SStephen George reg = <0x100000 0x1000 0x101000 0x1000>; 2548c33de98SStephen George }; 2558c33de98SStephen George dcsr-cpu-sb-proxy@108000 { 2568c33de98SStephen George compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2578c33de98SStephen George cpu-handle = <&cpu1>; 2588c33de98SStephen George reg = <0x108000 0x1000 0x109000 0x1000>; 2598c33de98SStephen George }; 2608c33de98SStephen George dcsr-cpu-sb-proxy@110000 { 2618c33de98SStephen George compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2628c33de98SStephen George cpu-handle = <&cpu2>; 2638c33de98SStephen George reg = <0x110000 0x1000 0x111000 0x1000>; 2648c33de98SStephen George }; 2658c33de98SStephen George dcsr-cpu-sb-proxy@118000 { 2668c33de98SStephen George compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2678c33de98SStephen George cpu-handle = <&cpu3>; 2688c33de98SStephen George reg = <0x118000 0x1000 0x119000 0x1000>; 2698c33de98SStephen George }; 2708c33de98SStephen George dcsr-cpu-sb-proxy@120000 { 2718c33de98SStephen George compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2728c33de98SStephen George cpu-handle = <&cpu4>; 2738c33de98SStephen George reg = <0x120000 0x1000 0x121000 0x1000>; 2748c33de98SStephen George }; 2758c33de98SStephen George dcsr-cpu-sb-proxy@128000 { 2768c33de98SStephen George compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2778c33de98SStephen George cpu-handle = <&cpu5>; 2788c33de98SStephen George reg = <0x128000 0x1000 0x129000 0x1000>; 2798c33de98SStephen George }; 2808c33de98SStephen George dcsr-cpu-sb-proxy@130000 { 2818c33de98SStephen George compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2828c33de98SStephen George cpu-handle = <&cpu6>; 2838c33de98SStephen George reg = <0x130000 0x1000 0x131000 0x1000>; 2848c33de98SStephen George }; 2858c33de98SStephen George dcsr-cpu-sb-proxy@138000 { 2868c33de98SStephen George compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2878c33de98SStephen George cpu-handle = <&cpu7>; 2888c33de98SStephen George reg = <0x138000 0x1000 0x139000 0x1000>; 2898c33de98SStephen George }; 2908c33de98SStephen George dcsr-cpu-sb-proxy@140000 { 2918c33de98SStephen George compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2928c33de98SStephen George cpu-handle = <&cpu8>; 2938c33de98SStephen George reg = <0x140000 0x1000 0x141000 0x1000>; 2948c33de98SStephen George }; 2958c33de98SStephen George dcsr-cpu-sb-proxy@148000 { 2968c33de98SStephen George compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 2978c33de98SStephen George cpu-handle = <&cpu9>; 2988c33de98SStephen George reg = <0x148000 0x1000 0x149000 0x1000>; 2998c33de98SStephen George }; 3008c33de98SStephen George dcsr-cpu-sb-proxy@150000 { 3018c33de98SStephen George compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 3028c33de98SStephen George cpu-handle = <&cpu10>; 3038c33de98SStephen George reg = <0x150000 0x1000 0x151000 0x1000>; 3048c33de98SStephen George }; 3058c33de98SStephen George dcsr-cpu-sb-proxy@158000 { 3068c33de98SStephen George compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 3078c33de98SStephen George cpu-handle = <&cpu11>; 3088c33de98SStephen George reg = <0x158000 0x1000 0x159000 0x1000>; 3098c33de98SStephen George }; 3108c33de98SStephen George}; 3118c33de98SStephen George 3121e8ed06dSKumar Gala&bportals { 3131e8ed06dSKumar Gala #address-cells = <0x1>; 3141e8ed06dSKumar Gala #size-cells = <0x1>; 3151e8ed06dSKumar Gala compatible = "simple-bus"; 3161e8ed06dSKumar Gala 3171e8ed06dSKumar Gala bman-portal@0 { 3181e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3191e8ed06dSKumar Gala reg = <0x0 0x4000>, <0x1000000 0x1000>; 3201e8ed06dSKumar Gala interrupts = <105 2 0 0>; 3211e8ed06dSKumar Gala }; 3221e8ed06dSKumar Gala bman-portal@4000 { 3231e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3241e8ed06dSKumar Gala reg = <0x4000 0x4000>, <0x1001000 0x1000>; 3251e8ed06dSKumar Gala interrupts = <107 2 0 0>; 3261e8ed06dSKumar Gala }; 3271e8ed06dSKumar Gala bman-portal@8000 { 3281e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3291e8ed06dSKumar Gala reg = <0x8000 0x4000>, <0x1002000 0x1000>; 3301e8ed06dSKumar Gala interrupts = <109 2 0 0>; 3311e8ed06dSKumar Gala }; 3321e8ed06dSKumar Gala bman-portal@c000 { 3331e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3341e8ed06dSKumar Gala reg = <0xc000 0x4000>, <0x1003000 0x1000>; 3351e8ed06dSKumar Gala interrupts = <111 2 0 0>; 3361e8ed06dSKumar Gala }; 3371e8ed06dSKumar Gala bman-portal@10000 { 3381e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3391e8ed06dSKumar Gala reg = <0x10000 0x4000>, <0x1004000 0x1000>; 3401e8ed06dSKumar Gala interrupts = <113 2 0 0>; 3411e8ed06dSKumar Gala }; 3421e8ed06dSKumar Gala bman-portal@14000 { 3431e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3441e8ed06dSKumar Gala reg = <0x14000 0x4000>, <0x1005000 0x1000>; 3451e8ed06dSKumar Gala interrupts = <115 2 0 0>; 3461e8ed06dSKumar Gala }; 3471e8ed06dSKumar Gala bman-portal@18000 { 3481e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3491e8ed06dSKumar Gala reg = <0x18000 0x4000>, <0x1006000 0x1000>; 3501e8ed06dSKumar Gala interrupts = <117 2 0 0>; 3511e8ed06dSKumar Gala }; 3521e8ed06dSKumar Gala bman-portal@1c000 { 3531e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3541e8ed06dSKumar Gala reg = <0x1c000 0x4000>, <0x1007000 0x1000>; 3551e8ed06dSKumar Gala interrupts = <119 2 0 0>; 3561e8ed06dSKumar Gala }; 3571e8ed06dSKumar Gala bman-portal@20000 { 3581e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3591e8ed06dSKumar Gala reg = <0x20000 0x4000>, <0x1008000 0x1000>; 3601e8ed06dSKumar Gala interrupts = <121 2 0 0>; 3611e8ed06dSKumar Gala }; 3621e8ed06dSKumar Gala bman-portal@24000 { 3631e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3641e8ed06dSKumar Gala reg = <0x24000 0x4000>, <0x1009000 0x1000>; 3651e8ed06dSKumar Gala interrupts = <123 2 0 0>; 3661e8ed06dSKumar Gala }; 3671e8ed06dSKumar Gala bman-portal@28000 { 3681e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3691e8ed06dSKumar Gala reg = <0x28000 0x4000>, <0x100a000 0x1000>; 3701e8ed06dSKumar Gala interrupts = <125 2 0 0>; 3711e8ed06dSKumar Gala }; 3721e8ed06dSKumar Gala bman-portal@2c000 { 3731e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3741e8ed06dSKumar Gala reg = <0x2c000 0x4000>, <0x100b000 0x1000>; 3751e8ed06dSKumar Gala interrupts = <127 2 0 0>; 3761e8ed06dSKumar Gala }; 3771e8ed06dSKumar Gala bman-portal@30000 { 3781e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3791e8ed06dSKumar Gala reg = <0x30000 0x4000>, <0x100c000 0x1000>; 3801e8ed06dSKumar Gala interrupts = <129 2 0 0>; 3811e8ed06dSKumar Gala }; 3821e8ed06dSKumar Gala bman-portal@34000 { 3831e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3841e8ed06dSKumar Gala reg = <0x34000 0x4000>, <0x100d000 0x1000>; 3851e8ed06dSKumar Gala interrupts = <131 2 0 0>; 3861e8ed06dSKumar Gala }; 3871e8ed06dSKumar Gala bman-portal@38000 { 3881e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3891e8ed06dSKumar Gala reg = <0x38000 0x4000>, <0x100e000 0x1000>; 3901e8ed06dSKumar Gala interrupts = <133 2 0 0>; 3911e8ed06dSKumar Gala }; 3921e8ed06dSKumar Gala bman-portal@3c000 { 3931e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3941e8ed06dSKumar Gala reg = <0x3c000 0x4000>, <0x100f000 0x1000>; 3951e8ed06dSKumar Gala interrupts = <135 2 0 0>; 3961e8ed06dSKumar Gala }; 3971e8ed06dSKumar Gala bman-portal@40000 { 3981e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 3991e8ed06dSKumar Gala reg = <0x40000 0x4000>, <0x1010000 0x1000>; 4001e8ed06dSKumar Gala interrupts = <137 2 0 0>; 4011e8ed06dSKumar Gala }; 4021e8ed06dSKumar Gala bman-portal@44000 { 4031e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4041e8ed06dSKumar Gala reg = <0x44000 0x4000>, <0x1011000 0x1000>; 4051e8ed06dSKumar Gala interrupts = <139 2 0 0>; 4061e8ed06dSKumar Gala }; 4071e8ed06dSKumar Gala bman-portal@48000 { 4081e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4091e8ed06dSKumar Gala reg = <0x48000 0x4000>, <0x1012000 0x1000>; 4101e8ed06dSKumar Gala interrupts = <141 2 0 0>; 4111e8ed06dSKumar Gala }; 4121e8ed06dSKumar Gala bman-portal@4c000 { 4131e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4141e8ed06dSKumar Gala reg = <0x4c000 0x4000>, <0x1013000 0x1000>; 4151e8ed06dSKumar Gala interrupts = <143 2 0 0>; 4161e8ed06dSKumar Gala }; 4171e8ed06dSKumar Gala bman-portal@50000 { 4181e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4191e8ed06dSKumar Gala reg = <0x50000 0x4000>, <0x1014000 0x1000>; 4201e8ed06dSKumar Gala interrupts = <145 2 0 0>; 4211e8ed06dSKumar Gala }; 4221e8ed06dSKumar Gala bman-portal@54000 { 4231e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4241e8ed06dSKumar Gala reg = <0x54000 0x4000>, <0x1015000 0x1000>; 4251e8ed06dSKumar Gala interrupts = <147 2 0 0>; 4261e8ed06dSKumar Gala }; 4271e8ed06dSKumar Gala bman-portal@58000 { 4281e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4291e8ed06dSKumar Gala reg = <0x58000 0x4000>, <0x1016000 0x1000>; 4301e8ed06dSKumar Gala interrupts = <149 2 0 0>; 4311e8ed06dSKumar Gala }; 4321e8ed06dSKumar Gala bman-portal@5c000 { 4331e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4341e8ed06dSKumar Gala reg = <0x5c000 0x4000>, <0x1017000 0x1000>; 4351e8ed06dSKumar Gala interrupts = <151 2 0 0>; 4361e8ed06dSKumar Gala }; 4371e8ed06dSKumar Gala bman-portal@60000 { 4381e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4391e8ed06dSKumar Gala reg = <0x60000 0x4000>, <0x1018000 0x1000>; 4401e8ed06dSKumar Gala interrupts = <153 2 0 0>; 4411e8ed06dSKumar Gala }; 4421e8ed06dSKumar Gala bman-portal@64000 { 4431e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4441e8ed06dSKumar Gala reg = <0x64000 0x4000>, <0x1019000 0x1000>; 4451e8ed06dSKumar Gala interrupts = <155 2 0 0>; 4461e8ed06dSKumar Gala }; 4471e8ed06dSKumar Gala bman-portal@68000 { 4481e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4491e8ed06dSKumar Gala reg = <0x68000 0x4000>, <0x101a000 0x1000>; 4501e8ed06dSKumar Gala interrupts = <157 2 0 0>; 4511e8ed06dSKumar Gala }; 4521e8ed06dSKumar Gala bman-portal@6c000 { 4531e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4541e8ed06dSKumar Gala reg = <0x6c000 0x4000>, <0x101b000 0x1000>; 4551e8ed06dSKumar Gala interrupts = <159 2 0 0>; 4561e8ed06dSKumar Gala }; 4571e8ed06dSKumar Gala bman-portal@70000 { 4581e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4591e8ed06dSKumar Gala reg = <0x70000 0x4000>, <0x101c000 0x1000>; 4601e8ed06dSKumar Gala interrupts = <161 2 0 0>; 4611e8ed06dSKumar Gala }; 4621e8ed06dSKumar Gala bman-portal@74000 { 4631e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4641e8ed06dSKumar Gala reg = <0x74000 0x4000>, <0x101d000 0x1000>; 4651e8ed06dSKumar Gala interrupts = <163 2 0 0>; 4661e8ed06dSKumar Gala }; 4671e8ed06dSKumar Gala bman-portal@78000 { 4681e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4691e8ed06dSKumar Gala reg = <0x78000 0x4000>, <0x101e000 0x1000>; 4701e8ed06dSKumar Gala interrupts = <165 2 0 0>; 4711e8ed06dSKumar Gala }; 4721e8ed06dSKumar Gala bman-portal@7c000 { 4731e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4741e8ed06dSKumar Gala reg = <0x7c000 0x4000>, <0x101f000 0x1000>; 4751e8ed06dSKumar Gala interrupts = <167 2 0 0>; 4761e8ed06dSKumar Gala }; 4771e8ed06dSKumar Gala bman-portal@80000 { 4781e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4791e8ed06dSKumar Gala reg = <0x80000 0x4000>, <0x1020000 0x1000>; 4801e8ed06dSKumar Gala interrupts = <169 2 0 0>; 4811e8ed06dSKumar Gala }; 4821e8ed06dSKumar Gala bman-portal@84000 { 4831e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4841e8ed06dSKumar Gala reg = <0x84000 0x4000>, <0x1021000 0x1000>; 4851e8ed06dSKumar Gala interrupts = <171 2 0 0>; 4861e8ed06dSKumar Gala }; 4871e8ed06dSKumar Gala bman-portal@88000 { 4881e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4891e8ed06dSKumar Gala reg = <0x88000 0x4000>, <0x1022000 0x1000>; 4901e8ed06dSKumar Gala interrupts = <173 2 0 0>; 4911e8ed06dSKumar Gala }; 4921e8ed06dSKumar Gala bman-portal@8c000 { 4931e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4941e8ed06dSKumar Gala reg = <0x8c000 0x4000>, <0x1023000 0x1000>; 4951e8ed06dSKumar Gala interrupts = <175 2 0 0>; 4961e8ed06dSKumar Gala }; 4971e8ed06dSKumar Gala bman-portal@90000 { 4981e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 4991e8ed06dSKumar Gala reg = <0x90000 0x4000>, <0x1024000 0x1000>; 5001e8ed06dSKumar Gala interrupts = <385 2 0 0>; 5011e8ed06dSKumar Gala }; 5021e8ed06dSKumar Gala bman-portal@94000 { 5031e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5041e8ed06dSKumar Gala reg = <0x94000 0x4000>, <0x1025000 0x1000>; 5051e8ed06dSKumar Gala interrupts = <387 2 0 0>; 5061e8ed06dSKumar Gala }; 5071e8ed06dSKumar Gala bman-portal@98000 { 5081e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5091e8ed06dSKumar Gala reg = <0x98000 0x4000>, <0x1026000 0x1000>; 5101e8ed06dSKumar Gala interrupts = <389 2 0 0>; 5111e8ed06dSKumar Gala }; 5121e8ed06dSKumar Gala bman-portal@9c000 { 5131e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5141e8ed06dSKumar Gala reg = <0x9c000 0x4000>, <0x1027000 0x1000>; 5151e8ed06dSKumar Gala interrupts = <391 2 0 0>; 5161e8ed06dSKumar Gala }; 5171e8ed06dSKumar Gala bman-portal@a0000 { 5181e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5191e8ed06dSKumar Gala reg = <0xa0000 0x4000>, <0x1028000 0x1000>; 5201e8ed06dSKumar Gala interrupts = <393 2 0 0>; 5211e8ed06dSKumar Gala }; 5221e8ed06dSKumar Gala bman-portal@a4000 { 5231e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5241e8ed06dSKumar Gala reg = <0xa4000 0x4000>, <0x1029000 0x1000>; 5251e8ed06dSKumar Gala interrupts = <395 2 0 0>; 5261e8ed06dSKumar Gala }; 5271e8ed06dSKumar Gala bman-portal@a8000 { 5281e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5291e8ed06dSKumar Gala reg = <0xa8000 0x4000>, <0x102a000 0x1000>; 5301e8ed06dSKumar Gala interrupts = <397 2 0 0>; 5311e8ed06dSKumar Gala }; 5321e8ed06dSKumar Gala bman-portal@ac000 { 5331e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5341e8ed06dSKumar Gala reg = <0xac000 0x4000>, <0x102b000 0x1000>; 5351e8ed06dSKumar Gala interrupts = <399 2 0 0>; 5361e8ed06dSKumar Gala }; 5371e8ed06dSKumar Gala bman-portal@b0000 { 5381e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5391e8ed06dSKumar Gala reg = <0xb0000 0x4000>, <0x102c000 0x1000>; 5401e8ed06dSKumar Gala interrupts = <401 2 0 0>; 5411e8ed06dSKumar Gala }; 5421e8ed06dSKumar Gala bman-portal@b4000 { 5431e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5441e8ed06dSKumar Gala reg = <0xb4000 0x4000>, <0x102d000 0x1000>; 5451e8ed06dSKumar Gala interrupts = <403 2 0 0>; 5461e8ed06dSKumar Gala }; 5471e8ed06dSKumar Gala bman-portal@b8000 { 5481e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5491e8ed06dSKumar Gala reg = <0xb8000 0x4000>, <0x102e000 0x1000>; 5501e8ed06dSKumar Gala interrupts = <405 2 0 0>; 5511e8ed06dSKumar Gala }; 5521e8ed06dSKumar Gala bman-portal@bc000 { 5531e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5541e8ed06dSKumar Gala reg = <0xbc000 0x4000>, <0x102f000 0x1000>; 5551e8ed06dSKumar Gala interrupts = <407 2 0 0>; 5561e8ed06dSKumar Gala }; 5571e8ed06dSKumar Gala bman-portal@c0000 { 5581e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5591e8ed06dSKumar Gala reg = <0xc0000 0x4000>, <0x1030000 0x1000>; 5601e8ed06dSKumar Gala interrupts = <409 2 0 0>; 5611e8ed06dSKumar Gala }; 5621e8ed06dSKumar Gala bman-portal@c4000 { 5631e8ed06dSKumar Gala compatible = "fsl,bman-portal"; 5641e8ed06dSKumar Gala reg = <0xc4000 0x4000>, <0x1031000 0x1000>; 5651e8ed06dSKumar Gala interrupts = <411 2 0 0>; 5661e8ed06dSKumar Gala }; 5671e8ed06dSKumar Gala}; 5681e8ed06dSKumar Gala 5697f6972a0SKumar Gala&qportals { 5707f6972a0SKumar Gala #address-cells = <0x1>; 5717f6972a0SKumar Gala #size-cells = <0x1>; 5727f6972a0SKumar Gala compatible = "simple-bus"; 5737f6972a0SKumar Gala 5747f6972a0SKumar Gala qportal0: qman-portal@0 { 5757f6972a0SKumar Gala compatible = "fsl,qman-portal"; 5767f6972a0SKumar Gala reg = <0x0 0x4000>, <0x1000000 0x1000>; 5777f6972a0SKumar Gala interrupts = <104 0x2 0 0>; 5787f6972a0SKumar Gala cell-index = <0x0>; 5797f6972a0SKumar Gala }; 5807f6972a0SKumar Gala qportal1: qman-portal@4000 { 5817f6972a0SKumar Gala compatible = "fsl,qman-portal"; 5827f6972a0SKumar Gala reg = <0x4000 0x4000>, <0x1001000 0x1000>; 5837f6972a0SKumar Gala interrupts = <106 0x2 0 0>; 5847f6972a0SKumar Gala cell-index = <0x1>; 5857f6972a0SKumar Gala }; 5867f6972a0SKumar Gala qportal2: qman-portal@8000 { 5877f6972a0SKumar Gala compatible = "fsl,qman-portal"; 5887f6972a0SKumar Gala reg = <0x8000 0x4000>, <0x1002000 0x1000>; 5897f6972a0SKumar Gala interrupts = <108 0x2 0 0>; 5907f6972a0SKumar Gala cell-index = <0x2>; 5917f6972a0SKumar Gala }; 5927f6972a0SKumar Gala qportal3: qman-portal@c000 { 5937f6972a0SKumar Gala compatible = "fsl,qman-portal"; 5947f6972a0SKumar Gala reg = <0xc000 0x4000>, <0x1003000 0x1000>; 5957f6972a0SKumar Gala interrupts = <110 0x2 0 0>; 5967f6972a0SKumar Gala cell-index = <0x3>; 5977f6972a0SKumar Gala }; 5987f6972a0SKumar Gala qportal4: qman-portal@10000 { 5997f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6007f6972a0SKumar Gala reg = <0x10000 0x4000>, <0x1004000 0x1000>; 6017f6972a0SKumar Gala interrupts = <112 0x2 0 0>; 6027f6972a0SKumar Gala cell-index = <0x4>; 6037f6972a0SKumar Gala }; 6047f6972a0SKumar Gala qportal5: qman-portal@14000 { 6057f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6067f6972a0SKumar Gala reg = <0x14000 0x4000>, <0x1005000 0x1000>; 6077f6972a0SKumar Gala interrupts = <114 0x2 0 0>; 6087f6972a0SKumar Gala cell-index = <0x5>; 6097f6972a0SKumar Gala }; 6107f6972a0SKumar Gala qportal6: qman-portal@18000 { 6117f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6127f6972a0SKumar Gala reg = <0x18000 0x4000>, <0x1006000 0x1000>; 6137f6972a0SKumar Gala interrupts = <116 0x2 0 0>; 6147f6972a0SKumar Gala cell-index = <0x6>; 6157f6972a0SKumar Gala }; 6167f6972a0SKumar Gala qportal7: qman-portal@1c000 { 6177f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6187f6972a0SKumar Gala reg = <0x1c000 0x4000>, <0x1007000 0x1000>; 6197f6972a0SKumar Gala interrupts = <118 0x2 0 0>; 6207f6972a0SKumar Gala cell-index = <0x7>; 6217f6972a0SKumar Gala }; 6227f6972a0SKumar Gala qportal8: qman-portal@20000 { 6237f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6247f6972a0SKumar Gala reg = <0x20000 0x4000>, <0x1008000 0x1000>; 6257f6972a0SKumar Gala interrupts = <120 0x2 0 0>; 6267f6972a0SKumar Gala cell-index = <0x8>; 6277f6972a0SKumar Gala }; 6287f6972a0SKumar Gala qportal9: qman-portal@24000 { 6297f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6307f6972a0SKumar Gala reg = <0x24000 0x4000>, <0x1009000 0x1000>; 6317f6972a0SKumar Gala interrupts = <122 0x2 0 0>; 6327f6972a0SKumar Gala cell-index = <0x9>; 6337f6972a0SKumar Gala }; 6347f6972a0SKumar Gala qportal10: qman-portal@28000 { 6357f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6367f6972a0SKumar Gala reg = <0x28000 0x4000>, <0x100a000 0x1000>; 6377f6972a0SKumar Gala interrupts = <124 0x2 0 0>; 6387f6972a0SKumar Gala cell-index = <0xa>; 6397f6972a0SKumar Gala }; 6407f6972a0SKumar Gala qportal11: qman-portal@2c000 { 6417f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6427f6972a0SKumar Gala reg = <0x2c000 0x4000>, <0x100b000 0x1000>; 6437f6972a0SKumar Gala interrupts = <126 0x2 0 0>; 6447f6972a0SKumar Gala cell-index = <0xb>; 6457f6972a0SKumar Gala }; 6467f6972a0SKumar Gala qportal12: qman-portal@30000 { 6477f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6487f6972a0SKumar Gala reg = <0x30000 0x4000>, <0x100c000 0x1000>; 6497f6972a0SKumar Gala interrupts = <128 0x2 0 0>; 6507f6972a0SKumar Gala cell-index = <0xc>; 6517f6972a0SKumar Gala }; 6527f6972a0SKumar Gala qportal13: qman-portal@34000 { 6537f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6547f6972a0SKumar Gala reg = <0x34000 0x4000>, <0x100d000 0x1000>; 6557f6972a0SKumar Gala interrupts = <130 0x2 0 0>; 6567f6972a0SKumar Gala cell-index = <0xd>; 6577f6972a0SKumar Gala }; 6587f6972a0SKumar Gala qportal14: qman-portal@38000 { 6597f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6607f6972a0SKumar Gala reg = <0x38000 0x4000>, <0x100e000 0x1000>; 6617f6972a0SKumar Gala interrupts = <132 0x2 0 0>; 6627f6972a0SKumar Gala cell-index = <0xe>; 6637f6972a0SKumar Gala }; 6647f6972a0SKumar Gala qportal15: qman-portal@3c000 { 6657f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6667f6972a0SKumar Gala reg = <0x3c000 0x4000>, <0x100f000 0x1000>; 6677f6972a0SKumar Gala interrupts = <134 0x2 0 0>; 6687f6972a0SKumar Gala cell-index = <0xf>; 6697f6972a0SKumar Gala }; 6707f6972a0SKumar Gala qportal16: qman-portal@40000 { 6717f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6727f6972a0SKumar Gala reg = <0x40000 0x4000>, <0x1010000 0x1000>; 6737f6972a0SKumar Gala interrupts = <136 0x2 0 0>; 6747f6972a0SKumar Gala cell-index = <0x10>; 6757f6972a0SKumar Gala }; 6767f6972a0SKumar Gala qportal17: qman-portal@44000 { 6777f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6787f6972a0SKumar Gala reg = <0x44000 0x4000>, <0x1011000 0x1000>; 6797f6972a0SKumar Gala interrupts = <138 0x2 0 0>; 6807f6972a0SKumar Gala cell-index = <0x11>; 6817f6972a0SKumar Gala }; 6827f6972a0SKumar Gala qportal18: qman-portal@48000 { 6837f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6847f6972a0SKumar Gala reg = <0x48000 0x4000>, <0x1012000 0x1000>; 6857f6972a0SKumar Gala interrupts = <140 0x2 0 0>; 6867f6972a0SKumar Gala cell-index = <0x12>; 6877f6972a0SKumar Gala }; 6887f6972a0SKumar Gala qportal19: qman-portal@4c000 { 6897f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6907f6972a0SKumar Gala reg = <0x4c000 0x4000>, <0x1013000 0x1000>; 6917f6972a0SKumar Gala interrupts = <142 0x2 0 0>; 6927f6972a0SKumar Gala cell-index = <0x13>; 6937f6972a0SKumar Gala }; 6947f6972a0SKumar Gala qportal20: qman-portal@50000 { 6957f6972a0SKumar Gala compatible = "fsl,qman-portal"; 6967f6972a0SKumar Gala reg = <0x50000 0x4000>, <0x1014000 0x1000>; 6977f6972a0SKumar Gala interrupts = <144 0x2 0 0>; 6987f6972a0SKumar Gala cell-index = <0x14>; 6997f6972a0SKumar Gala }; 7007f6972a0SKumar Gala qportal21: qman-portal@54000 { 7017f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7027f6972a0SKumar Gala reg = <0x54000 0x4000>, <0x1015000 0x1000>; 7037f6972a0SKumar Gala interrupts = <146 0x2 0 0>; 7047f6972a0SKumar Gala cell-index = <0x15>; 7057f6972a0SKumar Gala }; 7067f6972a0SKumar Gala qportal22: qman-portal@58000 { 7077f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7087f6972a0SKumar Gala reg = <0x58000 0x4000>, <0x1016000 0x1000>; 7097f6972a0SKumar Gala interrupts = <148 0x2 0 0>; 7107f6972a0SKumar Gala cell-index = <0x16>; 7117f6972a0SKumar Gala }; 7127f6972a0SKumar Gala qportal23: qman-portal@5c000 { 7137f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7147f6972a0SKumar Gala reg = <0x5c000 0x4000>, <0x1017000 0x1000>; 7157f6972a0SKumar Gala interrupts = <150 0x2 0 0>; 7167f6972a0SKumar Gala cell-index = <0x17>; 7177f6972a0SKumar Gala }; 7187f6972a0SKumar Gala qportal24: qman-portal@60000 { 7197f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7207f6972a0SKumar Gala reg = <0x60000 0x4000>, <0x1018000 0x1000>; 7217f6972a0SKumar Gala interrupts = <152 0x2 0 0>; 7227f6972a0SKumar Gala cell-index = <0x18>; 7237f6972a0SKumar Gala }; 7247f6972a0SKumar Gala qportal25: qman-portal@64000 { 7257f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7267f6972a0SKumar Gala reg = <0x64000 0x4000>, <0x1019000 0x1000>; 7277f6972a0SKumar Gala interrupts = <154 0x2 0 0>; 7287f6972a0SKumar Gala cell-index = <0x19>; 7297f6972a0SKumar Gala }; 7307f6972a0SKumar Gala qportal26: qman-portal@68000 { 7317f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7327f6972a0SKumar Gala reg = <0x68000 0x4000>, <0x101a000 0x1000>; 7337f6972a0SKumar Gala interrupts = <156 0x2 0 0>; 7347f6972a0SKumar Gala cell-index = <0x1a>; 7357f6972a0SKumar Gala }; 7367f6972a0SKumar Gala qportal27: qman-portal@6c000 { 7377f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7387f6972a0SKumar Gala reg = <0x6c000 0x4000>, <0x101b000 0x1000>; 7397f6972a0SKumar Gala interrupts = <158 0x2 0 0>; 7407f6972a0SKumar Gala cell-index = <0x1b>; 7417f6972a0SKumar Gala }; 7427f6972a0SKumar Gala qportal28: qman-portal@70000 { 7437f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7447f6972a0SKumar Gala reg = <0x70000 0x4000>, <0x101c000 0x1000>; 7457f6972a0SKumar Gala interrupts = <160 0x2 0 0>; 7467f6972a0SKumar Gala cell-index = <0x1c>; 7477f6972a0SKumar Gala }; 7487f6972a0SKumar Gala qportal29: qman-portal@74000 { 7497f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7507f6972a0SKumar Gala reg = <0x74000 0x4000>, <0x101d000 0x1000>; 7517f6972a0SKumar Gala interrupts = <162 0x2 0 0>; 7527f6972a0SKumar Gala cell-index = <0x1d>; 7537f6972a0SKumar Gala }; 7547f6972a0SKumar Gala qportal30: qman-portal@78000 { 7557f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7567f6972a0SKumar Gala reg = <0x78000 0x4000>, <0x101e000 0x1000>; 7577f6972a0SKumar Gala interrupts = <164 0x2 0 0>; 7587f6972a0SKumar Gala cell-index = <0x1e>; 7597f6972a0SKumar Gala }; 7607f6972a0SKumar Gala qportal31: qman-portal@7c000 { 7617f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7627f6972a0SKumar Gala reg = <0x7c000 0x4000>, <0x101f000 0x1000>; 7637f6972a0SKumar Gala interrupts = <166 0x2 0 0>; 7647f6972a0SKumar Gala cell-index = <0x1f>; 7657f6972a0SKumar Gala }; 7667f6972a0SKumar Gala qportal32: qman-portal@80000 { 7677f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7687f6972a0SKumar Gala reg = <0x80000 0x4000>, <0x1020000 0x1000>; 7697f6972a0SKumar Gala interrupts = <168 0x2 0 0>; 7707f6972a0SKumar Gala cell-index = <0x20>; 7717f6972a0SKumar Gala }; 7727f6972a0SKumar Gala qportal33: qman-portal@84000 { 7737f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7747f6972a0SKumar Gala reg = <0x84000 0x4000>, <0x1021000 0x1000>; 7757f6972a0SKumar Gala interrupts = <170 0x2 0 0>; 7767f6972a0SKumar Gala cell-index = <0x21>; 7777f6972a0SKumar Gala }; 7787f6972a0SKumar Gala qportal34: qman-portal@88000 { 7797f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7807f6972a0SKumar Gala reg = <0x88000 0x4000>, <0x1022000 0x1000>; 7817f6972a0SKumar Gala interrupts = <172 0x2 0 0>; 7827f6972a0SKumar Gala cell-index = <0x22>; 7837f6972a0SKumar Gala }; 7847f6972a0SKumar Gala qportal35: qman-portal@8c000 { 7857f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7867f6972a0SKumar Gala reg = <0x8c000 0x4000>, <0x1023000 0x1000>; 7877f6972a0SKumar Gala interrupts = <174 0x2 0 0>; 7887f6972a0SKumar Gala cell-index = <0x23>; 7897f6972a0SKumar Gala }; 7907f6972a0SKumar Gala qportal36: qman-portal@90000 { 7917f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7927f6972a0SKumar Gala reg = <0x90000 0x4000>, <0x1024000 0x1000>; 7937f6972a0SKumar Gala interrupts = <384 0x2 0 0>; 7947f6972a0SKumar Gala cell-index = <0x24>; 7957f6972a0SKumar Gala }; 7967f6972a0SKumar Gala qportal37: qman-portal@94000 { 7977f6972a0SKumar Gala compatible = "fsl,qman-portal"; 7987f6972a0SKumar Gala reg = <0x94000 0x4000>, <0x1025000 0x1000>; 7997f6972a0SKumar Gala interrupts = <386 0x2 0 0>; 8007f6972a0SKumar Gala cell-index = <0x25>; 8017f6972a0SKumar Gala }; 8027f6972a0SKumar Gala qportal38: qman-portal@98000 { 8037f6972a0SKumar Gala compatible = "fsl,qman-portal"; 8047f6972a0SKumar Gala reg = <0x98000 0x4000>, <0x1026000 0x1000>; 8057f6972a0SKumar Gala interrupts = <388 0x2 0 0>; 8067f6972a0SKumar Gala cell-index = <0x26>; 8077f6972a0SKumar Gala }; 8087f6972a0SKumar Gala qportal39: qman-portal@9c000 { 8097f6972a0SKumar Gala compatible = "fsl,qman-portal"; 8107f6972a0SKumar Gala reg = <0x9c000 0x4000>, <0x1027000 0x1000>; 8117f6972a0SKumar Gala interrupts = <390 0x2 0 0>; 8127f6972a0SKumar Gala cell-index = <0x27>; 8137f6972a0SKumar Gala }; 8147f6972a0SKumar Gala qportal40: qman-portal@a0000 { 8157f6972a0SKumar Gala compatible = "fsl,qman-portal"; 8167f6972a0SKumar Gala reg = <0xa0000 0x4000>, <0x1028000 0x1000>; 8177f6972a0SKumar Gala interrupts = <392 0x2 0 0>; 8187f6972a0SKumar Gala cell-index = <0x28>; 8197f6972a0SKumar Gala }; 8207f6972a0SKumar Gala qportal41: qman-portal@a4000 { 8217f6972a0SKumar Gala compatible = "fsl,qman-portal"; 8227f6972a0SKumar Gala reg = <0xa4000 0x4000>, <0x1029000 0x1000>; 8237f6972a0SKumar Gala interrupts = <394 0x2 0 0>; 8247f6972a0SKumar Gala cell-index = <0x29>; 8257f6972a0SKumar Gala }; 8267f6972a0SKumar Gala qportal42: qman-portal@a8000 { 8277f6972a0SKumar Gala compatible = "fsl,qman-portal"; 8287f6972a0SKumar Gala reg = <0xa8000 0x4000>, <0x102a000 0x1000>; 8297f6972a0SKumar Gala interrupts = <396 0x2 0 0>; 8307f6972a0SKumar Gala cell-index = <0x2a>; 8317f6972a0SKumar Gala }; 8327f6972a0SKumar Gala qportal43: qman-portal@ac000 { 8337f6972a0SKumar Gala compatible = "fsl,qman-portal"; 8347f6972a0SKumar Gala reg = <0xac000 0x4000>, <0x102b000 0x1000>; 8357f6972a0SKumar Gala interrupts = <398 0x2 0 0>; 8367f6972a0SKumar Gala cell-index = <0x2b>; 8377f6972a0SKumar Gala }; 8387f6972a0SKumar Gala qportal44: qman-portal@b0000 { 8397f6972a0SKumar Gala compatible = "fsl,qman-portal"; 8407f6972a0SKumar Gala reg = <0xb0000 0x4000>, <0x102c000 0x1000>; 8417f6972a0SKumar Gala interrupts = <400 0x2 0 0>; 8427f6972a0SKumar Gala cell-index = <0x2c>; 8437f6972a0SKumar Gala }; 8447f6972a0SKumar Gala qportal45: qman-portal@b4000 { 8457f6972a0SKumar Gala compatible = "fsl,qman-portal"; 8467f6972a0SKumar Gala reg = <0xb4000 0x4000>, <0x102d000 0x1000>; 8477f6972a0SKumar Gala interrupts = <402 0x2 0 0>; 8487f6972a0SKumar Gala cell-index = <0x2d>; 8497f6972a0SKumar Gala }; 8507f6972a0SKumar Gala qportal46: qman-portal@b8000 { 8517f6972a0SKumar Gala compatible = "fsl,qman-portal"; 8527f6972a0SKumar Gala reg = <0xb8000 0x4000>, <0x102e000 0x1000>; 8537f6972a0SKumar Gala interrupts = <404 0x2 0 0>; 8547f6972a0SKumar Gala cell-index = <0x2e>; 8557f6972a0SKumar Gala }; 8567f6972a0SKumar Gala qportal47: qman-portal@bc000 { 8577f6972a0SKumar Gala compatible = "fsl,qman-portal"; 8587f6972a0SKumar Gala reg = <0xbc000 0x4000>, <0x102f000 0x1000>; 8597f6972a0SKumar Gala interrupts = <406 0x2 0 0>; 8607f6972a0SKumar Gala cell-index = <0x2f>; 8617f6972a0SKumar Gala }; 8627f6972a0SKumar Gala qportal48: qman-portal@c0000 { 8637f6972a0SKumar Gala compatible = "fsl,qman-portal"; 8647f6972a0SKumar Gala reg = <0xc0000 0x4000>, <0x1030000 0x1000>; 8657f6972a0SKumar Gala interrupts = <408 0x2 0 0>; 8667f6972a0SKumar Gala cell-index = <0x30>; 8677f6972a0SKumar Gala }; 8687f6972a0SKumar Gala qportal49: qman-portal@c4000 { 8697f6972a0SKumar Gala compatible = "fsl,qman-portal"; 8707f6972a0SKumar Gala reg = <0xc4000 0x4000>, <0x1031000 0x1000>; 8717f6972a0SKumar Gala interrupts = <410 0x2 0 0>; 8727f6972a0SKumar Gala cell-index = <0x31>; 8737f6972a0SKumar Gala }; 8747f6972a0SKumar Gala}; 8757f6972a0SKumar Gala 8763d741971SKumar Gala&soc { 8773d741971SKumar Gala #address-cells = <1>; 8783d741971SKumar Gala #size-cells = <1>; 8793d741971SKumar Gala device_type = "soc"; 8803d741971SKumar Gala compatible = "simple-bus"; 8813d741971SKumar Gala 8823d741971SKumar Gala soc-sram-error { 8833d741971SKumar Gala compatible = "fsl,soc-sram-error"; 8843d741971SKumar Gala interrupts = <16 2 1 29>; 8853d741971SKumar Gala }; 8863d741971SKumar Gala 8873d741971SKumar Gala corenet-law@0 { 8883d741971SKumar Gala compatible = "fsl,corenet-law"; 8893d741971SKumar Gala reg = <0x0 0x1000>; 8903d741971SKumar Gala fsl,num-laws = <32>; 8913d741971SKumar Gala }; 8923d741971SKumar Gala 8933d741971SKumar Gala ddr1: memory-controller@8000 { 8943d741971SKumar Gala compatible = "fsl,qoriq-memory-controller-v4.7", 8953d741971SKumar Gala "fsl,qoriq-memory-controller"; 8963d741971SKumar Gala reg = <0x8000 0x1000>; 8973d741971SKumar Gala interrupts = <16 2 1 23>; 8983d741971SKumar Gala }; 8993d741971SKumar Gala 9003d741971SKumar Gala ddr2: memory-controller@9000 { 9013d741971SKumar Gala compatible = "fsl,qoriq-memory-controller-v4.7", 9023d741971SKumar Gala "fsl,qoriq-memory-controller"; 9033d741971SKumar Gala reg = <0x9000 0x1000>; 9043d741971SKumar Gala interrupts = <16 2 1 22>; 9053d741971SKumar Gala }; 9063d741971SKumar Gala 9073d741971SKumar Gala ddr3: memory-controller@a000 { 9083d741971SKumar Gala compatible = "fsl,qoriq-memory-controller-v4.7", 9093d741971SKumar Gala "fsl,qoriq-memory-controller"; 9103d741971SKumar Gala reg = <0xa000 0x1000>; 9113d741971SKumar Gala interrupts = <16 2 1 21>; 9123d741971SKumar Gala }; 9133d741971SKumar Gala 9143d741971SKumar Gala cpc: l3-cache-controller@10000 { 9153d741971SKumar Gala compatible = "fsl,t4240-l3-cache-controller", "cache"; 9163d741971SKumar Gala reg = <0x10000 0x1000 9173d741971SKumar Gala 0x11000 0x1000 9183d741971SKumar Gala 0x12000 0x1000>; 9193d741971SKumar Gala interrupts = <16 2 1 27 9203d741971SKumar Gala 16 2 1 26 9213d741971SKumar Gala 16 2 1 25>; 9223d741971SKumar Gala }; 9233d741971SKumar Gala 9243d741971SKumar Gala corenet-cf@18000 { 925f2e7bfbbSDiana Craciun compatible = "fsl,corenet2-cf", "fsl,corenet-cf"; 9263d741971SKumar Gala reg = <0x18000 0x1000>; 9273d741971SKumar Gala interrupts = <16 2 1 31>; 9283d741971SKumar Gala fsl,ccf-num-csdids = <32>; 9293d741971SKumar Gala fsl,ccf-num-snoopids = <32>; 9303d741971SKumar Gala }; 9313d741971SKumar Gala 9323d741971SKumar Gala iommu@20000 { 9333d741971SKumar Gala compatible = "fsl,pamu-v1.0", "fsl,pamu"; 9343d741971SKumar Gala reg = <0x20000 0x6000>; 935f2e7bfbbSDiana Craciun fsl,portid-mapping = <0x8000>; 9363d741971SKumar Gala interrupts = < 9373d741971SKumar Gala 24 2 0 0 9383d741971SKumar Gala 16 2 1 30>; 9393d741971SKumar Gala }; 9403d741971SKumar Gala 9416d854acdSMinghuan Lian/include/ "qoriq-mpic4.3.dtsi" 9423d741971SKumar Gala 9433d741971SKumar Gala guts: global-utilities@e0000 { 9443dfd44c5SKumar Gala compatible = "fsl,t4240-device-config", "fsl,qoriq-device-config-2.0"; 9453d741971SKumar Gala reg = <0xe0000 0xe00>; 9463d741971SKumar Gala fsl,has-rstcr; 9473d741971SKumar Gala fsl,liodn-bits = <12>; 9483d741971SKumar Gala }; 9493d741971SKumar Gala 950eaffcb0fSEmil Medve/include/ "qoriq-clockgen2.dtsi" 951eaffcb0fSEmil Medve global-utilities@e1000 { 9529ac8f50aSKumar Gala compatible = "fsl,t4240-clockgen", "fsl,qoriq-clockgen-2.0"; 9533d741971SKumar Gala }; 9543d741971SKumar Gala 9553d741971SKumar Gala rcpm: global-utilities@e2000 { 9569ac8f50aSKumar Gala compatible = "fsl,t4240-rcpm", "fsl,qoriq-rcpm-2.0"; 9573d741971SKumar Gala reg = <0xe2000 0x1000>; 9583d741971SKumar Gala }; 9593d741971SKumar Gala 9603d741971SKumar Gala sfp: sfp@e8000 { 9613d741971SKumar Gala compatible = "fsl,t4240-sfp"; 9623d741971SKumar Gala reg = <0xe8000 0x1000>; 9633d741971SKumar Gala }; 9643d741971SKumar Gala 9653d741971SKumar Gala serdes: serdes@ea000 { 9663d741971SKumar Gala compatible = "fsl,t4240-serdes"; 9673d741971SKumar Gala reg = <0xea000 0x4000>; 9683d741971SKumar Gala }; 9693d741971SKumar Gala 97003aa254fSHongbo Zhang/include/ "elo3-dma-0.dtsi" 97103aa254fSHongbo Zhang/include/ "elo3-dma-1.dtsi" 972db65025dSChunhe Lan/include/ "elo3-dma-2.dtsi" 9733d741971SKumar Gala 9743d741971SKumar Gala/include/ "qoriq-espi-0.dtsi" 9753d741971SKumar Gala spi@110000 { 9763d741971SKumar Gala fsl,espi-num-chipselects = <4>; 9773d741971SKumar Gala }; 9783d741971SKumar Gala 9793d741971SKumar Gala/include/ "qoriq-esdhc-0.dtsi" 9803d741971SKumar Gala sdhc@114000 { 9813d741971SKumar Gala compatible = "fsl,t4240-esdhc", "fsl,esdhc"; 9823d741971SKumar Gala sdhci,auto-cmd12; 9833d741971SKumar Gala }; 9843d741971SKumar Gala/include/ "qoriq-i2c-0.dtsi" 9853d741971SKumar Gala/include/ "qoriq-i2c-1.dtsi" 9863d741971SKumar Gala/include/ "qoriq-duart-0.dtsi" 9873d741971SKumar Gala/include/ "qoriq-duart-1.dtsi" 9883d741971SKumar Gala/include/ "qoriq-gpio-0.dtsi" 9893d741971SKumar Gala/include/ "qoriq-gpio-1.dtsi" 9903d741971SKumar Gala/include/ "qoriq-gpio-2.dtsi" 9913d741971SKumar Gala/include/ "qoriq-gpio-3.dtsi" 9923d741971SKumar Gala/include/ "qoriq-usb2-mph-0.dtsi" 9933d741971SKumar Gala usb0: usb@210000 { 99426a047abSNikhil Badola compatible = "fsl-usb2-mph-v2.5", "fsl-usb2-mph"; 9953d741971SKumar Gala phy_type = "utmi"; 9963d741971SKumar Gala port0; 9973d741971SKumar Gala }; 9983d741971SKumar Gala/include/ "qoriq-usb2-dr-0.dtsi" 9993d741971SKumar Gala usb1: usb@211000 { 100026a047abSNikhil Badola compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr"; 10013d741971SKumar Gala dr_mode = "host"; 10023d741971SKumar Gala phy_type = "utmi"; 10033d741971SKumar Gala }; 10043d741971SKumar Gala/include/ "qoriq-sata2-0.dtsi" 10053d741971SKumar Gala/include/ "qoriq-sata2-1.dtsi" 10063d741971SKumar Gala/include/ "qoriq-sec5.0-0.dtsi" 10077f6972a0SKumar Gala/include/ "qoriq-qman3.dtsi" 10081e8ed06dSKumar Gala/include/ "qoriq-bman1.dtsi" 10093d741971SKumar Gala 1010*da414bb9SIgal Liberman/include/ "qoriq-fman3-0.dtsi" 1011*da414bb9SIgal Liberman/include/ "qoriq-fman3-0-1g-0.dtsi" 1012*da414bb9SIgal Liberman/include/ "qoriq-fman3-0-1g-1.dtsi" 1013*da414bb9SIgal Liberman/include/ "qoriq-fman3-0-1g-2.dtsi" 1014*da414bb9SIgal Liberman/include/ "qoriq-fman3-0-1g-3.dtsi" 1015*da414bb9SIgal Liberman/include/ "qoriq-fman3-0-1g-4.dtsi" 1016*da414bb9SIgal Liberman/include/ "qoriq-fman3-0-1g-5.dtsi" 1017*da414bb9SIgal Liberman/include/ "qoriq-fman3-0-10g-0.dtsi" 1018*da414bb9SIgal Liberman/include/ "qoriq-fman3-0-10g-1.dtsi" 1019*da414bb9SIgal Liberman fman@400000 { 1020*da414bb9SIgal Liberman enet0: ethernet@e0000 { 1021*da414bb9SIgal Liberman }; 1022*da414bb9SIgal Liberman 1023*da414bb9SIgal Liberman enet1: ethernet@e2000 { 1024*da414bb9SIgal Liberman }; 1025*da414bb9SIgal Liberman 1026*da414bb9SIgal Liberman enet2: ethernet@e4000 { 1027*da414bb9SIgal Liberman }; 1028*da414bb9SIgal Liberman 1029*da414bb9SIgal Liberman enet3: ethernet@e6000 { 1030*da414bb9SIgal Liberman }; 1031*da414bb9SIgal Liberman 1032*da414bb9SIgal Liberman enet4: ethernet@e8000 { 1033*da414bb9SIgal Liberman }; 1034*da414bb9SIgal Liberman 1035*da414bb9SIgal Liberman enet5: ethernet@ea000 { 1036*da414bb9SIgal Liberman }; 1037*da414bb9SIgal Liberman 1038*da414bb9SIgal Liberman enet6: ethernet@f0000 { 1039*da414bb9SIgal Liberman }; 1040*da414bb9SIgal Liberman 1041*da414bb9SIgal Liberman enet7: ethernet@f2000 { 1042*da414bb9SIgal Liberman }; 1043*da414bb9SIgal Liberman 1044*da414bb9SIgal Liberman mdio@fc000 { 1045*da414bb9SIgal Liberman status = "disabled"; 1046*da414bb9SIgal Liberman }; 1047*da414bb9SIgal Liberman 1048*da414bb9SIgal Liberman mdio@fd000 { 1049*da414bb9SIgal Liberman status = "disabled"; 1050*da414bb9SIgal Liberman }; 1051*da414bb9SIgal Liberman }; 1052*da414bb9SIgal Liberman 1053*da414bb9SIgal Liberman/include/ "qoriq-fman3-1.dtsi" 1054*da414bb9SIgal Liberman/include/ "qoriq-fman3-1-1g-0.dtsi" 1055*da414bb9SIgal Liberman/include/ "qoriq-fman3-1-1g-1.dtsi" 1056*da414bb9SIgal Liberman/include/ "qoriq-fman3-1-1g-2.dtsi" 1057*da414bb9SIgal Liberman/include/ "qoriq-fman3-1-1g-3.dtsi" 1058*da414bb9SIgal Liberman/include/ "qoriq-fman3-1-1g-4.dtsi" 1059*da414bb9SIgal Liberman/include/ "qoriq-fman3-1-1g-5.dtsi" 1060*da414bb9SIgal Liberman/include/ "qoriq-fman3-1-10g-0.dtsi" 1061*da414bb9SIgal Liberman/include/ "qoriq-fman3-1-10g-1.dtsi" 1062*da414bb9SIgal Liberman fman@500000 { 1063*da414bb9SIgal Liberman enet8: ethernet@e0000 { 1064*da414bb9SIgal Liberman }; 1065*da414bb9SIgal Liberman 1066*da414bb9SIgal Liberman enet9: ethernet@e2000 { 1067*da414bb9SIgal Liberman }; 1068*da414bb9SIgal Liberman 1069*da414bb9SIgal Liberman enet10: ethernet@e4000 { 1070*da414bb9SIgal Liberman }; 1071*da414bb9SIgal Liberman 1072*da414bb9SIgal Liberman enet11: ethernet@e6000 { 1073*da414bb9SIgal Liberman }; 1074*da414bb9SIgal Liberman 1075*da414bb9SIgal Liberman enet12: ethernet@e8000 { 1076*da414bb9SIgal Liberman }; 1077*da414bb9SIgal Liberman 1078*da414bb9SIgal Liberman enet13: ethernet@ea000 { 1079*da414bb9SIgal Liberman }; 1080*da414bb9SIgal Liberman 1081*da414bb9SIgal Liberman enet14: ethernet@f0000 { 1082*da414bb9SIgal Liberman }; 1083*da414bb9SIgal Liberman 1084*da414bb9SIgal Liberman enet15: ethernet@f2000 { 1085*da414bb9SIgal Liberman }; 1086*da414bb9SIgal Liberman 1087*da414bb9SIgal Liberman mdio@fc000 { 1088*da414bb9SIgal Liberman interrupts = <100 1 0 0>; 1089*da414bb9SIgal Liberman }; 1090*da414bb9SIgal Liberman 1091*da414bb9SIgal Liberman mdio@fd000 { 1092*da414bb9SIgal Liberman interrupts = <101 1 0 0>; 1093*da414bb9SIgal Liberman }; 1094*da414bb9SIgal Liberman }; 1095*da414bb9SIgal Liberman 10963d741971SKumar Gala L2_1: l2-cache-controller@c20000 { 10973d741971SKumar Gala compatible = "fsl,t4240-l2-cache-controller"; 10983d741971SKumar Gala reg = <0xc20000 0x40000>; 10993d741971SKumar Gala next-level-cache = <&cpc>; 11003d741971SKumar Gala }; 11013d741971SKumar Gala L2_2: l2-cache-controller@c60000 { 11023d741971SKumar Gala compatible = "fsl,t4240-l2-cache-controller"; 11033d741971SKumar Gala reg = <0xc60000 0x40000>; 11043d741971SKumar Gala next-level-cache = <&cpc>; 11053d741971SKumar Gala }; 11063d741971SKumar Gala L2_3: l2-cache-controller@ca0000 { 11073d741971SKumar Gala compatible = "fsl,t4240-l2-cache-controller"; 11083d741971SKumar Gala reg = <0xca0000 0x40000>; 11093d741971SKumar Gala next-level-cache = <&cpc>; 11103d741971SKumar Gala }; 11113d741971SKumar Gala}; 1112