1*2e36db14SWarner Losh/* 2*2e36db14SWarner Losh * P3041 Silicon Device Tree Source 3*2e36db14SWarner Losh * 4*2e36db14SWarner Losh * Copyright 2010-2011 Freescale Semiconductor Inc. 5*2e36db14SWarner Losh * 6*2e36db14SWarner Losh * Redistribution and use in source and binary forms, with or without 7*2e36db14SWarner Losh * modification, are permitted provided that the following conditions are met: 8*2e36db14SWarner Losh * * Redistributions of source code must retain the above copyright 9*2e36db14SWarner Losh * notice, this list of conditions and the following disclaimer. 10*2e36db14SWarner Losh * * Redistributions in binary form must reproduce the above copyright 11*2e36db14SWarner Losh * notice, this list of conditions and the following disclaimer in the 12*2e36db14SWarner Losh * documentation and/or other materials provided with the distribution. 13*2e36db14SWarner Losh * * Neither the name of Freescale Semiconductor nor the 14*2e36db14SWarner Losh * names of its contributors may be used to endorse or promote products 15*2e36db14SWarner Losh * derived from this software without specific prior written permission. 16*2e36db14SWarner Losh * 17*2e36db14SWarner Losh * 18*2e36db14SWarner Losh * ALTERNATIVELY, this software may be distributed under the terms of the 19*2e36db14SWarner Losh * GNU General Public License ("GPL") as published by the Free Software 20*2e36db14SWarner Losh * Foundation, either version 2 of that License or (at your option) any 21*2e36db14SWarner Losh * later version. 22*2e36db14SWarner Losh * 23*2e36db14SWarner Losh * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 24*2e36db14SWarner Losh * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 25*2e36db14SWarner Losh * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 26*2e36db14SWarner Losh * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 27*2e36db14SWarner Losh * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 28*2e36db14SWarner Losh * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29*2e36db14SWarner Losh * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 30*2e36db14SWarner Losh * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31*2e36db14SWarner Losh * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 32*2e36db14SWarner Losh * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33*2e36db14SWarner Losh */ 34*2e36db14SWarner Losh 35*2e36db14SWarner Losh/dts-v1/; 36*2e36db14SWarner Losh 37*2e36db14SWarner Losh/ { 38*2e36db14SWarner Losh compatible = "fsl,P3041"; 39*2e36db14SWarner Losh #address-cells = <2>; 40*2e36db14SWarner Losh #size-cells = <2>; 41*2e36db14SWarner Losh interrupt-parent = <&mpic>; 42*2e36db14SWarner Losh 43*2e36db14SWarner Losh aliases { 44*2e36db14SWarner Losh ccsr = &soc; 45*2e36db14SWarner Losh dcsr = &dcsr; 46*2e36db14SWarner Losh 47*2e36db14SWarner Losh ethernet0 = &enet0; 48*2e36db14SWarner Losh ethernet1 = &enet1; 49*2e36db14SWarner Losh ethernet2 = &enet2; 50*2e36db14SWarner Losh ethernet3 = &enet3; 51*2e36db14SWarner Losh ethernet4 = &enet4; 52*2e36db14SWarner Losh ethernet5 = &enet5; 53*2e36db14SWarner Losh serial0 = &serial0; 54*2e36db14SWarner Losh serial1 = &serial1; 55*2e36db14SWarner Losh serial2 = &serial2; 56*2e36db14SWarner Losh serial3 = &serial3; 57*2e36db14SWarner Losh pci0 = &pci0; 58*2e36db14SWarner Losh pci1 = &pci1; 59*2e36db14SWarner Losh pci2 = &pci2; 60*2e36db14SWarner Losh pci3 = &pci3; 61*2e36db14SWarner Losh usb0 = &usb0; 62*2e36db14SWarner Losh usb1 = &usb1; 63*2e36db14SWarner Losh dma0 = &dma0; 64*2e36db14SWarner Losh dma1 = &dma1; 65*2e36db14SWarner Losh bman = &bman; 66*2e36db14SWarner Losh qman = &qman; 67*2e36db14SWarner Losh pme = &pme; 68*2e36db14SWarner Losh rman = &rman; 69*2e36db14SWarner Losh sdhc = &sdhc; 70*2e36db14SWarner Losh msi0 = &msi0; 71*2e36db14SWarner Losh msi1 = &msi1; 72*2e36db14SWarner Losh msi2 = &msi2; 73*2e36db14SWarner Losh 74*2e36db14SWarner Losh crypto = &crypto; 75*2e36db14SWarner Losh sec_jr0 = &sec_jr0; 76*2e36db14SWarner Losh sec_jr1 = &sec_jr1; 77*2e36db14SWarner Losh sec_jr2 = &sec_jr2; 78*2e36db14SWarner Losh sec_jr3 = &sec_jr3; 79*2e36db14SWarner Losh rtic_a = &rtic_a; 80*2e36db14SWarner Losh rtic_b = &rtic_b; 81*2e36db14SWarner Losh rtic_c = &rtic_c; 82*2e36db14SWarner Losh rtic_d = &rtic_d; 83*2e36db14SWarner Losh sec_mon = &sec_mon; 84*2e36db14SWarner Losh 85*2e36db14SWarner Losh fman0 = &fman0; 86*2e36db14SWarner Losh fman0_oh0 = &fman0_oh0; 87*2e36db14SWarner Losh fman0_oh1 = &fman0_oh1; 88*2e36db14SWarner Losh fman0_oh2 = &fman0_oh2; 89*2e36db14SWarner Losh fman0_oh3 = &fman0_oh3; 90*2e36db14SWarner Losh fman0_oh4 = &fman0_oh4; 91*2e36db14SWarner Losh fman0_oh5 = &fman0_oh5; 92*2e36db14SWarner Losh fman0_oh6 = &fman0_oh6; 93*2e36db14SWarner Losh fman0_rx0 = &fman0_rx0; 94*2e36db14SWarner Losh fman0_rx1 = &fman0_rx1; 95*2e36db14SWarner Losh fman0_rx2 = &fman0_rx2; 96*2e36db14SWarner Losh fman0_rx3 = &fman0_rx3; 97*2e36db14SWarner Losh fman0_rx4 = &fman0_rx4; 98*2e36db14SWarner Losh fman0_rx5 = &fman0_rx5; 99*2e36db14SWarner Losh }; 100*2e36db14SWarner Losh 101*2e36db14SWarner Losh cpus { 102*2e36db14SWarner Losh #address-cells = <1>; 103*2e36db14SWarner Losh #size-cells = <0>; 104*2e36db14SWarner Losh 105*2e36db14SWarner Losh cpu0: PowerPC,e500mc@0 { 106*2e36db14SWarner Losh device_type = "cpu"; 107*2e36db14SWarner Losh reg = <0>; 108*2e36db14SWarner Losh bus-frequency = <749999996>; 109*2e36db14SWarner Losh next-level-cache = <&L2_0>; 110*2e36db14SWarner Losh L2_0: l2-cache { 111*2e36db14SWarner Losh next-level-cache = <&cpc>; 112*2e36db14SWarner Losh }; 113*2e36db14SWarner Losh }; 114*2e36db14SWarner Losh cpu1: PowerPC,e500mc@1 { 115*2e36db14SWarner Losh device_type = "cpu"; 116*2e36db14SWarner Losh reg = <1>; 117*2e36db14SWarner Losh next-level-cache = <&L2_1>; 118*2e36db14SWarner Losh L2_1: l2-cache { 119*2e36db14SWarner Losh next-level-cache = <&cpc>; 120*2e36db14SWarner Losh }; 121*2e36db14SWarner Losh }; 122*2e36db14SWarner Losh cpu2: PowerPC,e500mc@2 { 123*2e36db14SWarner Losh device_type = "cpu"; 124*2e36db14SWarner Losh reg = <2>; 125*2e36db14SWarner Losh next-level-cache = <&L2_2>; 126*2e36db14SWarner Losh L2_2: l2-cache { 127*2e36db14SWarner Losh next-level-cache = <&cpc>; 128*2e36db14SWarner Losh }; 129*2e36db14SWarner Losh }; 130*2e36db14SWarner Losh cpu3: PowerPC,e500mc@3 { 131*2e36db14SWarner Losh device_type = "cpu"; 132*2e36db14SWarner Losh reg = <3>; 133*2e36db14SWarner Losh next-level-cache = <&L2_3>; 134*2e36db14SWarner Losh L2_3: l2-cache { 135*2e36db14SWarner Losh next-level-cache = <&cpc>; 136*2e36db14SWarner Losh }; 137*2e36db14SWarner Losh }; 138*2e36db14SWarner Losh }; 139*2e36db14SWarner Losh 140*2e36db14SWarner Losh dcsr: dcsr@f00000000 { 141*2e36db14SWarner Losh #address-cells = <1>; 142*2e36db14SWarner Losh #size-cells = <1>; 143*2e36db14SWarner Losh compatible = "fsl,dcsr", "simple-bus"; 144*2e36db14SWarner Losh 145*2e36db14SWarner Losh dcsr-epu@0 { 146*2e36db14SWarner Losh compatible = "fsl,dcsr-epu"; 147*2e36db14SWarner Losh interrupts = <52 2 0 0 148*2e36db14SWarner Losh 84 2 0 0 149*2e36db14SWarner Losh 85 2 0 0>; 150*2e36db14SWarner Losh interrupt-parent = <&mpic>; 151*2e36db14SWarner Losh reg = <0x0 0x1000>; 152*2e36db14SWarner Losh }; 153*2e36db14SWarner Losh dcsr-npc { 154*2e36db14SWarner Losh compatible = "fsl,dcsr-npc"; 155*2e36db14SWarner Losh reg = <0x1000 0x1000 0x1000000 0x8000>; 156*2e36db14SWarner Losh }; 157*2e36db14SWarner Losh dcsr-nxc@2000 { 158*2e36db14SWarner Losh compatible = "fsl,dcsr-nxc"; 159*2e36db14SWarner Losh reg = <0x2000 0x1000>; 160*2e36db14SWarner Losh }; 161*2e36db14SWarner Losh dcsr-corenet { 162*2e36db14SWarner Losh compatible = "fsl,dcsr-corenet"; 163*2e36db14SWarner Losh reg = <0x8000 0x1000 0xB0000 0x1000>; 164*2e36db14SWarner Losh }; 165*2e36db14SWarner Losh dcsr-dpaa@9000 { 166*2e36db14SWarner Losh compatible = "fsl,p43041-dcsr-dpaa", "fsl,dcsr-dpaa"; 167*2e36db14SWarner Losh reg = <0x9000 0x1000>; 168*2e36db14SWarner Losh }; 169*2e36db14SWarner Losh dcsr-ocn@11000 { 170*2e36db14SWarner Losh compatible = "fsl,p43041-dcsr-ocn", "fsl,dcsr-ocn"; 171*2e36db14SWarner Losh reg = <0x11000 0x1000>; 172*2e36db14SWarner Losh }; 173*2e36db14SWarner Losh dcsr-ddr@12000 { 174*2e36db14SWarner Losh compatible = "fsl,dcsr-ddr"; 175*2e36db14SWarner Losh dev-handle = <&ddr>; 176*2e36db14SWarner Losh reg = <0x12000 0x1000>; 177*2e36db14SWarner Losh }; 178*2e36db14SWarner Losh dcsr-nal@18000 { 179*2e36db14SWarner Losh compatible = "fsl,p43041-dcsr-nal", "fsl,dcsr-nal"; 180*2e36db14SWarner Losh reg = <0x18000 0x1000>; 181*2e36db14SWarner Losh }; 182*2e36db14SWarner Losh dcsr-rcpm@22000 { 183*2e36db14SWarner Losh compatible = "fsl,p43041-dcsr-rcpm", "fsl,dcsr-rcpm"; 184*2e36db14SWarner Losh reg = <0x22000 0x1000>; 185*2e36db14SWarner Losh }; 186*2e36db14SWarner Losh dcsr-cpu-sb-proxy@40000 { 187*2e36db14SWarner Losh compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 188*2e36db14SWarner Losh cpu-handle = <&cpu0>; 189*2e36db14SWarner Losh reg = <0x40000 0x1000>; 190*2e36db14SWarner Losh }; 191*2e36db14SWarner Losh dcsr-cpu-sb-proxy@41000 { 192*2e36db14SWarner Losh compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 193*2e36db14SWarner Losh cpu-handle = <&cpu1>; 194*2e36db14SWarner Losh reg = <0x41000 0x1000>; 195*2e36db14SWarner Losh }; 196*2e36db14SWarner Losh dcsr-cpu-sb-proxy@42000 { 197*2e36db14SWarner Losh compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 198*2e36db14SWarner Losh cpu-handle = <&cpu2>; 199*2e36db14SWarner Losh reg = <0x42000 0x1000>; 200*2e36db14SWarner Losh }; 201*2e36db14SWarner Losh dcsr-cpu-sb-proxy@43000 { 202*2e36db14SWarner Losh compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 203*2e36db14SWarner Losh cpu-handle = <&cpu3>; 204*2e36db14SWarner Losh reg = <0x43000 0x1000>; 205*2e36db14SWarner Losh }; 206*2e36db14SWarner Losh }; 207*2e36db14SWarner Losh 208*2e36db14SWarner Losh bman-portals@ff4000000 { 209*2e36db14SWarner Losh #address-cells = <0x1>; 210*2e36db14SWarner Losh #size-cells = <0x1>; 211*2e36db14SWarner Losh compatible = "fsl,bman-portals"; 212*2e36db14SWarner Losh ranges = <0x0 0xf 0xfde00000 0x200000>; 213*2e36db14SWarner Losh bman-portal@0 { 214*2e36db14SWarner Losh cell-index = <0x0>; 215*2e36db14SWarner Losh compatible = "fsl,p3041-bman-portal", "fsl,bman-portal"; 216*2e36db14SWarner Losh reg = <0x0 0x4000 0x100000 0x1000>; 217*2e36db14SWarner Losh interrupts = <105 2 0 0>; 218*2e36db14SWarner Losh }; 219*2e36db14SWarner Losh bman-portal@4000 { 220*2e36db14SWarner Losh cell-index = <0x1>; 221*2e36db14SWarner Losh compatible = "fsl,p3041-bman-portal", "fsl,bman-portal"; 222*2e36db14SWarner Losh reg = <0x4000 0x4000 0x101000 0x1000>; 223*2e36db14SWarner Losh interrupts = <107 2 0 0>; 224*2e36db14SWarner Losh }; 225*2e36db14SWarner Losh bman-portal@8000 { 226*2e36db14SWarner Losh cell-index = <2>; 227*2e36db14SWarner Losh compatible = "fsl,p3041-bman-portal", "fsl,bman-portal"; 228*2e36db14SWarner Losh reg = <0x8000 0x4000 0x102000 0x1000>; 229*2e36db14SWarner Losh interrupts = <109 2 0 0>; 230*2e36db14SWarner Losh }; 231*2e36db14SWarner Losh bman-portal@c000 { 232*2e36db14SWarner Losh cell-index = <0x3>; 233*2e36db14SWarner Losh compatible = "fsl,p3041-bman-portal", "fsl,bman-portal"; 234*2e36db14SWarner Losh reg = <0xc000 0x4000 0x103000 0x1000>; 235*2e36db14SWarner Losh interrupts = <111 2 0 0>; 236*2e36db14SWarner Losh }; 237*2e36db14SWarner Losh bman-portal@10000 { 238*2e36db14SWarner Losh cell-index = <0x4>; 239*2e36db14SWarner Losh compatible = "fsl,p3041-bman-portal", "fsl,bman-portal"; 240*2e36db14SWarner Losh reg = <0x10000 0x4000 0x104000 0x1000>; 241*2e36db14SWarner Losh interrupts = <113 2 0 0>; 242*2e36db14SWarner Losh }; 243*2e36db14SWarner Losh bman-portal@14000 { 244*2e36db14SWarner Losh cell-index = <0x5>; 245*2e36db14SWarner Losh compatible = "fsl,p3041-bman-portal", "fsl,bman-portal"; 246*2e36db14SWarner Losh reg = <0x14000 0x4000 0x105000 0x1000>; 247*2e36db14SWarner Losh interrupts = <115 2 0 0>; 248*2e36db14SWarner Losh }; 249*2e36db14SWarner Losh bman-portal@18000 { 250*2e36db14SWarner Losh cell-index = <0x6>; 251*2e36db14SWarner Losh compatible = "fsl,p3041-bman-portal", "fsl,bman-portal"; 252*2e36db14SWarner Losh reg = <0x18000 0x4000 0x106000 0x1000>; 253*2e36db14SWarner Losh interrupts = <117 2 0 0>; 254*2e36db14SWarner Losh }; 255*2e36db14SWarner Losh bman-portal@1c000 { 256*2e36db14SWarner Losh cell-index = <0x7>; 257*2e36db14SWarner Losh compatible = "fsl,p3041-bman-portal", "fsl,bman-portal"; 258*2e36db14SWarner Losh reg = <0x1c000 0x4000 0x107000 0x1000>; 259*2e36db14SWarner Losh interrupts = <119 2 0 0>; 260*2e36db14SWarner Losh }; 261*2e36db14SWarner Losh bman-portal@20000 { 262*2e36db14SWarner Losh cell-index = <0x8>; 263*2e36db14SWarner Losh compatible = "fsl,p3041-bman-portal", "fsl,bman-portal"; 264*2e36db14SWarner Losh reg = <0x20000 0x4000 0x108000 0x1000>; 265*2e36db14SWarner Losh interrupts = <121 2 0 0>; 266*2e36db14SWarner Losh }; 267*2e36db14SWarner Losh bman-portal@24000 { 268*2e36db14SWarner Losh cell-index = <0x9>; 269*2e36db14SWarner Losh compatible = "fsl,p3041-bman-portal", "fsl,bman-portal"; 270*2e36db14SWarner Losh reg = <0x24000 0x4000 0x109000 0x1000>; 271*2e36db14SWarner Losh interrupts = <123 2 0 0>; 272*2e36db14SWarner Losh }; 273*2e36db14SWarner Losh 274*2e36db14SWarner Losh buffer-pool@0 { 275*2e36db14SWarner Losh compatible = "fsl,p3041-bpool", "fsl,bpool"; 276*2e36db14SWarner Losh fsl,bpid = <0>; 277*2e36db14SWarner Losh fsl,bpool-cfg = <0 0x100 0 1 0 0x100>; 278*2e36db14SWarner Losh }; 279*2e36db14SWarner Losh }; 280*2e36db14SWarner Losh 281*2e36db14SWarner Losh qman-portals@ff4200000 { 282*2e36db14SWarner Losh #address-cells = <0x1>; 283*2e36db14SWarner Losh #size-cells = <0x1>; 284*2e36db14SWarner Losh compatible = "fsl,qman-portals"; 285*2e36db14SWarner Losh ranges = <0x0 0xf 0xfdc00000 0x200000>; 286*2e36db14SWarner Losh qportal0: qman-portal@0 { 287*2e36db14SWarner Losh cell-index = <0x0>; 288*2e36db14SWarner Losh compatible = "fsl,p3041-qman-portal", "fsl,qman-portal"; 289*2e36db14SWarner Losh reg = <0x0 0x4000 0x100000 0x1000>; 290*2e36db14SWarner Losh interrupts = <104 0x2 0 0>; 291*2e36db14SWarner Losh fsl,qman-channel-id = <0x0>; 292*2e36db14SWarner Losh }; 293*2e36db14SWarner Losh 294*2e36db14SWarner Losh qportal1: qman-portal@4000 { 295*2e36db14SWarner Losh cell-index = <0x1>; 296*2e36db14SWarner Losh compatible = "fsl,p3041-qman-portal", "fsl,qman-portal"; 297*2e36db14SWarner Losh reg = <0x4000 0x4000 0x101000 0x1000>; 298*2e36db14SWarner Losh interrupts = <106 0x2 0 0>; 299*2e36db14SWarner Losh fsl,qman-channel-id = <0x1>; 300*2e36db14SWarner Losh }; 301*2e36db14SWarner Losh 302*2e36db14SWarner Losh qportal2: qman-portal@8000 { 303*2e36db14SWarner Losh cell-index = <0x2>; 304*2e36db14SWarner Losh compatible = "fsl,p3041-qman-portal", "fsl,qman-portal"; 305*2e36db14SWarner Losh reg = <0x8000 0x4000 0x102000 0x1000>; 306*2e36db14SWarner Losh interrupts = <108 0x2 0 0>; 307*2e36db14SWarner Losh fsl,qman-channel-id = <0x2>; 308*2e36db14SWarner Losh }; 309*2e36db14SWarner Losh 310*2e36db14SWarner Losh qportal3: qman-portal@c000 { 311*2e36db14SWarner Losh cell-index = <0x3>; 312*2e36db14SWarner Losh compatible = "fsl,p3041-qman-portal", "fsl,qman-portal"; 313*2e36db14SWarner Losh reg = <0xc000 0x4000 0x103000 0x1000>; 314*2e36db14SWarner Losh interrupts = <110 0x2 0 0>; 315*2e36db14SWarner Losh fsl,qman-channel-id = <0x3>; 316*2e36db14SWarner Losh }; 317*2e36db14SWarner Losh 318*2e36db14SWarner Losh qportal4: qman-portal@10000 { 319*2e36db14SWarner Losh cell-index = <0x4>; 320*2e36db14SWarner Losh compatible = "fsl,p3041-qman-portal", "fsl,qman-portal"; 321*2e36db14SWarner Losh reg = <0x10000 0x4000 0x104000 0x1000>; 322*2e36db14SWarner Losh interrupts = <112 0x2 0 0>; 323*2e36db14SWarner Losh fsl,qman-channel-id = <0x4>; 324*2e36db14SWarner Losh }; 325*2e36db14SWarner Losh 326*2e36db14SWarner Losh qportal5: qman-portal@14000 { 327*2e36db14SWarner Losh cell-index = <0x5>; 328*2e36db14SWarner Losh compatible = "fsl,p3041-qman-portal", "fsl,qman-portal"; 329*2e36db14SWarner Losh reg = <0x14000 0x4000 0x105000 0x1000>; 330*2e36db14SWarner Losh interrupts = <114 0x2 0 0>; 331*2e36db14SWarner Losh fsl,qman-channel-id = <0x5>; 332*2e36db14SWarner Losh }; 333*2e36db14SWarner Losh 334*2e36db14SWarner Losh qportal6: qman-portal@18000 { 335*2e36db14SWarner Losh cell-index = <0x6>; 336*2e36db14SWarner Losh compatible = "fsl,p3041-qman-portal", "fsl,qman-portal"; 337*2e36db14SWarner Losh reg = <0x18000 0x4000 0x106000 0x1000>; 338*2e36db14SWarner Losh interrupts = <116 0x2 0 0>; 339*2e36db14SWarner Losh fsl,qman-channel-id = <0x6>; 340*2e36db14SWarner Losh }; 341*2e36db14SWarner Losh 342*2e36db14SWarner Losh qportal7: qman-portal@1c000 { 343*2e36db14SWarner Losh cell-index = <0x7>; 344*2e36db14SWarner Losh compatible = "fsl,p3041-qman-portal", "fsl,qman-portal"; 345*2e36db14SWarner Losh reg = <0x1c000 0x4000 0x107000 0x1000>; 346*2e36db14SWarner Losh interrupts = <118 0x2 0 0>; 347*2e36db14SWarner Losh fsl,qman-channel-id = <0x7>; 348*2e36db14SWarner Losh }; 349*2e36db14SWarner Losh 350*2e36db14SWarner Losh qportal8: qman-portal@20000 { 351*2e36db14SWarner Losh cell-index = <0x8>; 352*2e36db14SWarner Losh compatible = "fsl,p3041-qman-portal", "fsl,qman-portal"; 353*2e36db14SWarner Losh reg = <0x20000 0x4000 0x108000 0x1000>; 354*2e36db14SWarner Losh interrupts = <120 0x2 0 0>; 355*2e36db14SWarner Losh fsl,qman-channel-id = <0x8>; 356*2e36db14SWarner Losh }; 357*2e36db14SWarner Losh 358*2e36db14SWarner Losh qportal9: qman-portal@24000 { 359*2e36db14SWarner Losh cell-index = <0x9>; 360*2e36db14SWarner Losh compatible = "fsl,p3041-qman-portal", "fsl,qman-portal"; 361*2e36db14SWarner Losh reg = <0x24000 0x4000 0x109000 0x1000>; 362*2e36db14SWarner Losh interrupts = <122 0x2 0 0>; 363*2e36db14SWarner Losh fsl,qman-channel-id = <0x9>; 364*2e36db14SWarner Losh }; 365*2e36db14SWarner Losh 366*2e36db14SWarner Losh qpool1: qman-pool@1 { 367*2e36db14SWarner Losh cell-index = <1>; 368*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 369*2e36db14SWarner Losh fsl,qman-channel-id = <0x21>; 370*2e36db14SWarner Losh }; 371*2e36db14SWarner Losh 372*2e36db14SWarner Losh qpool2: qman-pool@2 { 373*2e36db14SWarner Losh cell-index = <2>; 374*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 375*2e36db14SWarner Losh fsl,qman-channel-id = <0x22>; 376*2e36db14SWarner Losh }; 377*2e36db14SWarner Losh 378*2e36db14SWarner Losh qpool3: qman-pool@3 { 379*2e36db14SWarner Losh cell-index = <3>; 380*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 381*2e36db14SWarner Losh fsl,qman-channel-id = <0x23>; 382*2e36db14SWarner Losh }; 383*2e36db14SWarner Losh 384*2e36db14SWarner Losh qpool4: qman-pool@4 { 385*2e36db14SWarner Losh cell-index = <4>; 386*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 387*2e36db14SWarner Losh fsl,qman-channel-id = <0x24>; 388*2e36db14SWarner Losh }; 389*2e36db14SWarner Losh 390*2e36db14SWarner Losh qpool5: qman-pool@5 { 391*2e36db14SWarner Losh cell-index = <5>; 392*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 393*2e36db14SWarner Losh fsl,qman-channel-id = <0x25>; 394*2e36db14SWarner Losh }; 395*2e36db14SWarner Losh 396*2e36db14SWarner Losh qpool6: qman-pool@6 { 397*2e36db14SWarner Losh cell-index = <6>; 398*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 399*2e36db14SWarner Losh fsl,qman-channel-id = <0x26>; 400*2e36db14SWarner Losh }; 401*2e36db14SWarner Losh 402*2e36db14SWarner Losh qpool7: qman-pool@7 { 403*2e36db14SWarner Losh cell-index = <7>; 404*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 405*2e36db14SWarner Losh fsl,qman-channel-id = <0x27>; 406*2e36db14SWarner Losh }; 407*2e36db14SWarner Losh 408*2e36db14SWarner Losh qpool8: qman-pool@8 { 409*2e36db14SWarner Losh cell-index = <8>; 410*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 411*2e36db14SWarner Losh fsl,qman-channel-id = <0x28>; 412*2e36db14SWarner Losh }; 413*2e36db14SWarner Losh 414*2e36db14SWarner Losh qpool9: qman-pool@9 { 415*2e36db14SWarner Losh cell-index = <9>; 416*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 417*2e36db14SWarner Losh fsl,qman-channel-id = <0x29>; 418*2e36db14SWarner Losh }; 419*2e36db14SWarner Losh 420*2e36db14SWarner Losh qpool10: qman-pool@10 { 421*2e36db14SWarner Losh cell-index = <10>; 422*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 423*2e36db14SWarner Losh fsl,qman-channel-id = <0x2a>; 424*2e36db14SWarner Losh }; 425*2e36db14SWarner Losh 426*2e36db14SWarner Losh qpool11: qman-pool@11 { 427*2e36db14SWarner Losh cell-index = <11>; 428*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 429*2e36db14SWarner Losh fsl,qman-channel-id = <0x2b>; 430*2e36db14SWarner Losh }; 431*2e36db14SWarner Losh 432*2e36db14SWarner Losh qpool12: qman-pool@12 { 433*2e36db14SWarner Losh cell-index = <12>; 434*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 435*2e36db14SWarner Losh fsl,qman-channel-id = <0x2c>; 436*2e36db14SWarner Losh }; 437*2e36db14SWarner Losh 438*2e36db14SWarner Losh qpool13: qman-pool@13 { 439*2e36db14SWarner Losh cell-index = <13>; 440*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 441*2e36db14SWarner Losh fsl,qman-channel-id = <0x2d>; 442*2e36db14SWarner Losh }; 443*2e36db14SWarner Losh 444*2e36db14SWarner Losh qpool14: qman-pool@14 { 445*2e36db14SWarner Losh cell-index = <14>; 446*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 447*2e36db14SWarner Losh fsl,qman-channel-id = <0x2e>; 448*2e36db14SWarner Losh }; 449*2e36db14SWarner Losh 450*2e36db14SWarner Losh qpool15: qman-pool@15 { 451*2e36db14SWarner Losh cell-index = <15>; 452*2e36db14SWarner Losh compatible = "fsl,p3041-qman-pool-channel", "fsl,qman-pool-channel"; 453*2e36db14SWarner Losh fsl,qman-channel-id = <0x2f>; 454*2e36db14SWarner Losh }; 455*2e36db14SWarner Losh }; 456*2e36db14SWarner Losh 457*2e36db14SWarner Losh soc: soc@ffe000000 { 458*2e36db14SWarner Losh #address-cells = <1>; 459*2e36db14SWarner Losh #size-cells = <1>; 460*2e36db14SWarner Losh device_type = "soc"; 461*2e36db14SWarner Losh compatible = "simple-bus"; 462*2e36db14SWarner Losh 463*2e36db14SWarner Losh bus-frequency = <0>; // Filled out by kernel. 464*2e36db14SWarner Losh 465*2e36db14SWarner Losh ranges = <0x00000000 0xf 0xfe000000 0x1000000>; 466*2e36db14SWarner Losh reg = <0xf 0xfe000000 0 0x00001000>; 467*2e36db14SWarner Losh 468*2e36db14SWarner Losh soc-sram-error { 469*2e36db14SWarner Losh compatible = "fsl,soc-sram-error"; 470*2e36db14SWarner Losh interrupts = <16 2 1 29>; 471*2e36db14SWarner Losh }; 472*2e36db14SWarner Losh 473*2e36db14SWarner Losh corenet-law@0 { 474*2e36db14SWarner Losh compatible = "fsl,corenet-law"; 475*2e36db14SWarner Losh reg = <0x0 0x1000>; 476*2e36db14SWarner Losh fsl,num-laws = <32>; 477*2e36db14SWarner Losh }; 478*2e36db14SWarner Losh 479*2e36db14SWarner Losh ddr: memory-controller@8000 { 480*2e36db14SWarner Losh compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller"; 481*2e36db14SWarner Losh reg = <0x8000 0x1000>; 482*2e36db14SWarner Losh interrupts = <16 2 1 23>; 483*2e36db14SWarner Losh }; 484*2e36db14SWarner Losh 485*2e36db14SWarner Losh cpc: l3-cache-controller@10000 { 486*2e36db14SWarner Losh compatible = "fsl,p3041-l3-cache-controller", "fsl,p4080-l3-cache-controller", "cache"; 487*2e36db14SWarner Losh reg = <0x10000 0x1000>; 488*2e36db14SWarner Losh interrupts = <16 2 1 27>; 489*2e36db14SWarner Losh }; 490*2e36db14SWarner Losh 491*2e36db14SWarner Losh corenet-cf@18000 { 492*2e36db14SWarner Losh compatible = "fsl,corenet-cf"; 493*2e36db14SWarner Losh reg = <0x18000 0x1000>; 494*2e36db14SWarner Losh interrupts = <16 2 1 31>; 495*2e36db14SWarner Losh fsl,ccf-num-csdids = <32>; 496*2e36db14SWarner Losh fsl,ccf-num-snoopids = <32>; 497*2e36db14SWarner Losh }; 498*2e36db14SWarner Losh 499*2e36db14SWarner Losh iommu@20000 { 500*2e36db14SWarner Losh compatible = "fsl,pamu-v1.0", "fsl,pamu"; 501*2e36db14SWarner Losh reg = <0x20000 0x4000>; 502*2e36db14SWarner Losh interrupts = < 503*2e36db14SWarner Losh 24 2 0 0 504*2e36db14SWarner Losh 16 2 1 30>; 505*2e36db14SWarner Losh }; 506*2e36db14SWarner Losh 507*2e36db14SWarner Losh mpic: pic@40000 { 508*2e36db14SWarner Losh clock-frequency = <0>; 509*2e36db14SWarner Losh interrupt-controller; 510*2e36db14SWarner Losh #address-cells = <0>; 511*2e36db14SWarner Losh #interrupt-cells = <4>; 512*2e36db14SWarner Losh reg = <0x40000 0x40000>; 513*2e36db14SWarner Losh compatible = "fsl,mpic", "chrp,open-pic"; 514*2e36db14SWarner Losh device_type = "open-pic"; 515*2e36db14SWarner Losh }; 516*2e36db14SWarner Losh 517*2e36db14SWarner Losh msi0: msi@41600 { 518*2e36db14SWarner Losh compatible = "fsl,mpic-msi"; 519*2e36db14SWarner Losh reg = <0x41600 0x200>; 520*2e36db14SWarner Losh msi-available-ranges = <0 0x100>; 521*2e36db14SWarner Losh interrupts = < 522*2e36db14SWarner Losh 0xe0 0 0 0 523*2e36db14SWarner Losh 0xe1 0 0 0 524*2e36db14SWarner Losh 0xe2 0 0 0 525*2e36db14SWarner Losh 0xe3 0 0 0 526*2e36db14SWarner Losh 0xe4 0 0 0 527*2e36db14SWarner Losh 0xe5 0 0 0 528*2e36db14SWarner Losh 0xe6 0 0 0 529*2e36db14SWarner Losh 0xe7 0 0 0>; 530*2e36db14SWarner Losh }; 531*2e36db14SWarner Losh 532*2e36db14SWarner Losh msi1: msi@41800 { 533*2e36db14SWarner Losh compatible = "fsl,mpic-msi"; 534*2e36db14SWarner Losh reg = <0x41800 0x200>; 535*2e36db14SWarner Losh msi-available-ranges = <0 0x100>; 536*2e36db14SWarner Losh interrupts = < 537*2e36db14SWarner Losh 0xe8 0 0 0 538*2e36db14SWarner Losh 0xe9 0 0 0 539*2e36db14SWarner Losh 0xea 0 0 0 540*2e36db14SWarner Losh 0xeb 0 0 0 541*2e36db14SWarner Losh 0xec 0 0 0 542*2e36db14SWarner Losh 0xed 0 0 0 543*2e36db14SWarner Losh 0xee 0 0 0 544*2e36db14SWarner Losh 0xef 0 0 0>; 545*2e36db14SWarner Losh }; 546*2e36db14SWarner Losh 547*2e36db14SWarner Losh msi2: msi@41a00 { 548*2e36db14SWarner Losh compatible = "fsl,mpic-msi"; 549*2e36db14SWarner Losh reg = <0x41a00 0x200>; 550*2e36db14SWarner Losh msi-available-ranges = <0 0x100>; 551*2e36db14SWarner Losh interrupts = < 552*2e36db14SWarner Losh 0xf0 0 0 0 553*2e36db14SWarner Losh 0xf1 0 0 0 554*2e36db14SWarner Losh 0xf2 0 0 0 555*2e36db14SWarner Losh 0xf3 0 0 0 556*2e36db14SWarner Losh 0xf4 0 0 0 557*2e36db14SWarner Losh 0xf5 0 0 0 558*2e36db14SWarner Losh 0xf6 0 0 0 559*2e36db14SWarner Losh 0xf7 0 0 0>; 560*2e36db14SWarner Losh }; 561*2e36db14SWarner Losh 562*2e36db14SWarner Losh guts: global-utilities@e0000 { 563*2e36db14SWarner Losh compatible = "fsl,qoriq-device-config-1.0"; 564*2e36db14SWarner Losh reg = <0xe0000 0xe00>; 565*2e36db14SWarner Losh fsl,has-rstcr; 566*2e36db14SWarner Losh #sleep-cells = <1>; 567*2e36db14SWarner Losh fsl,liodn-bits = <12>; 568*2e36db14SWarner Losh }; 569*2e36db14SWarner Losh 570*2e36db14SWarner Losh pins: global-utilities@e0e00 { 571*2e36db14SWarner Losh compatible = "fsl,qoriq-pin-control-1.0"; 572*2e36db14SWarner Losh reg = <0xe0e00 0x200>; 573*2e36db14SWarner Losh #sleep-cells = <2>; 574*2e36db14SWarner Losh }; 575*2e36db14SWarner Losh 576*2e36db14SWarner Losh clockgen: global-utilities@e1000 { 577*2e36db14SWarner Losh compatible = "fsl,p3041-clockgen", "fsl,qoriq-clockgen-1.0"; 578*2e36db14SWarner Losh reg = <0xe1000 0x1000>; 579*2e36db14SWarner Losh clock-frequency = <0>; 580*2e36db14SWarner Losh }; 581*2e36db14SWarner Losh 582*2e36db14SWarner Losh rcpm: global-utilities@e2000 { 583*2e36db14SWarner Losh compatible = "fsl,qoriq-rcpm-1.0"; 584*2e36db14SWarner Losh reg = <0xe2000 0x1000>; 585*2e36db14SWarner Losh #sleep-cells = <1>; 586*2e36db14SWarner Losh }; 587*2e36db14SWarner Losh 588*2e36db14SWarner Losh sfp: sfp@e8000 { 589*2e36db14SWarner Losh compatible = "fsl,p3041-sfp", "fsl,qoriq-sfp-1.0"; 590*2e36db14SWarner Losh reg = <0xe8000 0x1000>; 591*2e36db14SWarner Losh }; 592*2e36db14SWarner Losh 593*2e36db14SWarner Losh serdes: serdes@ea000 { 594*2e36db14SWarner Losh compatible = "fsl,p3041-serdes"; 595*2e36db14SWarner Losh reg = <0xea000 0x1000>; 596*2e36db14SWarner Losh }; 597*2e36db14SWarner Losh 598*2e36db14SWarner Losh dma0: dma@100300 { 599*2e36db14SWarner Losh #address-cells = <1>; 600*2e36db14SWarner Losh #size-cells = <1>; 601*2e36db14SWarner Losh compatible = "fsl,p3041-dma", "fsl,eloplus-dma"; 602*2e36db14SWarner Losh reg = <0x100300 0x4>; 603*2e36db14SWarner Losh ranges = <0x0 0x100100 0x200>; 604*2e36db14SWarner Losh cell-index = <0>; 605*2e36db14SWarner Losh dma-channel@0 { 606*2e36db14SWarner Losh compatible = "fsl,p3041-dma-channel", 607*2e36db14SWarner Losh "fsl,eloplus-dma-channel"; 608*2e36db14SWarner Losh reg = <0x0 0x80>; 609*2e36db14SWarner Losh cell-index = <0>; 610*2e36db14SWarner Losh interrupts = <28 2 0 0>; 611*2e36db14SWarner Losh }; 612*2e36db14SWarner Losh dma-channel@80 { 613*2e36db14SWarner Losh compatible = "fsl,p3041-dma-channel", 614*2e36db14SWarner Losh "fsl,eloplus-dma-channel"; 615*2e36db14SWarner Losh reg = <0x80 0x80>; 616*2e36db14SWarner Losh cell-index = <1>; 617*2e36db14SWarner Losh interrupts = <29 2 0 0>; 618*2e36db14SWarner Losh }; 619*2e36db14SWarner Losh dma-channel@100 { 620*2e36db14SWarner Losh compatible = "fsl,p3041-dma-channel", 621*2e36db14SWarner Losh "fsl,eloplus-dma-channel"; 622*2e36db14SWarner Losh reg = <0x100 0x80>; 623*2e36db14SWarner Losh cell-index = <2>; 624*2e36db14SWarner Losh interrupts = <30 2 0 0>; 625*2e36db14SWarner Losh }; 626*2e36db14SWarner Losh dma-channel@180 { 627*2e36db14SWarner Losh compatible = "fsl,p3041-dma-channel", 628*2e36db14SWarner Losh "fsl,eloplus-dma-channel"; 629*2e36db14SWarner Losh reg = <0x180 0x80>; 630*2e36db14SWarner Losh cell-index = <3>; 631*2e36db14SWarner Losh interrupts = <31 2 0 0>; 632*2e36db14SWarner Losh }; 633*2e36db14SWarner Losh }; 634*2e36db14SWarner Losh 635*2e36db14SWarner Losh dma1: dma@101300 { 636*2e36db14SWarner Losh #address-cells = <1>; 637*2e36db14SWarner Losh #size-cells = <1>; 638*2e36db14SWarner Losh compatible = "fsl,p3041-dma", "fsl,eloplus-dma"; 639*2e36db14SWarner Losh reg = <0x101300 0x4>; 640*2e36db14SWarner Losh ranges = <0x0 0x101100 0x200>; 641*2e36db14SWarner Losh cell-index = <1>; 642*2e36db14SWarner Losh dma-channel@0 { 643*2e36db14SWarner Losh compatible = "fsl,p3041-dma-channel", 644*2e36db14SWarner Losh "fsl,eloplus-dma-channel"; 645*2e36db14SWarner Losh reg = <0x0 0x80>; 646*2e36db14SWarner Losh cell-index = <0>; 647*2e36db14SWarner Losh interrupts = <32 2 0 0>; 648*2e36db14SWarner Losh }; 649*2e36db14SWarner Losh dma-channel@80 { 650*2e36db14SWarner Losh compatible = "fsl,p3041-dma-channel", 651*2e36db14SWarner Losh "fsl,eloplus-dma-channel"; 652*2e36db14SWarner Losh reg = <0x80 0x80>; 653*2e36db14SWarner Losh cell-index = <1>; 654*2e36db14SWarner Losh interrupts = <33 2 0 0>; 655*2e36db14SWarner Losh }; 656*2e36db14SWarner Losh dma-channel@100 { 657*2e36db14SWarner Losh compatible = "fsl,p3041-dma-channel", 658*2e36db14SWarner Losh "fsl,eloplus-dma-channel"; 659*2e36db14SWarner Losh reg = <0x100 0x80>; 660*2e36db14SWarner Losh cell-index = <2>; 661*2e36db14SWarner Losh interrupts = <34 2 0 0>; 662*2e36db14SWarner Losh }; 663*2e36db14SWarner Losh dma-channel@180 { 664*2e36db14SWarner Losh compatible = "fsl,p3041-dma-channel", 665*2e36db14SWarner Losh "fsl,eloplus-dma-channel"; 666*2e36db14SWarner Losh reg = <0x180 0x80>; 667*2e36db14SWarner Losh cell-index = <3>; 668*2e36db14SWarner Losh interrupts = <35 2 0 0>; 669*2e36db14SWarner Losh }; 670*2e36db14SWarner Losh }; 671*2e36db14SWarner Losh 672*2e36db14SWarner Losh spi@110000 { 673*2e36db14SWarner Losh #address-cells = <1>; 674*2e36db14SWarner Losh #size-cells = <0>; 675*2e36db14SWarner Losh compatible = "fsl,p3041-espi", "fsl,mpc8536-espi"; 676*2e36db14SWarner Losh reg = <0x110000 0x1000>; 677*2e36db14SWarner Losh interrupts = <53 0x2 0 0>; 678*2e36db14SWarner Losh fsl,espi-num-chipselects = <4>; 679*2e36db14SWarner Losh }; 680*2e36db14SWarner Losh 681*2e36db14SWarner Losh sdhc: sdhc@114000 { 682*2e36db14SWarner Losh compatible = "fsl,p3041-esdhc", "fsl,esdhc"; 683*2e36db14SWarner Losh reg = <0x114000 0x1000>; 684*2e36db14SWarner Losh interrupts = <48 2 0 0>; 685*2e36db14SWarner Losh sdhci,auto-cmd12; 686*2e36db14SWarner Losh clock-frequency = <0>; 687*2e36db14SWarner Losh }; 688*2e36db14SWarner Losh 689*2e36db14SWarner Losh i2c@118000 { 690*2e36db14SWarner Losh #address-cells = <1>; 691*2e36db14SWarner Losh #size-cells = <0>; 692*2e36db14SWarner Losh cell-index = <0>; 693*2e36db14SWarner Losh compatible = "fsl-i2c"; 694*2e36db14SWarner Losh reg = <0x118000 0x100>; 695*2e36db14SWarner Losh interrupts = <38 2 0 0>; 696*2e36db14SWarner Losh dfsrr; 697*2e36db14SWarner Losh }; 698*2e36db14SWarner Losh 699*2e36db14SWarner Losh i2c@118100 { 700*2e36db14SWarner Losh #address-cells = <1>; 701*2e36db14SWarner Losh #size-cells = <0>; 702*2e36db14SWarner Losh cell-index = <1>; 703*2e36db14SWarner Losh compatible = "fsl-i2c"; 704*2e36db14SWarner Losh reg = <0x118100 0x100>; 705*2e36db14SWarner Losh interrupts = <38 2 0 0>; 706*2e36db14SWarner Losh dfsrr; 707*2e36db14SWarner Losh }; 708*2e36db14SWarner Losh 709*2e36db14SWarner Losh i2c@119000 { 710*2e36db14SWarner Losh #address-cells = <1>; 711*2e36db14SWarner Losh #size-cells = <0>; 712*2e36db14SWarner Losh cell-index = <2>; 713*2e36db14SWarner Losh compatible = "fsl-i2c"; 714*2e36db14SWarner Losh reg = <0x119000 0x100>; 715*2e36db14SWarner Losh interrupts = <39 2 0 0>; 716*2e36db14SWarner Losh dfsrr; 717*2e36db14SWarner Losh }; 718*2e36db14SWarner Losh 719*2e36db14SWarner Losh i2c@119100 { 720*2e36db14SWarner Losh #address-cells = <1>; 721*2e36db14SWarner Losh #size-cells = <0>; 722*2e36db14SWarner Losh cell-index = <3>; 723*2e36db14SWarner Losh compatible = "fsl-i2c"; 724*2e36db14SWarner Losh reg = <0x119100 0x100>; 725*2e36db14SWarner Losh interrupts = <39 2 0 0>; 726*2e36db14SWarner Losh dfsrr; 727*2e36db14SWarner Losh }; 728*2e36db14SWarner Losh 729*2e36db14SWarner Losh serial0: serial@11c500 { 730*2e36db14SWarner Losh cell-index = <0>; 731*2e36db14SWarner Losh device_type = "serial"; 732*2e36db14SWarner Losh compatible = "ns16550"; 733*2e36db14SWarner Losh reg = <0x11c500 0x100>; 734*2e36db14SWarner Losh clock-frequency = <0>; 735*2e36db14SWarner Losh interrupts = <36 2 0 0>; 736*2e36db14SWarner Losh }; 737*2e36db14SWarner Losh 738*2e36db14SWarner Losh serial1: serial@11c600 { 739*2e36db14SWarner Losh cell-index = <1>; 740*2e36db14SWarner Losh device_type = "serial"; 741*2e36db14SWarner Losh compatible = "ns16550"; 742*2e36db14SWarner Losh reg = <0x11c600 0x100>; 743*2e36db14SWarner Losh clock-frequency = <0>; 744*2e36db14SWarner Losh interrupts = <36 2 0 0>; 745*2e36db14SWarner Losh }; 746*2e36db14SWarner Losh 747*2e36db14SWarner Losh serial2: serial@11d500 { 748*2e36db14SWarner Losh cell-index = <2>; 749*2e36db14SWarner Losh device_type = "serial"; 750*2e36db14SWarner Losh compatible = "ns16550"; 751*2e36db14SWarner Losh reg = <0x11d500 0x100>; 752*2e36db14SWarner Losh clock-frequency = <0>; 753*2e36db14SWarner Losh interrupts = <37 2 0 0>; 754*2e36db14SWarner Losh }; 755*2e36db14SWarner Losh 756*2e36db14SWarner Losh serial3: serial@11d600 { 757*2e36db14SWarner Losh cell-index = <3>; 758*2e36db14SWarner Losh device_type = "serial"; 759*2e36db14SWarner Losh compatible = "ns16550"; 760*2e36db14SWarner Losh reg = <0x11d600 0x100>; 761*2e36db14SWarner Losh clock-frequency = <0>; 762*2e36db14SWarner Losh interrupts = <37 2 0 0>; 763*2e36db14SWarner Losh }; 764*2e36db14SWarner Losh 765*2e36db14SWarner Losh gpio0: gpio@130000 { 766*2e36db14SWarner Losh compatible = "fsl,p3041-gpio", "fsl,qoriq-gpio"; 767*2e36db14SWarner Losh reg = <0x130000 0x1000>; 768*2e36db14SWarner Losh interrupts = <55 2 0 0>; 769*2e36db14SWarner Losh #gpio-cells = <2>; 770*2e36db14SWarner Losh gpio-controller; 771*2e36db14SWarner Losh }; 772*2e36db14SWarner Losh 773*2e36db14SWarner Losh rman: rman@1e0000 { 774*2e36db14SWarner Losh compatible = "fsl,rman"; 775*2e36db14SWarner Losh #address-cells = <1>; 776*2e36db14SWarner Losh #size-cells = <1>; 777*2e36db14SWarner Losh ranges = <0x0 0x1e0000 0x20000>; 778*2e36db14SWarner Losh reg = <0x1e0000 0x20000>; 779*2e36db14SWarner Losh interrupts = <16 2 1 11>; /* err_irq */ 780*2e36db14SWarner Losh fsl,qman-channels-id = <0x62 0x63>; 781*2e36db14SWarner Losh 782*2e36db14SWarner Losh inbound-block@0 { 783*2e36db14SWarner Losh compatible = "fsl,rman-inbound-block"; 784*2e36db14SWarner Losh reg = <0x0 0x800>; 785*2e36db14SWarner Losh }; 786*2e36db14SWarner Losh global-cfg@b00 { 787*2e36db14SWarner Losh compatible = "fsl,rman-global-cfg"; 788*2e36db14SWarner Losh reg = <0xb00 0x500>; 789*2e36db14SWarner Losh }; 790*2e36db14SWarner Losh inbound-block@1000 { 791*2e36db14SWarner Losh compatible = "fsl,rman-inbound-block"; 792*2e36db14SWarner Losh reg = <0x1000 0x800>; 793*2e36db14SWarner Losh }; 794*2e36db14SWarner Losh inbound-block@2000 { 795*2e36db14SWarner Losh compatible = "fsl,rman-inbound-block"; 796*2e36db14SWarner Losh reg = <0x2000 0x800>; 797*2e36db14SWarner Losh }; 798*2e36db14SWarner Losh inbound-block@3000 { 799*2e36db14SWarner Losh compatible = "fsl,rman-inbound-block"; 800*2e36db14SWarner Losh reg = <0x3000 0x800>; 801*2e36db14SWarner Losh }; 802*2e36db14SWarner Losh }; 803*2e36db14SWarner Losh 804*2e36db14SWarner Losh usb0: usb@210000 { 805*2e36db14SWarner Losh compatible = "fsl,p3041-usb2-mph", 806*2e36db14SWarner Losh "fsl,mpc85xx-usb2-mph", "fsl-usb2-mph"; 807*2e36db14SWarner Losh reg = <0x210000 0x1000>; 808*2e36db14SWarner Losh #address-cells = <1>; 809*2e36db14SWarner Losh #size-cells = <0>; 810*2e36db14SWarner Losh interrupts = <44 0x2 0 0>; 811*2e36db14SWarner Losh phy_type = "utmi"; 812*2e36db14SWarner Losh port0; 813*2e36db14SWarner Losh }; 814*2e36db14SWarner Losh 815*2e36db14SWarner Losh usb1: usb@211000 { 816*2e36db14SWarner Losh compatible = "fsl,p3041-usb2-dr", 817*2e36db14SWarner Losh "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr"; 818*2e36db14SWarner Losh reg = <0x211000 0x1000>; 819*2e36db14SWarner Losh #address-cells = <1>; 820*2e36db14SWarner Losh #size-cells = <0>; 821*2e36db14SWarner Losh interrupts = <45 0x2 0 0>; 822*2e36db14SWarner Losh dr_mode = "host"; 823*2e36db14SWarner Losh phy_type = "utmi"; 824*2e36db14SWarner Losh }; 825*2e36db14SWarner Losh 826*2e36db14SWarner Losh sata@220000 { 827*2e36db14SWarner Losh compatible = "fsl,p3041-sata", "fsl,pq-sata-v2"; 828*2e36db14SWarner Losh reg = <0x220000 0x1000>; 829*2e36db14SWarner Losh interrupts = <68 0x2 0 0>; 830*2e36db14SWarner Losh }; 831*2e36db14SWarner Losh 832*2e36db14SWarner Losh sata@221000 { 833*2e36db14SWarner Losh compatible = "fsl,p3041-sata", "fsl,pq-sata-v2"; 834*2e36db14SWarner Losh reg = <0x221000 0x1000>; 835*2e36db14SWarner Losh interrupts = <69 0x2 0 0>; 836*2e36db14SWarner Losh }; 837*2e36db14SWarner Losh 838*2e36db14SWarner Losh crypto: crypto@300000 { 839*2e36db14SWarner Losh compatible = "fsl,sec-v4.2", "fsl,sec-v4.0"; 840*2e36db14SWarner Losh #address-cells = <1>; 841*2e36db14SWarner Losh #size-cells = <1>; 842*2e36db14SWarner Losh reg = <0x300000 0x10000>; 843*2e36db14SWarner Losh ranges = <0 0x300000 0x10000>; 844*2e36db14SWarner Losh interrupts = <92 2 0 0>; 845*2e36db14SWarner Losh 846*2e36db14SWarner Losh sec_jr0: jr@1000 { 847*2e36db14SWarner Losh compatible = "fsl,sec-v4.2-job-ring", 848*2e36db14SWarner Losh "fsl,sec-v4.0-job-ring"; 849*2e36db14SWarner Losh reg = <0x1000 0x1000>; 850*2e36db14SWarner Losh interrupts = <88 2 0 0>; 851*2e36db14SWarner Losh }; 852*2e36db14SWarner Losh 853*2e36db14SWarner Losh sec_jr1: jr@2000 { 854*2e36db14SWarner Losh compatible = "fsl,sec-v4.2-job-ring", 855*2e36db14SWarner Losh "fsl,sec-v4.0-job-ring"; 856*2e36db14SWarner Losh reg = <0x2000 0x1000>; 857*2e36db14SWarner Losh interrupts = <89 2 0 0>; 858*2e36db14SWarner Losh }; 859*2e36db14SWarner Losh 860*2e36db14SWarner Losh sec_jr2: jr@3000 { 861*2e36db14SWarner Losh compatible = "fsl,sec-v4.2-job-ring", 862*2e36db14SWarner Losh "fsl,sec-v4.0-job-ring"; 863*2e36db14SWarner Losh reg = <0x3000 0x1000>; 864*2e36db14SWarner Losh interrupts = <90 2 0 0>; 865*2e36db14SWarner Losh }; 866*2e36db14SWarner Losh 867*2e36db14SWarner Losh sec_jr3: jr@4000 { 868*2e36db14SWarner Losh compatible = "fsl,sec-v4.2-job-ring", 869*2e36db14SWarner Losh "fsl,sec-v4.0-job-ring"; 870*2e36db14SWarner Losh reg = <0x4000 0x1000>; 871*2e36db14SWarner Losh interrupts = <91 2 0 0>; 872*2e36db14SWarner Losh }; 873*2e36db14SWarner Losh 874*2e36db14SWarner Losh rtic@6000 { 875*2e36db14SWarner Losh compatible = "fsl,sec-v4.2-rtic", 876*2e36db14SWarner Losh "fsl,sec-v4.0-rtic"; 877*2e36db14SWarner Losh #address-cells = <1>; 878*2e36db14SWarner Losh #size-cells = <1>; 879*2e36db14SWarner Losh reg = <0x6000 0x100>; 880*2e36db14SWarner Losh ranges = <0x0 0x6100 0xe00>; 881*2e36db14SWarner Losh 882*2e36db14SWarner Losh rtic_a: rtic-a@0 { 883*2e36db14SWarner Losh compatible = "fsl,sec-v4.2-rtic-memory", 884*2e36db14SWarner Losh "fsl,sec-v4.0-rtic-memory"; 885*2e36db14SWarner Losh reg = <0x00 0x20 0x100 0x80>; 886*2e36db14SWarner Losh }; 887*2e36db14SWarner Losh 888*2e36db14SWarner Losh rtic_b: rtic-b@20 { 889*2e36db14SWarner Losh compatible = "fsl,sec-v4.2-rtic-memory", 890*2e36db14SWarner Losh "fsl,sec-v4.0-rtic-memory"; 891*2e36db14SWarner Losh reg = <0x20 0x20 0x200 0x80>; 892*2e36db14SWarner Losh }; 893*2e36db14SWarner Losh 894*2e36db14SWarner Losh rtic_c: rtic-c@40 { 895*2e36db14SWarner Losh compatible = "fsl,sec-v4.2-rtic-memory", 896*2e36db14SWarner Losh "fsl,sec-v4.0-rtic-memory"; 897*2e36db14SWarner Losh reg = <0x40 0x20 0x300 0x80>; 898*2e36db14SWarner Losh }; 899*2e36db14SWarner Losh 900*2e36db14SWarner Losh rtic_d: rtic-d@60 { 901*2e36db14SWarner Losh compatible = "fsl,sec-v4.2-rtic-memory", 902*2e36db14SWarner Losh "fsl,sec-v4.0-rtic-memory"; 903*2e36db14SWarner Losh reg = <0x60 0x20 0x500 0x80>; 904*2e36db14SWarner Losh }; 905*2e36db14SWarner Losh }; 906*2e36db14SWarner Losh }; 907*2e36db14SWarner Losh 908*2e36db14SWarner Losh sec_mon: sec_mon@314000 { 909*2e36db14SWarner Losh compatible = "fsl,sec-v4.2-mon", "fsl,sec-v4.0-mon"; 910*2e36db14SWarner Losh reg = <0x314000 0x1000>; 911*2e36db14SWarner Losh interrupts = <93 2 0 0>; 912*2e36db14SWarner Losh }; 913*2e36db14SWarner Losh 914*2e36db14SWarner Losh pme: pme@316000 { 915*2e36db14SWarner Losh compatible = "fsl,pme"; 916*2e36db14SWarner Losh reg = <0x316000 0x10000>; 917*2e36db14SWarner Losh /* "fsl,pme-pdsr = <0x0 0x23000000 0x0 0x01000000>; */ 918*2e36db14SWarner Losh /* "fsl,pme-sre = <0x0 0x24000000 0x0 0x00a00000>; */ 919*2e36db14SWarner Losh interrupts = <16 2 1 5>; 920*2e36db14SWarner Losh }; 921*2e36db14SWarner Losh 922*2e36db14SWarner Losh qman: qman@318000 { 923*2e36db14SWarner Losh compatible = "fsl,p3041-qman", "fsl,qman"; 924*2e36db14SWarner Losh reg = <0x318000 0x1000>; 925*2e36db14SWarner Losh interrupts = <16 2 1 3>; 926*2e36db14SWarner Losh /* Commented out, use default allocation */ 927*2e36db14SWarner Losh /* "fsl,qman-fqd = <0x0 0x20000000 0x0 0x01000000>; */ 928*2e36db14SWarner Losh /* "fsl,qman-pfdr = <0x0 0x21000000 0x0 0x01000000>; */ 929*2e36db14SWarner Losh }; 930*2e36db14SWarner Losh 931*2e36db14SWarner Losh bman: bman@31a000 { 932*2e36db14SWarner Losh compatible = "fsl,p3041-bman", "fsl,bman"; 933*2e36db14SWarner Losh reg = <0x31a000 0x1000>; 934*2e36db14SWarner Losh interrupts = <16 2 1 2>; 935*2e36db14SWarner Losh /* Same as "fsl,qman-*, use default allocation */ 936*2e36db14SWarner Losh /* "fsl,bman-fbpr = <0x0 0x22000000 0x0 0x01000000>; */ 937*2e36db14SWarner Losh }; 938*2e36db14SWarner Losh 939*2e36db14SWarner Losh fman0: fman@400000 { 940*2e36db14SWarner Losh #address-cells = <1>; 941*2e36db14SWarner Losh #size-cells = <1>; 942*2e36db14SWarner Losh cell-index = <0>; 943*2e36db14SWarner Losh compatible = "fsl,p3041-fman", "fsl,fman", "simple-bus"; 944*2e36db14SWarner Losh ranges = <0 0x400000 0x100000>; 945*2e36db14SWarner Losh reg = <0x400000 0x100000>; 946*2e36db14SWarner Losh clock-frequency = <0>; 947*2e36db14SWarner Losh interrupts = < 948*2e36db14SWarner Losh 96 2 0 0 949*2e36db14SWarner Losh 16 2 1 1>; 950*2e36db14SWarner Losh 951*2e36db14SWarner Losh cc@0 { 952*2e36db14SWarner Losh compatible = "fsl,p3041-fman-cc", "fsl,fman-cc"; 953*2e36db14SWarner Losh }; 954*2e36db14SWarner Losh 955*2e36db14SWarner Losh parser@c7000 { 956*2e36db14SWarner Losh compatible = "fsl,p3041-fman-parser", "fsl,fman-parser"; 957*2e36db14SWarner Losh reg = <0xc7000 0x1000>; 958*2e36db14SWarner Losh }; 959*2e36db14SWarner Losh 960*2e36db14SWarner Losh keygen@c1000 { 961*2e36db14SWarner Losh compatible = "fsl,p3041-fman-keygen", "fsl,fman-keygen"; 962*2e36db14SWarner Losh reg = <0xc1000 0x1000>; 963*2e36db14SWarner Losh }; 964*2e36db14SWarner Losh 965*2e36db14SWarner Losh policer@c0000 { 966*2e36db14SWarner Losh compatible = "fsl,p3041-fman-policer", "fsl,fman-policer"; 967*2e36db14SWarner Losh reg = <0xc0000 0x1000>; 968*2e36db14SWarner Losh }; 969*2e36db14SWarner Losh 970*2e36db14SWarner Losh muram@0 { 971*2e36db14SWarner Losh compatible = "fsl,p3041-fman-muram", "fsl,fman-muram"; 972*2e36db14SWarner Losh reg = <0x0 0x28000>; 973*2e36db14SWarner Losh }; 974*2e36db14SWarner Losh 975*2e36db14SWarner Losh bmi@80000 { 976*2e36db14SWarner Losh compatible = "fsl,p3041-fman-bmi", "fsl,fman-bmi"; 977*2e36db14SWarner Losh reg = <0x80000 0x400>; 978*2e36db14SWarner Losh }; 979*2e36db14SWarner Losh 980*2e36db14SWarner Losh qmi@80400 { 981*2e36db14SWarner Losh compatible = "fsl,p3041-fman-qmi", "fsl,fman-qmi"; 982*2e36db14SWarner Losh reg = <0x80400 0x400>; 983*2e36db14SWarner Losh }; 984*2e36db14SWarner Losh 985*2e36db14SWarner Losh fman0_rx0: port@88000 { 986*2e36db14SWarner Losh cell-index = <0>; 987*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-1g-rx", "fsl,fman-port-1g-rx", "fsl,fman-v2-port-rx"; 988*2e36db14SWarner Losh reg = <0x88000 0x1000>; 989*2e36db14SWarner Losh }; 990*2e36db14SWarner Losh fman0_rx1: port@89000 { 991*2e36db14SWarner Losh cell-index = <1>; 992*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-1g-rx", "fsl,fman-port-1g-rx", "fsl,fman-v2-port-rx"; 993*2e36db14SWarner Losh reg = <0x89000 0x1000>; 994*2e36db14SWarner Losh }; 995*2e36db14SWarner Losh fman0_rx2: port@8a000 { 996*2e36db14SWarner Losh cell-index = <2>; 997*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-1g-rx", "fsl,fman-port-1g-rx", "fsl,fman-v2-port-rx"; 998*2e36db14SWarner Losh reg = <0x8a000 0x1000>; 999*2e36db14SWarner Losh }; 1000*2e36db14SWarner Losh fman0_rx3: port@8b000 { 1001*2e36db14SWarner Losh cell-index = <3>; 1002*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-1g-rx", "fsl,fman-port-1g-rx", "fsl,fman-v2-port-rx"; 1003*2e36db14SWarner Losh reg = <0x8b000 0x1000>; 1004*2e36db14SWarner Losh }; 1005*2e36db14SWarner Losh fman0_rx4: port@8c000 { 1006*2e36db14SWarner Losh cell-index = <4>; 1007*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-1g-rx", "fsl,fman-port-1g-rx", "fsl,fman-v2-port-rx"; 1008*2e36db14SWarner Losh reg = <0x8c000 0x1000>; 1009*2e36db14SWarner Losh }; 1010*2e36db14SWarner Losh fman0_rx5: port@90000 { 1011*2e36db14SWarner Losh cell-index = <0>; 1012*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-10g-rx", "fsl,fman-port-10g-rx"; 1013*2e36db14SWarner Losh reg = <0x90000 0x1000>; 1014*2e36db14SWarner Losh }; 1015*2e36db14SWarner Losh 1016*2e36db14SWarner Losh fman0_tx5: port@b0000 { 1017*2e36db14SWarner Losh cell-index = <0>; 1018*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-10g-tx", "fsl,fman-port-10g-tx"; 1019*2e36db14SWarner Losh reg = <0xb0000 0x1000>; 1020*2e36db14SWarner Losh fsl,qman-channel-id = <0x40>; 1021*2e36db14SWarner Losh }; 1022*2e36db14SWarner Losh fman0_tx0: port@a8000 { 1023*2e36db14SWarner Losh cell-index = <0>; 1024*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-1g-tx", "fsl,fman-port-1g-tx", "fsl,fman-v2-port-tx"; 1025*2e36db14SWarner Losh reg = <0xa8000 0x1000>; 1026*2e36db14SWarner Losh fsl,qman-channel-id = <0x41>; 1027*2e36db14SWarner Losh }; 1028*2e36db14SWarner Losh fman0_tx1: port@a9000 { 1029*2e36db14SWarner Losh cell-index = <1>; 1030*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-1g-tx", "fsl,fman-port-1g-tx", "fsl,fman-v2-port-tx"; 1031*2e36db14SWarner Losh reg = <0xa9000 0x1000>; 1032*2e36db14SWarner Losh fsl,qman-channel-id = <0x42>; 1033*2e36db14SWarner Losh }; 1034*2e36db14SWarner Losh fman0_tx2: port@aa000 { 1035*2e36db14SWarner Losh cell-index = <2>; 1036*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-1g-tx", "fsl,fman-port-1g-tx", "fsl,fman-v2-port-tx"; 1037*2e36db14SWarner Losh reg = <0xaa000 0x1000>; 1038*2e36db14SWarner Losh fsl,qman-channel-id = <0x43>; 1039*2e36db14SWarner Losh }; 1040*2e36db14SWarner Losh fman0_tx3: port@ab000 { 1041*2e36db14SWarner Losh cell-index = <3>; 1042*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-1g-tx", "fsl,fman-port-1g-tx", "fsl,fman-v2-port-tx"; 1043*2e36db14SWarner Losh reg = <0xab000 0x1000>; 1044*2e36db14SWarner Losh fsl,qman-channel-id = <0x44>; 1045*2e36db14SWarner Losh }; 1046*2e36db14SWarner Losh fman0_tx4: port@ac000 { 1047*2e36db14SWarner Losh cell-index = <4>; 1048*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-1g-tx", "fsl,fman-port-1g-tx", "fsl,fman-v2-port-tx"; 1049*2e36db14SWarner Losh reg = <0xac000 0x1000>; 1050*2e36db14SWarner Losh fsl,qman-channel-id = <0x45>; 1051*2e36db14SWarner Losh }; 1052*2e36db14SWarner Losh 1053*2e36db14SWarner Losh fman0_oh0: port@81000 { 1054*2e36db14SWarner Losh cell-index = <0>; 1055*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-oh", "fsl,fman-port-oh"; 1056*2e36db14SWarner Losh reg = <0x81000 0x1000>; 1057*2e36db14SWarner Losh fsl,qman-channel-id = <0x46>; 1058*2e36db14SWarner Losh }; 1059*2e36db14SWarner Losh fman0_oh1: port@82000 { 1060*2e36db14SWarner Losh cell-index = <1>; 1061*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-oh", "fsl,fman-port-oh"; 1062*2e36db14SWarner Losh reg = <0x82000 0x1000>; 1063*2e36db14SWarner Losh fsl,qman-channel-id = <0x47>; 1064*2e36db14SWarner Losh }; 1065*2e36db14SWarner Losh fman0_oh2: port@83000 { 1066*2e36db14SWarner Losh cell-index = <2>; 1067*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-oh", "fsl,fman-port-oh"; 1068*2e36db14SWarner Losh reg = <0x83000 0x1000>; 1069*2e36db14SWarner Losh fsl,qman-channel-id = <0x48>; 1070*2e36db14SWarner Losh }; 1071*2e36db14SWarner Losh fman0_oh3: port@84000 { 1072*2e36db14SWarner Losh cell-index = <3>; 1073*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-oh", "fsl,fman-port-oh"; 1074*2e36db14SWarner Losh reg = <0x84000 0x1000>; 1075*2e36db14SWarner Losh fsl,qman-channel-id = <0x49>; 1076*2e36db14SWarner Losh }; 1077*2e36db14SWarner Losh fman0_oh4: port@85000 { 1078*2e36db14SWarner Losh cell-index = <4>; 1079*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-oh", "fsl,fman-port-oh"; 1080*2e36db14SWarner Losh reg = <0x85000 0x1000>; 1081*2e36db14SWarner Losh fsl,qman-channel-id = <0x4a>; 1082*2e36db14SWarner Losh }; 1083*2e36db14SWarner Losh fman0_oh5: port@86000 { 1084*2e36db14SWarner Losh cell-index = <5>; 1085*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-oh", "fsl,fman-port-oh"; 1086*2e36db14SWarner Losh reg = <0x86000 0x1000>; 1087*2e36db14SWarner Losh fsl,qman-channel-id = <0x4b>; 1088*2e36db14SWarner Losh }; 1089*2e36db14SWarner Losh fman0_oh6: port@87000 { 1090*2e36db14SWarner Losh cell-index = <6>; 1091*2e36db14SWarner Losh compatible = "fsl,p3041-fman-port-oh", "fsl,fman-port-oh"; 1092*2e36db14SWarner Losh reg = <0x87000 0x1000>; 1093*2e36db14SWarner Losh }; 1094*2e36db14SWarner Losh 1095*2e36db14SWarner Losh enet0: ethernet@e0000 { 1096*2e36db14SWarner Losh cell-index = <0>; 1097*2e36db14SWarner Losh compatible = "fsl,p3041-fman-1g-mac", 1098*2e36db14SWarner Losh "fsl,fman-1g-mac", "fsl,fman-dtsec"; 1099*2e36db14SWarner Losh reg = <0xe0000 0x1000>; 1100*2e36db14SWarner Losh fsl,port-handles = <&fman0_rx0 &fman0_tx0>; 1101*2e36db14SWarner Losh ptimer-handle = <&ptp_timer0>; 1102*2e36db14SWarner Losh }; 1103*2e36db14SWarner Losh 1104*2e36db14SWarner Losh mdio0: mdio@e1120 { 1105*2e36db14SWarner Losh #address-cells = <1>; 1106*2e36db14SWarner Losh #size-cells = <0>; 1107*2e36db14SWarner Losh compatible = "fsl,fman-mdio"; 1108*2e36db14SWarner Losh reg = <0xe1120 0xee0>; 1109*2e36db14SWarner Losh interrupts = <100 1 0 0>; 1110*2e36db14SWarner Losh }; 1111*2e36db14SWarner Losh 1112*2e36db14SWarner Losh enet1: ethernet@e2000 { 1113*2e36db14SWarner Losh cell-index = <1>; 1114*2e36db14SWarner Losh compatible = "fsl,p3041-fman-1g-mac", 1115*2e36db14SWarner Losh "fsl,fman-1g-mac", "fsl,fman-dtsec"; 1116*2e36db14SWarner Losh reg = <0xe2000 0x1000>; 1117*2e36db14SWarner Losh fsl,port-handles = <&fman0_rx1 &fman0_tx1>; 1118*2e36db14SWarner Losh ptimer-handle = <&ptp_timer0>; 1119*2e36db14SWarner Losh }; 1120*2e36db14SWarner Losh 1121*2e36db14SWarner Losh mdio@e3120 { 1122*2e36db14SWarner Losh #address-cells = <1>; 1123*2e36db14SWarner Losh #size-cells = <0>; 1124*2e36db14SWarner Losh compatible = "fsl,fman-tbi"; 1125*2e36db14SWarner Losh reg = <0xe3120 0xee0>; 1126*2e36db14SWarner Losh interrupts = <100 1 0 0>; 1127*2e36db14SWarner Losh }; 1128*2e36db14SWarner Losh 1129*2e36db14SWarner Losh enet2: ethernet@e4000 { 1130*2e36db14SWarner Losh cell-index = <2>; 1131*2e36db14SWarner Losh compatible = "fsl,p3041-fman-1g-mac", 1132*2e36db14SWarner Losh "fsl,fman-1g-mac", "fsl,fman-dtsec"; 1133*2e36db14SWarner Losh reg = <0xe4000 0x1000>; 1134*2e36db14SWarner Losh fsl,port-handles = <&fman0_rx2 &fman0_tx2>; 1135*2e36db14SWarner Losh ptimer-handle = <&ptp_timer0>; 1136*2e36db14SWarner Losh }; 1137*2e36db14SWarner Losh 1138*2e36db14SWarner Losh mdio@e5120 { 1139*2e36db14SWarner Losh #address-cells = <1>; 1140*2e36db14SWarner Losh #size-cells = <0>; 1141*2e36db14SWarner Losh compatible = "fsl,fman-tbi"; 1142*2e36db14SWarner Losh reg = <0xe5120 0xee0>; 1143*2e36db14SWarner Losh interrupts = <100 1 0 0>; 1144*2e36db14SWarner Losh }; 1145*2e36db14SWarner Losh 1146*2e36db14SWarner Losh enet3: ethernet@e6000 { 1147*2e36db14SWarner Losh cell-index = <3>; 1148*2e36db14SWarner Losh compatible = "fsl,p3041-fman-1g-mac", 1149*2e36db14SWarner Losh "fsl,fman-1g-mac", "fsl,fman-dtsec"; 1150*2e36db14SWarner Losh reg = <0xe6000 0x1000>; 1151*2e36db14SWarner Losh fsl,port-handles = <&fman0_rx3 &fman0_tx3>; 1152*2e36db14SWarner Losh }; 1153*2e36db14SWarner Losh 1154*2e36db14SWarner Losh mdio@e7120 { 1155*2e36db14SWarner Losh #address-cells = <1>; 1156*2e36db14SWarner Losh #size-cells = <0>; 1157*2e36db14SWarner Losh compatible = "fsl,fman-tbi"; 1158*2e36db14SWarner Losh reg = <0xe7120 0xee0>; 1159*2e36db14SWarner Losh interrupts = <100 1 0 0>; 1160*2e36db14SWarner Losh }; 1161*2e36db14SWarner Losh 1162*2e36db14SWarner Losh enet4: ethernet@e8000 { 1163*2e36db14SWarner Losh cell-index = <4>; 1164*2e36db14SWarner Losh compatible = "fsl,p3041-fman-1g-mac", 1165*2e36db14SWarner Losh "fsl,fman-1g-mac", "fsl,fman-dtsec"; 1166*2e36db14SWarner Losh reg = <0xe8000 0x1000>; 1167*2e36db14SWarner Losh fsl,port-handles = <&fman0_rx4 &fman0_tx4>; 1168*2e36db14SWarner Losh ptimer-handle = <&ptp_timer0>; 1169*2e36db14SWarner Losh }; 1170*2e36db14SWarner Losh 1171*2e36db14SWarner Losh mdio@e9120 { 1172*2e36db14SWarner Losh #address-cells = <1>; 1173*2e36db14SWarner Losh #size-cells = <0>; 1174*2e36db14SWarner Losh compatible = "fsl,fman-tbi"; 1175*2e36db14SWarner Losh reg = <0xe9120 0xee0>; 1176*2e36db14SWarner Losh interrupts = <100 1 0 0>; 1177*2e36db14SWarner Losh }; 1178*2e36db14SWarner Losh 1179*2e36db14SWarner Losh enet5: ethernet@f0000 { 1180*2e36db14SWarner Losh cell-index = <0>; 1181*2e36db14SWarner Losh compatible = "fsl,p3041-fman-10g-mac", 1182*2e36db14SWarner Losh "fsl,fman-10g-mac", "fsl,fman-xgec"; 1183*2e36db14SWarner Losh reg = <0xf0000 0x1000>; 1184*2e36db14SWarner Losh fsl,port-handles = <&fman0_rx5 &fman0_tx5>; 1185*2e36db14SWarner Losh }; 1186*2e36db14SWarner Losh 1187*2e36db14SWarner Losh mdio@f1000 { 1188*2e36db14SWarner Losh #address-cells = <1>; 1189*2e36db14SWarner Losh #size-cells = <0>; 1190*2e36db14SWarner Losh compatible = "fsl,fman-xmdio"; 1191*2e36db14SWarner Losh reg = <0xf1000 0x1000>; 1192*2e36db14SWarner Losh interrupts = <100 1 0 0>; 1193*2e36db14SWarner Losh }; 1194*2e36db14SWarner Losh 1195*2e36db14SWarner Losh ptp_timer0: rtc@fe000 { 1196*2e36db14SWarner Losh compatible = "fsl,fman-rtc"; 1197*2e36db14SWarner Losh reg = <0xfe000 0x1000>; 1198*2e36db14SWarner Losh }; 1199*2e36db14SWarner Losh }; 1200*2e36db14SWarner Losh }; 1201*2e36db14SWarner Losh 1202*2e36db14SWarner Losh rapidio@ffe0c0000 { 1203*2e36db14SWarner Losh compatible = "fsl,srio"; 1204*2e36db14SWarner Losh interrupts = <16 2 1 11>; 1205*2e36db14SWarner Losh #address-cells = <2>; 1206*2e36db14SWarner Losh #size-cells = <2>; 1207*2e36db14SWarner Losh ranges; 1208*2e36db14SWarner Losh 1209*2e36db14SWarner Losh port1 { 1210*2e36db14SWarner Losh #address-cells = <2>; 1211*2e36db14SWarner Losh #size-cells = <2>; 1212*2e36db14SWarner Losh cell-index = <1>; 1213*2e36db14SWarner Losh }; 1214*2e36db14SWarner Losh 1215*2e36db14SWarner Losh port2 { 1216*2e36db14SWarner Losh #address-cells = <2>; 1217*2e36db14SWarner Losh #size-cells = <2>; 1218*2e36db14SWarner Losh cell-index = <2>; 1219*2e36db14SWarner Losh }; 1220*2e36db14SWarner Losh }; 1221*2e36db14SWarner Losh 1222*2e36db14SWarner Losh localbus@ffe124000 { 1223*2e36db14SWarner Losh compatible = "fsl,p3041-rev1.0-elbc", "simple-bus", "fsl,elbc"; 1224*2e36db14SWarner Losh interrupts = < 1225*2e36db14SWarner Losh 25 2 0 0 1226*2e36db14SWarner Losh 16 2 1 19 1227*2e36db14SWarner Losh >; 1228*2e36db14SWarner Losh #address-cells = <2>; 1229*2e36db14SWarner Losh #size-cells = <1>; 1230*2e36db14SWarner Losh }; 1231*2e36db14SWarner Losh 1232*2e36db14SWarner Losh pci0: pcie@ffe200000 { 1233*2e36db14SWarner Losh compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2"; 1234*2e36db14SWarner Losh device_type = "pci"; 1235*2e36db14SWarner Losh status = "okay"; 1236*2e36db14SWarner Losh #size-cells = <2>; 1237*2e36db14SWarner Losh #address-cells = <3>; 1238*2e36db14SWarner Losh bus-range = <0x0 0xff>; 1239*2e36db14SWarner Losh clock-frequency = <0x1fca055>; 1240*2e36db14SWarner Losh fsl,msi = <&msi0>; 1241*2e36db14SWarner Losh interrupts = <16 2 1 15>; 1242*2e36db14SWarner Losh 1243*2e36db14SWarner Losh pcie@0 { 1244*2e36db14SWarner Losh reg = <0 0 0 0 0>; 1245*2e36db14SWarner Losh #interrupt-cells = <1>; 1246*2e36db14SWarner Losh #size-cells = <2>; 1247*2e36db14SWarner Losh #address-cells = <3>; 1248*2e36db14SWarner Losh device_type = "pci"; 1249*2e36db14SWarner Losh interrupts = <16 2 1 15>; 1250*2e36db14SWarner Losh interrupt-map-mask = <0xf800 0 0 7>; 1251*2e36db14SWarner Losh interrupt-map = < 1252*2e36db14SWarner Losh /* IDSEL 0x0 */ 1253*2e36db14SWarner Losh 0000 0 0 1 &mpic 40 1 0 0 1254*2e36db14SWarner Losh 0000 0 0 2 &mpic 1 1 0 0 1255*2e36db14SWarner Losh 0000 0 0 3 &mpic 2 1 0 0 1256*2e36db14SWarner Losh 0000 0 0 4 &mpic 3 1 0 0 1257*2e36db14SWarner Losh >; 1258*2e36db14SWarner Losh }; 1259*2e36db14SWarner Losh }; 1260*2e36db14SWarner Losh 1261*2e36db14SWarner Losh pci1: pcie@ffe201000 { 1262*2e36db14SWarner Losh compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2"; 1263*2e36db14SWarner Losh device_type = "pci"; 1264*2e36db14SWarner Losh status = "disabled"; 1265*2e36db14SWarner Losh #size-cells = <2>; 1266*2e36db14SWarner Losh #address-cells = <3>; 1267*2e36db14SWarner Losh bus-range = <0 0xff>; 1268*2e36db14SWarner Losh clock-frequency = <0x1fca055>; 1269*2e36db14SWarner Losh fsl,msi = <&msi1>; 1270*2e36db14SWarner Losh interrupts = <16 2 1 14>; 1271*2e36db14SWarner Losh pcie@0 { 1272*2e36db14SWarner Losh reg = <0 0 0 0 0>; 1273*2e36db14SWarner Losh #interrupt-cells = <1>; 1274*2e36db14SWarner Losh #size-cells = <2>; 1275*2e36db14SWarner Losh #address-cells = <3>; 1276*2e36db14SWarner Losh device_type = "pci"; 1277*2e36db14SWarner Losh interrupts = <16 2 1 14>; 1278*2e36db14SWarner Losh interrupt-map-mask = <0xf800 0 0 7>; 1279*2e36db14SWarner Losh interrupt-map = < 1280*2e36db14SWarner Losh /* IDSEL 0x0 */ 1281*2e36db14SWarner Losh 0000 0 0 1 &mpic 41 1 0 0 1282*2e36db14SWarner Losh 0000 0 0 2 &mpic 5 1 0 0 1283*2e36db14SWarner Losh 0000 0 0 3 &mpic 6 1 0 0 1284*2e36db14SWarner Losh 0000 0 0 4 &mpic 7 1 0 0 1285*2e36db14SWarner Losh >; 1286*2e36db14SWarner Losh }; 1287*2e36db14SWarner Losh }; 1288*2e36db14SWarner Losh 1289*2e36db14SWarner Losh pci2: pcie@ffe202000 { 1290*2e36db14SWarner Losh compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2"; 1291*2e36db14SWarner Losh device_type = "pci"; 1292*2e36db14SWarner Losh status = "okay"; 1293*2e36db14SWarner Losh #size-cells = <2>; 1294*2e36db14SWarner Losh #address-cells = <3>; 1295*2e36db14SWarner Losh bus-range = <0x0 0xff>; 1296*2e36db14SWarner Losh clock-frequency = <0x1fca055>; 1297*2e36db14SWarner Losh fsl,msi = <&msi2>; 1298*2e36db14SWarner Losh interrupts = <16 2 1 13>; 1299*2e36db14SWarner Losh pcie@0 { 1300*2e36db14SWarner Losh reg = <0 0 0 0 0>; 1301*2e36db14SWarner Losh #interrupt-cells = <1>; 1302*2e36db14SWarner Losh #size-cells = <2>; 1303*2e36db14SWarner Losh #address-cells = <3>; 1304*2e36db14SWarner Losh device_type = "pci"; 1305*2e36db14SWarner Losh interrupts = <16 2 1 13>; 1306*2e36db14SWarner Losh interrupt-map-mask = <0xf800 0 0 7>; 1307*2e36db14SWarner Losh interrupt-map = < 1308*2e36db14SWarner Losh /* IDSEL 0x0 */ 1309*2e36db14SWarner Losh 0000 0 0 1 &mpic 42 1 0 0 1310*2e36db14SWarner Losh 0000 0 0 2 &mpic 9 1 0 0 1311*2e36db14SWarner Losh 0000 0 0 3 &mpic 10 1 0 0 1312*2e36db14SWarner Losh 0000 0 0 4 &mpic 11 1 0 0 1313*2e36db14SWarner Losh >; 1314*2e36db14SWarner Losh }; 1315*2e36db14SWarner Losh }; 1316*2e36db14SWarner Losh 1317*2e36db14SWarner Losh pci3: pcie@ffe203000 { 1318*2e36db14SWarner Losh compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2"; 1319*2e36db14SWarner Losh device_type = "pci"; 1320*2e36db14SWarner Losh status = "disabled"; 1321*2e36db14SWarner Losh #size-cells = <2>; 1322*2e36db14SWarner Losh #address-cells = <3>; 1323*2e36db14SWarner Losh bus-range = <0x0 0xff>; 1324*2e36db14SWarner Losh clock-frequency = <0x1fca055>; 1325*2e36db14SWarner Losh fsl,msi = <&msi2>; 1326*2e36db14SWarner Losh interrupts = <16 2 1 12>; 1327*2e36db14SWarner Losh pcie@0 { 1328*2e36db14SWarner Losh reg = <0 0 0 0 0>; 1329*2e36db14SWarner Losh #interrupt-cells = <1>; 1330*2e36db14SWarner Losh #size-cells = <2>; 1331*2e36db14SWarner Losh #address-cells = <3>; 1332*2e36db14SWarner Losh device_type = "pci"; 1333*2e36db14SWarner Losh interrupts = <16 2 1 12>; 1334*2e36db14SWarner Losh interrupt-map-mask = <0xf800 0 0 7>; 1335*2e36db14SWarner Losh interrupt-map = < 1336*2e36db14SWarner Losh /* IDSEL 0x0 */ 1337*2e36db14SWarner Losh 0000 0 0 1 &mpic 43 1 0 0 1338*2e36db14SWarner Losh 0000 0 0 2 &mpic 0 1 0 0 1339*2e36db14SWarner Losh 0000 0 0 3 &mpic 4 1 0 0 1340*2e36db14SWarner Losh 0000 0 0 4 &mpic 8 1 0 0 1341*2e36db14SWarner Losh >; 1342*2e36db14SWarner Losh }; 1343*2e36db14SWarner Losh }; 1344*2e36db14SWarner Losh}; 1345