1*c66ec88fSEmmanuel Vadot/* 2*c66ec88fSEmmanuel Vadot * B4860 Silicon/SoC Device Tree Source (post include) 3*c66ec88fSEmmanuel Vadot * 4*c66ec88fSEmmanuel Vadot * Copyright 2012 - 2015 Freescale Semiconductor Inc. 5*c66ec88fSEmmanuel Vadot * 6*c66ec88fSEmmanuel Vadot * Redistribution and use in source and binary forms, with or without 7*c66ec88fSEmmanuel Vadot * modification, are permitted provided that the following conditions are met: 8*c66ec88fSEmmanuel Vadot * * Redistributions of source code must retain the above copyright 9*c66ec88fSEmmanuel Vadot * notice, this list of conditions and the following disclaimer. 10*c66ec88fSEmmanuel Vadot * * Redistributions in binary form must reproduce the above copyright 11*c66ec88fSEmmanuel Vadot * notice, this list of conditions and the following disclaimer in the 12*c66ec88fSEmmanuel Vadot * documentation and/or other materials provided with the distribution. 13*c66ec88fSEmmanuel Vadot * * Neither the name of Freescale Semiconductor nor the 14*c66ec88fSEmmanuel Vadot * names of its contributors may be used to endorse or promote products 15*c66ec88fSEmmanuel Vadot * derived from this software without specific prior written permission. 16*c66ec88fSEmmanuel Vadot * 17*c66ec88fSEmmanuel Vadot * 18*c66ec88fSEmmanuel Vadot * ALTERNATIVELY, this software may be distributed under the terms of the 19*c66ec88fSEmmanuel Vadot * GNU General Public License ("GPL") as published by the Free Software 20*c66ec88fSEmmanuel Vadot * Foundation, either version 2 of that License or (at your option) any 21*c66ec88fSEmmanuel Vadot * later version. 22*c66ec88fSEmmanuel Vadot * 23*c66ec88fSEmmanuel Vadot * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 24*c66ec88fSEmmanuel Vadot * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 25*c66ec88fSEmmanuel Vadot * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 26*c66ec88fSEmmanuel Vadot * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 27*c66ec88fSEmmanuel Vadot * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 28*c66ec88fSEmmanuel Vadot * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29*c66ec88fSEmmanuel Vadot * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 30*c66ec88fSEmmanuel Vadot * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31*c66ec88fSEmmanuel Vadot * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 32*c66ec88fSEmmanuel Vadot * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33*c66ec88fSEmmanuel Vadot */ 34*c66ec88fSEmmanuel Vadot 35*c66ec88fSEmmanuel Vadot/include/ "b4si-post.dtsi" 36*c66ec88fSEmmanuel Vadot 37*c66ec88fSEmmanuel Vadot/* controller at 0x200000 */ 38*c66ec88fSEmmanuel Vadot&pci0 { 39*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-pcie", "fsl,qoriq-pcie-v2.4"; 40*c66ec88fSEmmanuel Vadot}; 41*c66ec88fSEmmanuel Vadot 42*c66ec88fSEmmanuel Vadot&rio { 43*c66ec88fSEmmanuel Vadot compatible = "fsl,srio"; 44*c66ec88fSEmmanuel Vadot interrupts = <16 2 1 20>; 45*c66ec88fSEmmanuel Vadot #address-cells = <2>; 46*c66ec88fSEmmanuel Vadot #size-cells = <2>; 47*c66ec88fSEmmanuel Vadot fsl,iommu-parent = <&pamu0>; 48*c66ec88fSEmmanuel Vadot ranges; 49*c66ec88fSEmmanuel Vadot 50*c66ec88fSEmmanuel Vadot port1 { 51*c66ec88fSEmmanuel Vadot #address-cells = <2>; 52*c66ec88fSEmmanuel Vadot #size-cells = <2>; 53*c66ec88fSEmmanuel Vadot cell-index = <1>; 54*c66ec88fSEmmanuel Vadot }; 55*c66ec88fSEmmanuel Vadot 56*c66ec88fSEmmanuel Vadot port2 { 57*c66ec88fSEmmanuel Vadot #address-cells = <2>; 58*c66ec88fSEmmanuel Vadot #size-cells = <2>; 59*c66ec88fSEmmanuel Vadot cell-index = <2>; 60*c66ec88fSEmmanuel Vadot }; 61*c66ec88fSEmmanuel Vadot}; 62*c66ec88fSEmmanuel Vadot 63*c66ec88fSEmmanuel Vadot&dcsr { 64*c66ec88fSEmmanuel Vadot dcsr-epu@0 { 65*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-dcsr-epu", "fsl,dcsr-epu"; 66*c66ec88fSEmmanuel Vadot }; 67*c66ec88fSEmmanuel Vadot dcsr-npc { 68*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-dcsr-cnpc", "fsl,dcsr-cnpc"; 69*c66ec88fSEmmanuel Vadot }; 70*c66ec88fSEmmanuel Vadot dcsr-dpaa@9000 { 71*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-dcsr-dpaa", "fsl,dcsr-dpaa"; 72*c66ec88fSEmmanuel Vadot }; 73*c66ec88fSEmmanuel Vadot dcsr-ocn@11000 { 74*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-dcsr-ocn", "fsl,dcsr-ocn"; 75*c66ec88fSEmmanuel Vadot }; 76*c66ec88fSEmmanuel Vadot dcsr-ddr@13000 { 77*c66ec88fSEmmanuel Vadot compatible = "fsl,dcsr-ddr"; 78*c66ec88fSEmmanuel Vadot dev-handle = <&ddr2>; 79*c66ec88fSEmmanuel Vadot reg = <0x13000 0x1000>; 80*c66ec88fSEmmanuel Vadot }; 81*c66ec88fSEmmanuel Vadot dcsr-nal@18000 { 82*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-dcsr-nal", "fsl,dcsr-nal"; 83*c66ec88fSEmmanuel Vadot }; 84*c66ec88fSEmmanuel Vadot dcsr-rcpm@22000 { 85*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-dcsr-rcpm", "fsl,dcsr-rcpm"; 86*c66ec88fSEmmanuel Vadot }; 87*c66ec88fSEmmanuel Vadot dcsr-snpc@30000 { 88*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-dcsr-snpc", "fsl,dcsr-snpc"; 89*c66ec88fSEmmanuel Vadot }; 90*c66ec88fSEmmanuel Vadot dcsr-snpc@31000 { 91*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-dcsr-snpc", "fsl,dcsr-snpc"; 92*c66ec88fSEmmanuel Vadot }; 93*c66ec88fSEmmanuel Vadot dcsr-cpu-sb-proxy@108000 { 94*c66ec88fSEmmanuel Vadot compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 95*c66ec88fSEmmanuel Vadot cpu-handle = <&cpu1>; 96*c66ec88fSEmmanuel Vadot reg = <0x108000 0x1000 0x109000 0x1000>; 97*c66ec88fSEmmanuel Vadot }; 98*c66ec88fSEmmanuel Vadot dcsr-cpu-sb-proxy@110000 { 99*c66ec88fSEmmanuel Vadot compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 100*c66ec88fSEmmanuel Vadot cpu-handle = <&cpu2>; 101*c66ec88fSEmmanuel Vadot reg = <0x110000 0x1000 0x111000 0x1000>; 102*c66ec88fSEmmanuel Vadot }; 103*c66ec88fSEmmanuel Vadot dcsr-cpu-sb-proxy@118000 { 104*c66ec88fSEmmanuel Vadot compatible = "fsl,dcsr-e6500-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 105*c66ec88fSEmmanuel Vadot cpu-handle = <&cpu3>; 106*c66ec88fSEmmanuel Vadot reg = <0x118000 0x1000 0x119000 0x1000>; 107*c66ec88fSEmmanuel Vadot }; 108*c66ec88fSEmmanuel Vadot}; 109*c66ec88fSEmmanuel Vadot 110*c66ec88fSEmmanuel Vadot&bportals { 111*c66ec88fSEmmanuel Vadot bman-portal@38000 { 112*c66ec88fSEmmanuel Vadot compatible = "fsl,bman-portal"; 113*c66ec88fSEmmanuel Vadot reg = <0x38000 0x4000>, <0x100e000 0x1000>; 114*c66ec88fSEmmanuel Vadot interrupts = <133 2 0 0>; 115*c66ec88fSEmmanuel Vadot }; 116*c66ec88fSEmmanuel Vadot bman-portal@3c000 { 117*c66ec88fSEmmanuel Vadot compatible = "fsl,bman-portal"; 118*c66ec88fSEmmanuel Vadot reg = <0x3c000 0x4000>, <0x100f000 0x1000>; 119*c66ec88fSEmmanuel Vadot interrupts = <135 2 0 0>; 120*c66ec88fSEmmanuel Vadot }; 121*c66ec88fSEmmanuel Vadot bman-portal@40000 { 122*c66ec88fSEmmanuel Vadot compatible = "fsl,bman-portal"; 123*c66ec88fSEmmanuel Vadot reg = <0x40000 0x4000>, <0x1010000 0x1000>; 124*c66ec88fSEmmanuel Vadot interrupts = <137 2 0 0>; 125*c66ec88fSEmmanuel Vadot }; 126*c66ec88fSEmmanuel Vadot bman-portal@44000 { 127*c66ec88fSEmmanuel Vadot compatible = "fsl,bman-portal"; 128*c66ec88fSEmmanuel Vadot reg = <0x44000 0x4000>, <0x1011000 0x1000>; 129*c66ec88fSEmmanuel Vadot interrupts = <139 2 0 0>; 130*c66ec88fSEmmanuel Vadot }; 131*c66ec88fSEmmanuel Vadot bman-portal@48000 { 132*c66ec88fSEmmanuel Vadot compatible = "fsl,bman-portal"; 133*c66ec88fSEmmanuel Vadot reg = <0x48000 0x4000>, <0x1012000 0x1000>; 134*c66ec88fSEmmanuel Vadot interrupts = <141 2 0 0>; 135*c66ec88fSEmmanuel Vadot }; 136*c66ec88fSEmmanuel Vadot bman-portal@4c000 { 137*c66ec88fSEmmanuel Vadot compatible = "fsl,bman-portal"; 138*c66ec88fSEmmanuel Vadot reg = <0x4c000 0x4000>, <0x1013000 0x1000>; 139*c66ec88fSEmmanuel Vadot interrupts = <143 2 0 0>; 140*c66ec88fSEmmanuel Vadot }; 141*c66ec88fSEmmanuel Vadot bman-portal@50000 { 142*c66ec88fSEmmanuel Vadot compatible = "fsl,bman-portal"; 143*c66ec88fSEmmanuel Vadot reg = <0x50000 0x4000>, <0x1014000 0x1000>; 144*c66ec88fSEmmanuel Vadot interrupts = <145 2 0 0>; 145*c66ec88fSEmmanuel Vadot }; 146*c66ec88fSEmmanuel Vadot bman-portal@54000 { 147*c66ec88fSEmmanuel Vadot compatible = "fsl,bman-portal"; 148*c66ec88fSEmmanuel Vadot reg = <0x54000 0x4000>, <0x1015000 0x1000>; 149*c66ec88fSEmmanuel Vadot interrupts = <147 2 0 0>; 150*c66ec88fSEmmanuel Vadot }; 151*c66ec88fSEmmanuel Vadot bman-portal@58000 { 152*c66ec88fSEmmanuel Vadot compatible = "fsl,bman-portal"; 153*c66ec88fSEmmanuel Vadot reg = <0x58000 0x4000>, <0x1016000 0x1000>; 154*c66ec88fSEmmanuel Vadot interrupts = <149 2 0 0>; 155*c66ec88fSEmmanuel Vadot }; 156*c66ec88fSEmmanuel Vadot bman-portal@5c000 { 157*c66ec88fSEmmanuel Vadot compatible = "fsl,bman-portal"; 158*c66ec88fSEmmanuel Vadot reg = <0x5c000 0x4000>, <0x1017000 0x1000>; 159*c66ec88fSEmmanuel Vadot interrupts = <151 2 0 0>; 160*c66ec88fSEmmanuel Vadot }; 161*c66ec88fSEmmanuel Vadot bman-portal@60000 { 162*c66ec88fSEmmanuel Vadot compatible = "fsl,bman-portal"; 163*c66ec88fSEmmanuel Vadot reg = <0x60000 0x4000>, <0x1018000 0x1000>; 164*c66ec88fSEmmanuel Vadot interrupts = <153 2 0 0>; 165*c66ec88fSEmmanuel Vadot }; 166*c66ec88fSEmmanuel Vadot}; 167*c66ec88fSEmmanuel Vadot 168*c66ec88fSEmmanuel Vadot&qportals { 169*c66ec88fSEmmanuel Vadot qportal14: qman-portal@38000 { 170*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 171*c66ec88fSEmmanuel Vadot reg = <0x38000 0x4000>, <0x100e000 0x1000>; 172*c66ec88fSEmmanuel Vadot interrupts = <132 0x2 0 0>; 173*c66ec88fSEmmanuel Vadot cell-index = <0xe>; 174*c66ec88fSEmmanuel Vadot }; 175*c66ec88fSEmmanuel Vadot qportal15: qman-portal@3c000 { 176*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 177*c66ec88fSEmmanuel Vadot reg = <0x3c000 0x4000>, <0x100f000 0x1000>; 178*c66ec88fSEmmanuel Vadot interrupts = <134 0x2 0 0>; 179*c66ec88fSEmmanuel Vadot cell-index = <0xf>; 180*c66ec88fSEmmanuel Vadot }; 181*c66ec88fSEmmanuel Vadot qportal16: qman-portal@40000 { 182*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 183*c66ec88fSEmmanuel Vadot reg = <0x40000 0x4000>, <0x1010000 0x1000>; 184*c66ec88fSEmmanuel Vadot interrupts = <136 0x2 0 0>; 185*c66ec88fSEmmanuel Vadot cell-index = <0x10>; 186*c66ec88fSEmmanuel Vadot }; 187*c66ec88fSEmmanuel Vadot qportal17: qman-portal@44000 { 188*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 189*c66ec88fSEmmanuel Vadot reg = <0x44000 0x4000>, <0x1011000 0x1000>; 190*c66ec88fSEmmanuel Vadot interrupts = <138 0x2 0 0>; 191*c66ec88fSEmmanuel Vadot cell-index = <0x11>; 192*c66ec88fSEmmanuel Vadot }; 193*c66ec88fSEmmanuel Vadot qportal18: qman-portal@48000 { 194*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 195*c66ec88fSEmmanuel Vadot reg = <0x48000 0x4000>, <0x1012000 0x1000>; 196*c66ec88fSEmmanuel Vadot interrupts = <140 0x2 0 0>; 197*c66ec88fSEmmanuel Vadot cell-index = <0x12>; 198*c66ec88fSEmmanuel Vadot }; 199*c66ec88fSEmmanuel Vadot qportal19: qman-portal@4c000 { 200*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 201*c66ec88fSEmmanuel Vadot reg = <0x4c000 0x4000>, <0x1013000 0x1000>; 202*c66ec88fSEmmanuel Vadot interrupts = <142 0x2 0 0>; 203*c66ec88fSEmmanuel Vadot cell-index = <0x13>; 204*c66ec88fSEmmanuel Vadot }; 205*c66ec88fSEmmanuel Vadot qportal20: qman-portal@50000 { 206*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 207*c66ec88fSEmmanuel Vadot reg = <0x50000 0x4000>, <0x1014000 0x1000>; 208*c66ec88fSEmmanuel Vadot interrupts = <144 0x2 0 0>; 209*c66ec88fSEmmanuel Vadot cell-index = <0x14>; 210*c66ec88fSEmmanuel Vadot }; 211*c66ec88fSEmmanuel Vadot qportal21: qman-portal@54000 { 212*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 213*c66ec88fSEmmanuel Vadot reg = <0x54000 0x4000>, <0x1015000 0x1000>; 214*c66ec88fSEmmanuel Vadot interrupts = <146 0x2 0 0>; 215*c66ec88fSEmmanuel Vadot cell-index = <0x15>; 216*c66ec88fSEmmanuel Vadot }; 217*c66ec88fSEmmanuel Vadot qportal22: qman-portal@58000 { 218*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 219*c66ec88fSEmmanuel Vadot reg = <0x58000 0x4000>, <0x1016000 0x1000>; 220*c66ec88fSEmmanuel Vadot interrupts = <148 0x2 0 0>; 221*c66ec88fSEmmanuel Vadot cell-index = <0x16>; 222*c66ec88fSEmmanuel Vadot }; 223*c66ec88fSEmmanuel Vadot qportal23: qman-portal@5c000 { 224*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 225*c66ec88fSEmmanuel Vadot reg = <0x5c000 0x4000>, <0x1017000 0x1000>; 226*c66ec88fSEmmanuel Vadot interrupts = <150 0x2 0 0>; 227*c66ec88fSEmmanuel Vadot cell-index = <0x17>; 228*c66ec88fSEmmanuel Vadot }; 229*c66ec88fSEmmanuel Vadot qportal24: qman-portal@60000 { 230*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 231*c66ec88fSEmmanuel Vadot reg = <0x60000 0x4000>, <0x1018000 0x1000>; 232*c66ec88fSEmmanuel Vadot interrupts = <152 0x2 0 0>; 233*c66ec88fSEmmanuel Vadot cell-index = <0x18>; 234*c66ec88fSEmmanuel Vadot }; 235*c66ec88fSEmmanuel Vadot}; 236*c66ec88fSEmmanuel Vadot 237*c66ec88fSEmmanuel Vadot&soc { 238*c66ec88fSEmmanuel Vadot ddr2: memory-controller@9000 { 239*c66ec88fSEmmanuel Vadot compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller"; 240*c66ec88fSEmmanuel Vadot reg = <0x9000 0x1000>; 241*c66ec88fSEmmanuel Vadot interrupts = <16 2 1 9>; 242*c66ec88fSEmmanuel Vadot }; 243*c66ec88fSEmmanuel Vadot 244*c66ec88fSEmmanuel Vadot cpc: l3-cache-controller@10000 { 245*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-l3-cache-controller", "cache"; 246*c66ec88fSEmmanuel Vadot }; 247*c66ec88fSEmmanuel Vadot 248*c66ec88fSEmmanuel Vadot guts: global-utilities@e0000 { 249*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-device-config", "fsl,qoriq-device-config-2.0"; 250*c66ec88fSEmmanuel Vadot }; 251*c66ec88fSEmmanuel Vadot 252*c66ec88fSEmmanuel Vadot global-utilities@e1000 { 253*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-clockgen", "fsl,b4-clockgen", 254*c66ec88fSEmmanuel Vadot "fsl,qoriq-clockgen-2.0"; 255*c66ec88fSEmmanuel Vadot }; 256*c66ec88fSEmmanuel Vadot 257*c66ec88fSEmmanuel Vadot rcpm: global-utilities@e2000 { 258*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-rcpm", "fsl,qoriq-rcpm-2.0"; 259*c66ec88fSEmmanuel Vadot }; 260*c66ec88fSEmmanuel Vadot 261*c66ec88fSEmmanuel Vadot/include/ "qoriq-fman3-0-1g-4.dtsi" 262*c66ec88fSEmmanuel Vadot/include/ "qoriq-fman3-0-1g-5.dtsi" 263*c66ec88fSEmmanuel Vadot/include/ "qoriq-fman3-0-10g-0.dtsi" 264*c66ec88fSEmmanuel Vadot/include/ "qoriq-fman3-0-10g-1.dtsi" 265*c66ec88fSEmmanuel Vadot fman@400000 { 266*c66ec88fSEmmanuel Vadot enet4: ethernet@e8000 { 267*c66ec88fSEmmanuel Vadot }; 268*c66ec88fSEmmanuel Vadot 269*c66ec88fSEmmanuel Vadot enet5: ethernet@ea000 { 270*c66ec88fSEmmanuel Vadot }; 271*c66ec88fSEmmanuel Vadot 272*c66ec88fSEmmanuel Vadot enet6: ethernet@f0000 { 273*c66ec88fSEmmanuel Vadot }; 274*c66ec88fSEmmanuel Vadot 275*c66ec88fSEmmanuel Vadot enet7: ethernet@f2000 { 276*c66ec88fSEmmanuel Vadot }; 277*c66ec88fSEmmanuel Vadot }; 278*c66ec88fSEmmanuel Vadot 279*c66ec88fSEmmanuel Vadot L2_1: l2-cache-controller@c20000 { 280*c66ec88fSEmmanuel Vadot compatible = "fsl,b4860-l2-cache-controller"; 281*c66ec88fSEmmanuel Vadot reg = <0xc20000 0x40000>; 282*c66ec88fSEmmanuel Vadot next-level-cache = <&cpc>; 283*c66ec88fSEmmanuel Vadot }; 284*c66ec88fSEmmanuel Vadot}; 285