1*4882a593Smuzhiyun/* 2*4882a593Smuzhiyun * B4420 Silicon/SoC Device Tree Source (post include) 3*4882a593Smuzhiyun * 4*4882a593Smuzhiyun * Copyright 2012 - 2015 Freescale Semiconductor, Inc. 5*4882a593Smuzhiyun * 6*4882a593Smuzhiyun * Redistribution and use in source and binary forms, with or without 7*4882a593Smuzhiyun * modification, are permitted provided that the following conditions are met: 8*4882a593Smuzhiyun * * Redistributions of source code must retain the above copyright 9*4882a593Smuzhiyun * notice, this list of conditions and the following disclaimer. 10*4882a593Smuzhiyun * * Redistributions in binary form must reproduce the above copyright 11*4882a593Smuzhiyun * notice, this list of conditions and the following disclaimer in the 12*4882a593Smuzhiyun * documentation and/or other materials provided with the distribution. 13*4882a593Smuzhiyun * * Neither the name of Freescale Semiconductor nor the 14*4882a593Smuzhiyun * names of its contributors may be used to endorse or promote products 15*4882a593Smuzhiyun * derived from this software without specific prior written permission. 16*4882a593Smuzhiyun * 17*4882a593Smuzhiyun * 18*4882a593Smuzhiyun * ALTERNATIVELY, this software may be distributed under the terms of the 19*4882a593Smuzhiyun * GNU General Public License ("GPL") as published by the Free Software 20*4882a593Smuzhiyun * Foundation, either version 2 of that License or (at your option) any 21*4882a593Smuzhiyun * later version. 22*4882a593Smuzhiyun * 23*4882a593Smuzhiyun * This software is provided by Freescale Semiconductor "as is" and any 24*4882a593Smuzhiyun * express or implied warranties, including, but not limited to, the implied 25*4882a593Smuzhiyun * warranties of merchantability and fitness for a particular purpose are 26*4882a593Smuzhiyun * disclaimed. In no event shall Freescale Semiconductor be liable for any 27*4882a593Smuzhiyun * direct, indirect, incidental, special, exemplary, or consequential damages 28*4882a593Smuzhiyun * (including, but not limited to, procurement of substitute goods or services; 29*4882a593Smuzhiyun * loss of use, data, or profits; or business interruption) however caused and 30*4882a593Smuzhiyun * on any theory of liability, whether in contract, strict liability, or tort 31*4882a593Smuzhiyun * (including negligence or otherwise) arising in any way out of the use of 32*4882a593Smuzhiyun * this software, even if advised of the possibility of such damage. 33*4882a593Smuzhiyun */ 34*4882a593Smuzhiyun 35*4882a593Smuzhiyun&bman_fbpr { 36*4882a593Smuzhiyun compatible = "fsl,bman-fbpr"; 37*4882a593Smuzhiyun alloc-ranges = <0 0 0x10000 0>; 38*4882a593Smuzhiyun}; 39*4882a593Smuzhiyun 40*4882a593Smuzhiyun&qman_fqd { 41*4882a593Smuzhiyun compatible = "fsl,qman-fqd"; 42*4882a593Smuzhiyun alloc-ranges = <0 0 0x10000 0>; 43*4882a593Smuzhiyun}; 44*4882a593Smuzhiyun 45*4882a593Smuzhiyun&qman_pfdr { 46*4882a593Smuzhiyun compatible = "fsl,qman-pfdr"; 47*4882a593Smuzhiyun alloc-ranges = <0 0 0x10000 0>; 48*4882a593Smuzhiyun}; 49*4882a593Smuzhiyun 50*4882a593Smuzhiyun&ifc { 51*4882a593Smuzhiyun #address-cells = <2>; 52*4882a593Smuzhiyun #size-cells = <1>; 53*4882a593Smuzhiyun compatible = "fsl,ifc", "simple-bus"; 54*4882a593Smuzhiyun interrupts = <25 2 0 0>; 55*4882a593Smuzhiyun}; 56*4882a593Smuzhiyun 57*4882a593Smuzhiyun/* controller at 0x200000 */ 58*4882a593Smuzhiyun&pci0 { 59*4882a593Smuzhiyun compatible = "fsl,b4-pcie", "fsl,qoriq-pcie-v2.4"; 60*4882a593Smuzhiyun device_type = "pci"; 61*4882a593Smuzhiyun #size-cells = <2>; 62*4882a593Smuzhiyun #address-cells = <3>; 63*4882a593Smuzhiyun bus-range = <0x0 0xff>; 64*4882a593Smuzhiyun interrupts = <20 2 0 0>; 65*4882a593Smuzhiyun fsl,iommu-parent = <&pamu0>; 66*4882a593Smuzhiyun pcie@0 { 67*4882a593Smuzhiyun #interrupt-cells = <1>; 68*4882a593Smuzhiyun #size-cells = <2>; 69*4882a593Smuzhiyun #address-cells = <3>; 70*4882a593Smuzhiyun device_type = "pci"; 71*4882a593Smuzhiyun reg = <0 0 0 0 0>; 72*4882a593Smuzhiyun interrupts = <20 2 0 0>; 73*4882a593Smuzhiyun interrupt-map-mask = <0xf800 0 0 7>; 74*4882a593Smuzhiyun interrupt-map = < 75*4882a593Smuzhiyun /* IDSEL 0x0 */ 76*4882a593Smuzhiyun 0000 0 0 1 &mpic 40 1 0 0 77*4882a593Smuzhiyun 0000 0 0 2 &mpic 1 1 0 0 78*4882a593Smuzhiyun 0000 0 0 3 &mpic 2 1 0 0 79*4882a593Smuzhiyun 0000 0 0 4 &mpic 3 1 0 0 80*4882a593Smuzhiyun >; 81*4882a593Smuzhiyun }; 82*4882a593Smuzhiyun}; 83*4882a593Smuzhiyun 84*4882a593Smuzhiyun&dcsr { 85*4882a593Smuzhiyun #address-cells = <1>; 86*4882a593Smuzhiyun #size-cells = <1>; 87*4882a593Smuzhiyun compatible = "fsl,dcsr", "simple-bus"; 88*4882a593Smuzhiyun 89*4882a593Smuzhiyun dcsr-epu@0 { 90*4882a593Smuzhiyun compatible = "fsl,b4-dcsr-epu", "fsl,dcsr-epu"; 91*4882a593Smuzhiyun interrupts = <52 2 0 0 92*4882a593Smuzhiyun 84 2 0 0 93*4882a593Smuzhiyun 85 2 0 0 94*4882a593Smuzhiyun 94 2 0 0 95*4882a593Smuzhiyun 95 2 0 0>; 96*4882a593Smuzhiyun reg = <0x0 0x1000>; 97*4882a593Smuzhiyun }; 98*4882a593Smuzhiyun dcsr-npc { 99*4882a593Smuzhiyun compatible = "fsl,b4-dcsr-cnpc", "fsl,dcsr-cnpc"; 100*4882a593Smuzhiyun reg = <0x1000 0x1000 0x1002000 0x10000>; 101*4882a593Smuzhiyun }; 102*4882a593Smuzhiyun dcsr-nxc@2000 { 103*4882a593Smuzhiyun compatible = "fsl,dcsr-nxc"; 104*4882a593Smuzhiyun reg = <0x2000 0x1000>; 105*4882a593Smuzhiyun }; 106*4882a593Smuzhiyun dcsr-corenet { 107*4882a593Smuzhiyun compatible = "fsl,dcsr-corenet"; 108*4882a593Smuzhiyun reg = <0x8000 0x1000 0x1A000 0x1000>; 109*4882a593Smuzhiyun }; 110*4882a593Smuzhiyun dcsr-dpaa@9000 { 111*4882a593Smuzhiyun compatible = "fsl,b4-dcsr-dpaa", "fsl,dcsr-dpaa"; 112*4882a593Smuzhiyun reg = <0x9000 0x1000>; 113*4882a593Smuzhiyun }; 114*4882a593Smuzhiyun dcsr-ocn@11000 { 115*4882a593Smuzhiyun compatible = "fsl,b4-dcsr-ocn", "fsl,dcsr-ocn"; 116*4882a593Smuzhiyun reg = <0x11000 0x1000>; 117*4882a593Smuzhiyun }; 118*4882a593Smuzhiyun dcsr-ddr@12000 { 119*4882a593Smuzhiyun compatible = "fsl,dcsr-ddr"; 120*4882a593Smuzhiyun dev-handle = <&ddr1>; 121*4882a593Smuzhiyun reg = <0x12000 0x1000>; 122*4882a593Smuzhiyun }; 123*4882a593Smuzhiyun dcsr-nal@18000 { 124*4882a593Smuzhiyun compatible = "fsl,b4-dcsr-nal", "fsl,dcsr-nal"; 125*4882a593Smuzhiyun reg = <0x18000 0x1000>; 126*4882a593Smuzhiyun }; 127*4882a593Smuzhiyun dcsr-rcpm@22000 { 128*4882a593Smuzhiyun compatible = "fsl,b4-dcsr-rcpm", "fsl,dcsr-rcpm"; 129*4882a593Smuzhiyun reg = <0x22000 0x1000>; 130*4882a593Smuzhiyun }; 131*4882a593Smuzhiyun dcsr-snpc@30000 { 132*4882a593Smuzhiyun compatible = "fsl,b4-dcsr-snpc", "fsl,dcsr-snpc"; 133*4882a593Smuzhiyun reg = <0x30000 0x1000 0x1022000 0x10000>; 134*4882a593Smuzhiyun }; 135*4882a593Smuzhiyun dcsr-snpc@31000 { 136*4882a593Smuzhiyun compatible = "fsl,b4-dcsr-snpc", "fsl,dcsr-snpc"; 137*4882a593Smuzhiyun reg = <0x31000 0x1000 0x1042000 0x10000>; 138*4882a593Smuzhiyun }; 139*4882a593Smuzhiyun dcsr-cpu-sb-proxy@100000 { 140*4882a593Smuzhiyun compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 141*4882a593Smuzhiyun cpu-handle = <&cpu0>; 142*4882a593Smuzhiyun reg = <0x100000 0x1000 0x101000 0x1000>; 143*4882a593Smuzhiyun }; 144*4882a593Smuzhiyun}; 145*4882a593Smuzhiyun 146*4882a593Smuzhiyun&bportals { 147*4882a593Smuzhiyun #address-cells = <0x1>; 148*4882a593Smuzhiyun #size-cells = <0x1>; 149*4882a593Smuzhiyun compatible = "simple-bus"; 150*4882a593Smuzhiyun 151*4882a593Smuzhiyun bman-portal@0 { 152*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 153*4882a593Smuzhiyun reg = <0x0 0x4000>, <0x1000000 0x1000>; 154*4882a593Smuzhiyun interrupts = <105 2 0 0>; 155*4882a593Smuzhiyun }; 156*4882a593Smuzhiyun bman-portal@4000 { 157*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 158*4882a593Smuzhiyun reg = <0x4000 0x4000>, <0x1001000 0x1000>; 159*4882a593Smuzhiyun interrupts = <107 2 0 0>; 160*4882a593Smuzhiyun }; 161*4882a593Smuzhiyun bman-portal@8000 { 162*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 163*4882a593Smuzhiyun reg = <0x8000 0x4000>, <0x1002000 0x1000>; 164*4882a593Smuzhiyun interrupts = <109 2 0 0>; 165*4882a593Smuzhiyun }; 166*4882a593Smuzhiyun bman-portal@c000 { 167*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 168*4882a593Smuzhiyun reg = <0xc000 0x4000>, <0x1003000 0x1000>; 169*4882a593Smuzhiyun interrupts = <111 2 0 0>; 170*4882a593Smuzhiyun }; 171*4882a593Smuzhiyun bman-portal@10000 { 172*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 173*4882a593Smuzhiyun reg = <0x10000 0x4000>, <0x1004000 0x1000>; 174*4882a593Smuzhiyun interrupts = <113 2 0 0>; 175*4882a593Smuzhiyun }; 176*4882a593Smuzhiyun bman-portal@14000 { 177*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 178*4882a593Smuzhiyun reg = <0x14000 0x4000>, <0x1005000 0x1000>; 179*4882a593Smuzhiyun interrupts = <115 2 0 0>; 180*4882a593Smuzhiyun }; 181*4882a593Smuzhiyun bman-portal@18000 { 182*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 183*4882a593Smuzhiyun reg = <0x18000 0x4000>, <0x1006000 0x1000>; 184*4882a593Smuzhiyun interrupts = <117 2 0 0>; 185*4882a593Smuzhiyun }; 186*4882a593Smuzhiyun bman-portal@1c000 { 187*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 188*4882a593Smuzhiyun reg = <0x1c000 0x4000>, <0x1007000 0x1000>; 189*4882a593Smuzhiyun interrupts = <119 2 0 0>; 190*4882a593Smuzhiyun }; 191*4882a593Smuzhiyun bman-portal@20000 { 192*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 193*4882a593Smuzhiyun reg = <0x20000 0x4000>, <0x1008000 0x1000>; 194*4882a593Smuzhiyun interrupts = <121 2 0 0>; 195*4882a593Smuzhiyun }; 196*4882a593Smuzhiyun bman-portal@24000 { 197*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 198*4882a593Smuzhiyun reg = <0x24000 0x4000>, <0x1009000 0x1000>; 199*4882a593Smuzhiyun interrupts = <123 2 0 0>; 200*4882a593Smuzhiyun }; 201*4882a593Smuzhiyun bman-portal@28000 { 202*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 203*4882a593Smuzhiyun reg = <0x28000 0x4000>, <0x100a000 0x1000>; 204*4882a593Smuzhiyun interrupts = <125 2 0 0>; 205*4882a593Smuzhiyun }; 206*4882a593Smuzhiyun bman-portal@2c000 { 207*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 208*4882a593Smuzhiyun reg = <0x2c000 0x4000>, <0x100b000 0x1000>; 209*4882a593Smuzhiyun interrupts = <127 2 0 0>; 210*4882a593Smuzhiyun }; 211*4882a593Smuzhiyun bman-portal@30000 { 212*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 213*4882a593Smuzhiyun reg = <0x30000 0x4000>, <0x100c000 0x1000>; 214*4882a593Smuzhiyun interrupts = <129 2 0 0>; 215*4882a593Smuzhiyun }; 216*4882a593Smuzhiyun bman-portal@34000 { 217*4882a593Smuzhiyun compatible = "fsl,bman-portal"; 218*4882a593Smuzhiyun reg = <0x34000 0x4000>, <0x100d000 0x1000>; 219*4882a593Smuzhiyun interrupts = <131 2 0 0>; 220*4882a593Smuzhiyun }; 221*4882a593Smuzhiyun}; 222*4882a593Smuzhiyun 223*4882a593Smuzhiyun&qportals { 224*4882a593Smuzhiyun #address-cells = <0x1>; 225*4882a593Smuzhiyun #size-cells = <0x1>; 226*4882a593Smuzhiyun compatible = "simple-bus"; 227*4882a593Smuzhiyun 228*4882a593Smuzhiyun qportal0: qman-portal@0 { 229*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 230*4882a593Smuzhiyun reg = <0x0 0x4000>, <0x1000000 0x1000>; 231*4882a593Smuzhiyun interrupts = <104 0x2 0 0>; 232*4882a593Smuzhiyun cell-index = <0x0>; 233*4882a593Smuzhiyun }; 234*4882a593Smuzhiyun qportal1: qman-portal@4000 { 235*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 236*4882a593Smuzhiyun reg = <0x4000 0x4000>, <0x1001000 0x1000>; 237*4882a593Smuzhiyun interrupts = <106 0x2 0 0>; 238*4882a593Smuzhiyun cell-index = <0x1>; 239*4882a593Smuzhiyun }; 240*4882a593Smuzhiyun qportal2: qman-portal@8000 { 241*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 242*4882a593Smuzhiyun reg = <0x8000 0x4000>, <0x1002000 0x1000>; 243*4882a593Smuzhiyun interrupts = <108 0x2 0 0>; 244*4882a593Smuzhiyun cell-index = <0x2>; 245*4882a593Smuzhiyun }; 246*4882a593Smuzhiyun qportal3: qman-portal@c000 { 247*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 248*4882a593Smuzhiyun reg = <0xc000 0x4000>, <0x1003000 0x1000>; 249*4882a593Smuzhiyun interrupts = <110 0x2 0 0>; 250*4882a593Smuzhiyun cell-index = <0x3>; 251*4882a593Smuzhiyun }; 252*4882a593Smuzhiyun qportal4: qman-portal@10000 { 253*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 254*4882a593Smuzhiyun reg = <0x10000 0x4000>, <0x1004000 0x1000>; 255*4882a593Smuzhiyun interrupts = <112 0x2 0 0>; 256*4882a593Smuzhiyun cell-index = <0x4>; 257*4882a593Smuzhiyun }; 258*4882a593Smuzhiyun qportal5: qman-portal@14000 { 259*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 260*4882a593Smuzhiyun reg = <0x14000 0x4000>, <0x1005000 0x1000>; 261*4882a593Smuzhiyun interrupts = <114 0x2 0 0>; 262*4882a593Smuzhiyun cell-index = <0x5>; 263*4882a593Smuzhiyun }; 264*4882a593Smuzhiyun qportal6: qman-portal@18000 { 265*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 266*4882a593Smuzhiyun reg = <0x18000 0x4000>, <0x1006000 0x1000>; 267*4882a593Smuzhiyun interrupts = <116 0x2 0 0>; 268*4882a593Smuzhiyun cell-index = <0x6>; 269*4882a593Smuzhiyun }; 270*4882a593Smuzhiyun qportal7: qman-portal@1c000 { 271*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 272*4882a593Smuzhiyun reg = <0x1c000 0x4000>, <0x1007000 0x1000>; 273*4882a593Smuzhiyun interrupts = <118 0x2 0 0>; 274*4882a593Smuzhiyun cell-index = <0x7>; 275*4882a593Smuzhiyun }; 276*4882a593Smuzhiyun qportal8: qman-portal@20000 { 277*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 278*4882a593Smuzhiyun reg = <0x20000 0x4000>, <0x1008000 0x1000>; 279*4882a593Smuzhiyun interrupts = <120 0x2 0 0>; 280*4882a593Smuzhiyun cell-index = <0x8>; 281*4882a593Smuzhiyun }; 282*4882a593Smuzhiyun qportal9: qman-portal@24000 { 283*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 284*4882a593Smuzhiyun reg = <0x24000 0x4000>, <0x1009000 0x1000>; 285*4882a593Smuzhiyun interrupts = <122 0x2 0 0>; 286*4882a593Smuzhiyun cell-index = <0x9>; 287*4882a593Smuzhiyun }; 288*4882a593Smuzhiyun qportal10: qman-portal@28000 { 289*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 290*4882a593Smuzhiyun reg = <0x28000 0x4000>, <0x100a000 0x1000>; 291*4882a593Smuzhiyun interrupts = <124 0x2 0 0>; 292*4882a593Smuzhiyun cell-index = <0xa>; 293*4882a593Smuzhiyun }; 294*4882a593Smuzhiyun qportal11: qman-portal@2c000 { 295*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 296*4882a593Smuzhiyun reg = <0x2c000 0x4000>, <0x100b000 0x1000>; 297*4882a593Smuzhiyun interrupts = <126 0x2 0 0>; 298*4882a593Smuzhiyun cell-index = <0xb>; 299*4882a593Smuzhiyun }; 300*4882a593Smuzhiyun qportal12: qman-portal@30000 { 301*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 302*4882a593Smuzhiyun reg = <0x30000 0x4000>, <0x100c000 0x1000>; 303*4882a593Smuzhiyun interrupts = <128 0x2 0 0>; 304*4882a593Smuzhiyun cell-index = <0xc>; 305*4882a593Smuzhiyun }; 306*4882a593Smuzhiyun qportal13: qman-portal@34000 { 307*4882a593Smuzhiyun compatible = "fsl,qman-portal"; 308*4882a593Smuzhiyun reg = <0x34000 0x4000>, <0x100d000 0x1000>; 309*4882a593Smuzhiyun interrupts = <130 0x2 0 0>; 310*4882a593Smuzhiyun cell-index = <0xd>; 311*4882a593Smuzhiyun }; 312*4882a593Smuzhiyun}; 313*4882a593Smuzhiyun 314*4882a593Smuzhiyun&soc { 315*4882a593Smuzhiyun #address-cells = <1>; 316*4882a593Smuzhiyun #size-cells = <1>; 317*4882a593Smuzhiyun device_type = "soc"; 318*4882a593Smuzhiyun compatible = "simple-bus"; 319*4882a593Smuzhiyun 320*4882a593Smuzhiyun soc-sram-error { 321*4882a593Smuzhiyun compatible = "fsl,soc-sram-error"; 322*4882a593Smuzhiyun interrupts = <16 2 1 2>; 323*4882a593Smuzhiyun }; 324*4882a593Smuzhiyun 325*4882a593Smuzhiyun corenet-law@0 { 326*4882a593Smuzhiyun compatible = "fsl,corenet-law"; 327*4882a593Smuzhiyun reg = <0x0 0x1000>; 328*4882a593Smuzhiyun fsl,num-laws = <32>; 329*4882a593Smuzhiyun }; 330*4882a593Smuzhiyun 331*4882a593Smuzhiyun ddr1: memory-controller@8000 { 332*4882a593Smuzhiyun compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller"; 333*4882a593Smuzhiyun reg = <0x8000 0x1000>; 334*4882a593Smuzhiyun interrupts = <16 2 1 8>; 335*4882a593Smuzhiyun }; 336*4882a593Smuzhiyun 337*4882a593Smuzhiyun cpc: l3-cache-controller@10000 { 338*4882a593Smuzhiyun compatible = "fsl,b4-l3-cache-controller", "cache"; 339*4882a593Smuzhiyun reg = <0x10000 0x1000>; 340*4882a593Smuzhiyun interrupts = <16 2 1 4>; 341*4882a593Smuzhiyun }; 342*4882a593Smuzhiyun 343*4882a593Smuzhiyun corenet-cf@18000 { 344*4882a593Smuzhiyun compatible = "fsl,corenet2-cf", "fsl,corenet-cf"; 345*4882a593Smuzhiyun reg = <0x18000 0x1000>; 346*4882a593Smuzhiyun interrupts = <16 2 1 0>; 347*4882a593Smuzhiyun fsl,ccf-num-csdids = <32>; 348*4882a593Smuzhiyun fsl,ccf-num-snoopids = <32>; 349*4882a593Smuzhiyun }; 350*4882a593Smuzhiyun 351*4882a593Smuzhiyun iommu@20000 { 352*4882a593Smuzhiyun compatible = "fsl,pamu-v1.0", "fsl,pamu"; 353*4882a593Smuzhiyun reg = <0x20000 0x4000>; 354*4882a593Smuzhiyun fsl,portid-mapping = <0x8000>; 355*4882a593Smuzhiyun #address-cells = <1>; 356*4882a593Smuzhiyun #size-cells = <1>; 357*4882a593Smuzhiyun interrupts = < 358*4882a593Smuzhiyun 24 2 0 0 359*4882a593Smuzhiyun 16 2 1 1>; 360*4882a593Smuzhiyun 361*4882a593Smuzhiyun 362*4882a593Smuzhiyun /* PCIe, DMA, SRIO */ 363*4882a593Smuzhiyun pamu0: pamu@0 { 364*4882a593Smuzhiyun reg = <0 0x1000>; 365*4882a593Smuzhiyun fsl,primary-cache-geometry = <8 1>; 366*4882a593Smuzhiyun fsl,secondary-cache-geometry = <32 2>; 367*4882a593Smuzhiyun }; 368*4882a593Smuzhiyun 369*4882a593Smuzhiyun /* AXI2, Maple */ 370*4882a593Smuzhiyun pamu1: pamu@1000 { 371*4882a593Smuzhiyun reg = <0x1000 0x1000>; 372*4882a593Smuzhiyun fsl,primary-cache-geometry = <32 1>; 373*4882a593Smuzhiyun fsl,secondary-cache-geometry = <32 2>; 374*4882a593Smuzhiyun }; 375*4882a593Smuzhiyun 376*4882a593Smuzhiyun /* Q/BMan */ 377*4882a593Smuzhiyun pamu2: pamu@2000 { 378*4882a593Smuzhiyun reg = <0x2000 0x1000>; 379*4882a593Smuzhiyun fsl,primary-cache-geometry = <32 1>; 380*4882a593Smuzhiyun fsl,secondary-cache-geometry = <32 2>; 381*4882a593Smuzhiyun }; 382*4882a593Smuzhiyun 383*4882a593Smuzhiyun /* AXI1, FMAN */ 384*4882a593Smuzhiyun pamu3: pamu@3000 { 385*4882a593Smuzhiyun reg = <0x3000 0x1000>; 386*4882a593Smuzhiyun fsl,primary-cache-geometry = <32 1>; 387*4882a593Smuzhiyun fsl,secondary-cache-geometry = <32 2>; 388*4882a593Smuzhiyun }; 389*4882a593Smuzhiyun }; 390*4882a593Smuzhiyun 391*4882a593Smuzhiyun/include/ "qoriq-mpic4.3.dtsi" 392*4882a593Smuzhiyun 393*4882a593Smuzhiyun guts: global-utilities@e0000 { 394*4882a593Smuzhiyun compatible = "fsl,b4-device-config"; 395*4882a593Smuzhiyun reg = <0xe0000 0xe00>; 396*4882a593Smuzhiyun fsl,has-rstcr; 397*4882a593Smuzhiyun fsl,liodn-bits = <12>; 398*4882a593Smuzhiyun }; 399*4882a593Smuzhiyun 400*4882a593Smuzhiyun/include/ "qoriq-clockgen2.dtsi" 401*4882a593Smuzhiyun 402*4882a593Smuzhiyun rcpm: global-utilities@e2000 { 403*4882a593Smuzhiyun compatible = "fsl,b4-rcpm", "fsl,qoriq-rcpm-2.0"; 404*4882a593Smuzhiyun reg = <0xe2000 0x1000>; 405*4882a593Smuzhiyun }; 406*4882a593Smuzhiyun 407*4882a593Smuzhiyun/include/ "elo3-dma-0.dtsi" 408*4882a593Smuzhiyun dma@100300 { 409*4882a593Smuzhiyun fsl,iommu-parent = <&pamu0>; 410*4882a593Smuzhiyun fsl,liodn-reg = <&guts 0x580>; /* DMA1LIODNR */ 411*4882a593Smuzhiyun }; 412*4882a593Smuzhiyun 413*4882a593Smuzhiyun/include/ "elo3-dma-1.dtsi" 414*4882a593Smuzhiyun dma@101300 { 415*4882a593Smuzhiyun fsl,iommu-parent = <&pamu0>; 416*4882a593Smuzhiyun fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */ 417*4882a593Smuzhiyun }; 418*4882a593Smuzhiyun 419*4882a593Smuzhiyun/include/ "qonverge-usb2-dr-0.dtsi" 420*4882a593Smuzhiyun usb0: usb@210000 { 421*4882a593Smuzhiyun compatible = "fsl-usb2-dr-v2.4", "fsl-usb2-dr"; 422*4882a593Smuzhiyun fsl,iommu-parent = <&pamu1>; 423*4882a593Smuzhiyun fsl,liodn-reg = <&guts 0x520>; /* USB1LIODNR */ 424*4882a593Smuzhiyun }; 425*4882a593Smuzhiyun 426*4882a593Smuzhiyun/include/ "qoriq-espi-0.dtsi" 427*4882a593Smuzhiyun spi@110000 { 428*4882a593Smuzhiyun fsl,espi-num-chipselects = <4>; 429*4882a593Smuzhiyun }; 430*4882a593Smuzhiyun 431*4882a593Smuzhiyun/include/ "qoriq-esdhc-0.dtsi" 432*4882a593Smuzhiyun sdhc@114000 { 433*4882a593Smuzhiyun sdhci,auto-cmd12; 434*4882a593Smuzhiyun fsl,iommu-parent = <&pamu1>; 435*4882a593Smuzhiyun fsl,liodn-reg = <&guts 0x530>; /* eSDHCLIODNR */ 436*4882a593Smuzhiyun }; 437*4882a593Smuzhiyun 438*4882a593Smuzhiyun/include/ "qoriq-i2c-0.dtsi" 439*4882a593Smuzhiyun/include/ "qoriq-i2c-1.dtsi" 440*4882a593Smuzhiyun/include/ "qoriq-duart-0.dtsi" 441*4882a593Smuzhiyun/include/ "qoriq-duart-1.dtsi" 442*4882a593Smuzhiyun/include/ "qoriq-sec5.3-0.dtsi" 443*4882a593Smuzhiyun 444*4882a593Smuzhiyun/include/ "qoriq-qman3.dtsi" 445*4882a593Smuzhiyun qman: qman@318000 { 446*4882a593Smuzhiyun interrupts = <16 2 1 28>; 447*4882a593Smuzhiyun }; 448*4882a593Smuzhiyun 449*4882a593Smuzhiyun/include/ "qoriq-bman1.dtsi" 450*4882a593Smuzhiyun bman: bman@31a000 { 451*4882a593Smuzhiyun interrupts = <16 2 1 29>; 452*4882a593Smuzhiyun }; 453*4882a593Smuzhiyun 454*4882a593Smuzhiyun/include/ "qoriq-fman3-0.dtsi" 455*4882a593Smuzhiyun/include/ "qoriq-fman3-0-1g-0.dtsi" 456*4882a593Smuzhiyun/include/ "qoriq-fman3-0-1g-1.dtsi" 457*4882a593Smuzhiyun/include/ "qoriq-fman3-0-1g-2.dtsi" 458*4882a593Smuzhiyun/include/ "qoriq-fman3-0-1g-3.dtsi" 459*4882a593Smuzhiyun fman@400000 { 460*4882a593Smuzhiyun interrupts = <96 2 0 0>, <16 2 1 30>; 461*4882a593Smuzhiyun 462*4882a593Smuzhiyun muram@0 { 463*4882a593Smuzhiyun compatible = "fsl,fman-muram"; 464*4882a593Smuzhiyun reg = <0x0 0x80000>; 465*4882a593Smuzhiyun }; 466*4882a593Smuzhiyun 467*4882a593Smuzhiyun enet0: ethernet@e0000 { 468*4882a593Smuzhiyun }; 469*4882a593Smuzhiyun 470*4882a593Smuzhiyun enet1: ethernet@e2000 { 471*4882a593Smuzhiyun }; 472*4882a593Smuzhiyun 473*4882a593Smuzhiyun enet2: ethernet@e4000 { 474*4882a593Smuzhiyun }; 475*4882a593Smuzhiyun 476*4882a593Smuzhiyun enet3: ethernet@e6000 { 477*4882a593Smuzhiyun }; 478*4882a593Smuzhiyun 479*4882a593Smuzhiyun mdio@fc000 { 480*4882a593Smuzhiyun interrupts = <100 1 0 0>; 481*4882a593Smuzhiyun }; 482*4882a593Smuzhiyun 483*4882a593Smuzhiyun mdio@fd000 { 484*4882a593Smuzhiyun interrupts = <101 1 0 0>; 485*4882a593Smuzhiyun }; 486*4882a593Smuzhiyun }; 487*4882a593Smuzhiyun}; 488