1*c66ec88fSEmmanuel Vadot/* 2*c66ec88fSEmmanuel Vadot * P5020DS Device Tree Source 3*c66ec88fSEmmanuel Vadot * 4*c66ec88fSEmmanuel Vadot * Copyright 2010 - 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/ "p5020si-pre.dtsi" 36*c66ec88fSEmmanuel Vadot 37*c66ec88fSEmmanuel Vadot/ { 38*c66ec88fSEmmanuel Vadot model = "fsl,P5020DS"; 39*c66ec88fSEmmanuel Vadot compatible = "fsl,P5020DS"; 40*c66ec88fSEmmanuel Vadot #address-cells = <2>; 41*c66ec88fSEmmanuel Vadot #size-cells = <2>; 42*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 43*c66ec88fSEmmanuel Vadot 44*c66ec88fSEmmanuel Vadot aliases { 45*c66ec88fSEmmanuel Vadot phy_rgmii_0 = &phy_rgmii_0; 46*c66ec88fSEmmanuel Vadot phy_rgmii_1 = &phy_rgmii_1; 47*c66ec88fSEmmanuel Vadot phy_sgmii_1c = &phy_sgmii_1c; 48*c66ec88fSEmmanuel Vadot phy_sgmii_1d = &phy_sgmii_1d; 49*c66ec88fSEmmanuel Vadot phy_sgmii_1e = &phy_sgmii_1e; 50*c66ec88fSEmmanuel Vadot phy_sgmii_1f = &phy_sgmii_1f; 51*c66ec88fSEmmanuel Vadot phy_xgmii_1 = &phy_xgmii_1; 52*c66ec88fSEmmanuel Vadot phy_xgmii_2 = &phy_xgmii_2; 53*c66ec88fSEmmanuel Vadot emi1_rgmii = &hydra_mdio_rgmii; 54*c66ec88fSEmmanuel Vadot emi1_sgmii = &hydra_mdio_sgmii; 55*c66ec88fSEmmanuel Vadot emi2_xgmii = &hydra_mdio_xgmii; 56*c66ec88fSEmmanuel Vadot }; 57*c66ec88fSEmmanuel Vadot 58*c66ec88fSEmmanuel Vadot memory { 59*c66ec88fSEmmanuel Vadot device_type = "memory"; 60*c66ec88fSEmmanuel Vadot }; 61*c66ec88fSEmmanuel Vadot 62*c66ec88fSEmmanuel Vadot reserved-memory { 63*c66ec88fSEmmanuel Vadot #address-cells = <2>; 64*c66ec88fSEmmanuel Vadot #size-cells = <2>; 65*c66ec88fSEmmanuel Vadot ranges; 66*c66ec88fSEmmanuel Vadot 67*c66ec88fSEmmanuel Vadot bman_fbpr: bman-fbpr { 68*c66ec88fSEmmanuel Vadot size = <0 0x1000000>; 69*c66ec88fSEmmanuel Vadot alignment = <0 0x1000000>; 70*c66ec88fSEmmanuel Vadot }; 71*c66ec88fSEmmanuel Vadot qman_fqd: qman-fqd { 72*c66ec88fSEmmanuel Vadot size = <0 0x400000>; 73*c66ec88fSEmmanuel Vadot alignment = <0 0x400000>; 74*c66ec88fSEmmanuel Vadot }; 75*c66ec88fSEmmanuel Vadot qman_pfdr: qman-pfdr { 76*c66ec88fSEmmanuel Vadot size = <0 0x2000000>; 77*c66ec88fSEmmanuel Vadot alignment = <0 0x2000000>; 78*c66ec88fSEmmanuel Vadot }; 79*c66ec88fSEmmanuel Vadot }; 80*c66ec88fSEmmanuel Vadot 81*c66ec88fSEmmanuel Vadot dcsr: dcsr@f00000000 { 82*c66ec88fSEmmanuel Vadot ranges = <0x00000000 0xf 0x00000000 0x01008000>; 83*c66ec88fSEmmanuel Vadot }; 84*c66ec88fSEmmanuel Vadot 85*c66ec88fSEmmanuel Vadot bportals: bman-portals@ff4000000 { 86*c66ec88fSEmmanuel Vadot ranges = <0x0 0xf 0xf4000000 0x200000>; 87*c66ec88fSEmmanuel Vadot }; 88*c66ec88fSEmmanuel Vadot 89*c66ec88fSEmmanuel Vadot qportals: qman-portals@ff4200000 { 90*c66ec88fSEmmanuel Vadot ranges = <0x0 0xf 0xf4200000 0x200000>; 91*c66ec88fSEmmanuel Vadot }; 92*c66ec88fSEmmanuel Vadot 93*c66ec88fSEmmanuel Vadot soc: soc@ffe000000 { 94*c66ec88fSEmmanuel Vadot ranges = <0x00000000 0xf 0xfe000000 0x1000000>; 95*c66ec88fSEmmanuel Vadot reg = <0xf 0xfe000000 0 0x00001000>; 96*c66ec88fSEmmanuel Vadot spi@110000 { 97*c66ec88fSEmmanuel Vadot flash@0 { 98*c66ec88fSEmmanuel Vadot #address-cells = <1>; 99*c66ec88fSEmmanuel Vadot #size-cells = <1>; 100*c66ec88fSEmmanuel Vadot compatible = "spansion,s25sl12801", "jedec,spi-nor"; 101*c66ec88fSEmmanuel Vadot reg = <0>; 102*c66ec88fSEmmanuel Vadot spi-max-frequency = <40000000>; /* input clock */ 103*c66ec88fSEmmanuel Vadot partition@u-boot { 104*c66ec88fSEmmanuel Vadot label = "u-boot"; 105*c66ec88fSEmmanuel Vadot reg = <0x00000000 0x00100000>; 106*c66ec88fSEmmanuel Vadot read-only; 107*c66ec88fSEmmanuel Vadot }; 108*c66ec88fSEmmanuel Vadot partition@kernel { 109*c66ec88fSEmmanuel Vadot label = "kernel"; 110*c66ec88fSEmmanuel Vadot reg = <0x00100000 0x00500000>; 111*c66ec88fSEmmanuel Vadot read-only; 112*c66ec88fSEmmanuel Vadot }; 113*c66ec88fSEmmanuel Vadot partition@dtb { 114*c66ec88fSEmmanuel Vadot label = "dtb"; 115*c66ec88fSEmmanuel Vadot reg = <0x00600000 0x00100000>; 116*c66ec88fSEmmanuel Vadot read-only; 117*c66ec88fSEmmanuel Vadot }; 118*c66ec88fSEmmanuel Vadot partition@fs { 119*c66ec88fSEmmanuel Vadot label = "file system"; 120*c66ec88fSEmmanuel Vadot reg = <0x00700000 0x00900000>; 121*c66ec88fSEmmanuel Vadot }; 122*c66ec88fSEmmanuel Vadot }; 123*c66ec88fSEmmanuel Vadot }; 124*c66ec88fSEmmanuel Vadot 125*c66ec88fSEmmanuel Vadot i2c@118100 { 126*c66ec88fSEmmanuel Vadot eeprom@51 { 127*c66ec88fSEmmanuel Vadot compatible = "atmel,24c256"; 128*c66ec88fSEmmanuel Vadot reg = <0x51>; 129*c66ec88fSEmmanuel Vadot }; 130*c66ec88fSEmmanuel Vadot eeprom@52 { 131*c66ec88fSEmmanuel Vadot compatible = "atmel,24c256"; 132*c66ec88fSEmmanuel Vadot reg = <0x52>; 133*c66ec88fSEmmanuel Vadot }; 134*c66ec88fSEmmanuel Vadot }; 135*c66ec88fSEmmanuel Vadot 136*c66ec88fSEmmanuel Vadot i2c@119100 { 137*c66ec88fSEmmanuel Vadot rtc@68 { 138*c66ec88fSEmmanuel Vadot compatible = "dallas,ds3232"; 139*c66ec88fSEmmanuel Vadot reg = <0x68>; 140*c66ec88fSEmmanuel Vadot interrupts = <0x1 0x1 0 0>; 141*c66ec88fSEmmanuel Vadot }; 142*c66ec88fSEmmanuel Vadot ina220@40 { 143*c66ec88fSEmmanuel Vadot compatible = "ti,ina220"; 144*c66ec88fSEmmanuel Vadot reg = <0x40>; 145*c66ec88fSEmmanuel Vadot shunt-resistor = <1000>; 146*c66ec88fSEmmanuel Vadot }; 147*c66ec88fSEmmanuel Vadot ina220@41 { 148*c66ec88fSEmmanuel Vadot compatible = "ti,ina220"; 149*c66ec88fSEmmanuel Vadot reg = <0x41>; 150*c66ec88fSEmmanuel Vadot shunt-resistor = <1000>; 151*c66ec88fSEmmanuel Vadot }; 152*c66ec88fSEmmanuel Vadot ina220@44 { 153*c66ec88fSEmmanuel Vadot compatible = "ti,ina220"; 154*c66ec88fSEmmanuel Vadot reg = <0x44>; 155*c66ec88fSEmmanuel Vadot shunt-resistor = <1000>; 156*c66ec88fSEmmanuel Vadot }; 157*c66ec88fSEmmanuel Vadot ina220@45 { 158*c66ec88fSEmmanuel Vadot compatible = "ti,ina220"; 159*c66ec88fSEmmanuel Vadot reg = <0x45>; 160*c66ec88fSEmmanuel Vadot shunt-resistor = <1000>; 161*c66ec88fSEmmanuel Vadot }; 162*c66ec88fSEmmanuel Vadot adt7461@4c { 163*c66ec88fSEmmanuel Vadot compatible = "adi,adt7461"; 164*c66ec88fSEmmanuel Vadot reg = <0x4c>; 165*c66ec88fSEmmanuel Vadot }; 166*c66ec88fSEmmanuel Vadot }; 167*c66ec88fSEmmanuel Vadot 168*c66ec88fSEmmanuel Vadot fman@400000 { 169*c66ec88fSEmmanuel Vadot ethernet@e0000 { 170*c66ec88fSEmmanuel Vadot phy-handle = <&phy_sgmii_1c>; 171*c66ec88fSEmmanuel Vadot phy-connection-type = "sgmii"; 172*c66ec88fSEmmanuel Vadot }; 173*c66ec88fSEmmanuel Vadot 174*c66ec88fSEmmanuel Vadot ethernet@e2000 { 175*c66ec88fSEmmanuel Vadot phy-handle = <&phy_sgmii_1d>; 176*c66ec88fSEmmanuel Vadot phy-connection-type = "sgmii"; 177*c66ec88fSEmmanuel Vadot }; 178*c66ec88fSEmmanuel Vadot 179*c66ec88fSEmmanuel Vadot ethernet@e4000 { 180*c66ec88fSEmmanuel Vadot phy-handle = <&phy_sgmii_1e>; 181*c66ec88fSEmmanuel Vadot phy-connection-type = "sgmii"; 182*c66ec88fSEmmanuel Vadot }; 183*c66ec88fSEmmanuel Vadot 184*c66ec88fSEmmanuel Vadot ethernet@e6000 { 185*c66ec88fSEmmanuel Vadot phy-handle = <&phy_sgmii_1f>; 186*c66ec88fSEmmanuel Vadot phy-connection-type = "sgmii"; 187*c66ec88fSEmmanuel Vadot }; 188*c66ec88fSEmmanuel Vadot 189*c66ec88fSEmmanuel Vadot ethernet@e8000 { 190*c66ec88fSEmmanuel Vadot phy-handle = <&phy_rgmii_1>; 191*c66ec88fSEmmanuel Vadot phy-connection-type = "rgmii"; 192*c66ec88fSEmmanuel Vadot }; 193*c66ec88fSEmmanuel Vadot 194*c66ec88fSEmmanuel Vadot ethernet@f0000 { 195*c66ec88fSEmmanuel Vadot phy-handle = <&phy_xgmii_1>; 196*c66ec88fSEmmanuel Vadot phy-connection-type = "xgmii"; 197*c66ec88fSEmmanuel Vadot }; 198*c66ec88fSEmmanuel Vadot 199*c66ec88fSEmmanuel Vadot hydra_mdio_xgmii: mdio@f1000 { 200*c66ec88fSEmmanuel Vadot status = "disabled"; 201*c66ec88fSEmmanuel Vadot 202*c66ec88fSEmmanuel Vadot phy_xgmii_1: ethernet-phy@4 { 203*c66ec88fSEmmanuel Vadot compatible = "ethernet-phy-ieee802.3-c45"; 204*c66ec88fSEmmanuel Vadot reg = <0x4>; 205*c66ec88fSEmmanuel Vadot }; 206*c66ec88fSEmmanuel Vadot 207*c66ec88fSEmmanuel Vadot phy_xgmii_2: ethernet-phy@0 { 208*c66ec88fSEmmanuel Vadot compatible = "ethernet-phy-ieee802.3-c45"; 209*c66ec88fSEmmanuel Vadot reg = <0x0>; 210*c66ec88fSEmmanuel Vadot }; 211*c66ec88fSEmmanuel Vadot }; 212*c66ec88fSEmmanuel Vadot }; 213*c66ec88fSEmmanuel Vadot }; 214*c66ec88fSEmmanuel Vadot 215*c66ec88fSEmmanuel Vadot rio: rapidio@ffe0c0000 { 216*c66ec88fSEmmanuel Vadot reg = <0xf 0xfe0c0000 0 0x11000>; 217*c66ec88fSEmmanuel Vadot 218*c66ec88fSEmmanuel Vadot port1 { 219*c66ec88fSEmmanuel Vadot ranges = <0 0 0xc 0x20000000 0 0x10000000>; 220*c66ec88fSEmmanuel Vadot }; 221*c66ec88fSEmmanuel Vadot port2 { 222*c66ec88fSEmmanuel Vadot ranges = <0 0 0xc 0x30000000 0 0x10000000>; 223*c66ec88fSEmmanuel Vadot }; 224*c66ec88fSEmmanuel Vadot }; 225*c66ec88fSEmmanuel Vadot 226*c66ec88fSEmmanuel Vadot lbc: localbus@ffe124000 { 227*c66ec88fSEmmanuel Vadot reg = <0xf 0xfe124000 0 0x1000>; 228*c66ec88fSEmmanuel Vadot ranges = <0 0 0xf 0xe8000000 0x08000000 229*c66ec88fSEmmanuel Vadot 2 0 0xf 0xffa00000 0x00040000 230*c66ec88fSEmmanuel Vadot 3 0 0xf 0xffdf0000 0x00008000>; 231*c66ec88fSEmmanuel Vadot 232*c66ec88fSEmmanuel Vadot flash@0,0 { 233*c66ec88fSEmmanuel Vadot compatible = "cfi-flash"; 234*c66ec88fSEmmanuel Vadot reg = <0 0 0x08000000>; 235*c66ec88fSEmmanuel Vadot bank-width = <2>; 236*c66ec88fSEmmanuel Vadot device-width = <2>; 237*c66ec88fSEmmanuel Vadot }; 238*c66ec88fSEmmanuel Vadot 239*c66ec88fSEmmanuel Vadot nand@2,0 { 240*c66ec88fSEmmanuel Vadot #address-cells = <1>; 241*c66ec88fSEmmanuel Vadot #size-cells = <1>; 242*c66ec88fSEmmanuel Vadot compatible = "fsl,elbc-fcm-nand"; 243*c66ec88fSEmmanuel Vadot reg = <0x2 0x0 0x40000>; 244*c66ec88fSEmmanuel Vadot 245*c66ec88fSEmmanuel Vadot partition@0 { 246*c66ec88fSEmmanuel Vadot label = "NAND U-Boot Image"; 247*c66ec88fSEmmanuel Vadot reg = <0x0 0x02000000>; 248*c66ec88fSEmmanuel Vadot read-only; 249*c66ec88fSEmmanuel Vadot }; 250*c66ec88fSEmmanuel Vadot 251*c66ec88fSEmmanuel Vadot partition@2000000 { 252*c66ec88fSEmmanuel Vadot label = "NAND Root File System"; 253*c66ec88fSEmmanuel Vadot reg = <0x02000000 0x10000000>; 254*c66ec88fSEmmanuel Vadot }; 255*c66ec88fSEmmanuel Vadot 256*c66ec88fSEmmanuel Vadot partition@12000000 { 257*c66ec88fSEmmanuel Vadot label = "NAND Compressed RFS Image"; 258*c66ec88fSEmmanuel Vadot reg = <0x12000000 0x08000000>; 259*c66ec88fSEmmanuel Vadot }; 260*c66ec88fSEmmanuel Vadot 261*c66ec88fSEmmanuel Vadot partition@1a000000 { 262*c66ec88fSEmmanuel Vadot label = "NAND Linux Kernel Image"; 263*c66ec88fSEmmanuel Vadot reg = <0x1a000000 0x04000000>; 264*c66ec88fSEmmanuel Vadot }; 265*c66ec88fSEmmanuel Vadot 266*c66ec88fSEmmanuel Vadot partition@1e000000 { 267*c66ec88fSEmmanuel Vadot label = "NAND DTB Image"; 268*c66ec88fSEmmanuel Vadot reg = <0x1e000000 0x01000000>; 269*c66ec88fSEmmanuel Vadot }; 270*c66ec88fSEmmanuel Vadot 271*c66ec88fSEmmanuel Vadot partition@1f000000 { 272*c66ec88fSEmmanuel Vadot label = "NAND Writable User area"; 273*c66ec88fSEmmanuel Vadot reg = <0x1f000000 0x21000000>; 274*c66ec88fSEmmanuel Vadot }; 275*c66ec88fSEmmanuel Vadot }; 276*c66ec88fSEmmanuel Vadot 277*c66ec88fSEmmanuel Vadot board-control@3,0 { 278*c66ec88fSEmmanuel Vadot #address-cells = <1>; 279*c66ec88fSEmmanuel Vadot #size-cells = <1>; 280*c66ec88fSEmmanuel Vadot compatible = "fsl,p5020ds-fpga", "fsl,fpga-ngpixis"; 281*c66ec88fSEmmanuel Vadot reg = <3 0 0x30>; 282*c66ec88fSEmmanuel Vadot ranges = <0 3 0 0x30>; 283*c66ec88fSEmmanuel Vadot 284*c66ec88fSEmmanuel Vadot mdio-mux-emi1 { 285*c66ec88fSEmmanuel Vadot #address-cells = <1>; 286*c66ec88fSEmmanuel Vadot #size-cells = <0>; 287*c66ec88fSEmmanuel Vadot compatible = "mdio-mux-mmioreg", "mdio-mux"; 288*c66ec88fSEmmanuel Vadot mdio-parent-bus = <&mdio0>; 289*c66ec88fSEmmanuel Vadot reg = <9 1>; 290*c66ec88fSEmmanuel Vadot mux-mask = <0x78>; 291*c66ec88fSEmmanuel Vadot 292*c66ec88fSEmmanuel Vadot hydra_mdio_rgmii: rgmii-mdio@8 { 293*c66ec88fSEmmanuel Vadot #address-cells = <1>; 294*c66ec88fSEmmanuel Vadot #size-cells = <0>; 295*c66ec88fSEmmanuel Vadot reg = <8>; 296*c66ec88fSEmmanuel Vadot status = "disabled"; 297*c66ec88fSEmmanuel Vadot 298*c66ec88fSEmmanuel Vadot phy_rgmii_0: ethernet-phy@0 { 299*c66ec88fSEmmanuel Vadot reg = <0x0>; 300*c66ec88fSEmmanuel Vadot }; 301*c66ec88fSEmmanuel Vadot 302*c66ec88fSEmmanuel Vadot phy_rgmii_1: ethernet-phy@1 { 303*c66ec88fSEmmanuel Vadot reg = <0x1>; 304*c66ec88fSEmmanuel Vadot }; 305*c66ec88fSEmmanuel Vadot }; 306*c66ec88fSEmmanuel Vadot 307*c66ec88fSEmmanuel Vadot hydra_mdio_sgmii: sgmii-mdio@28 { 308*c66ec88fSEmmanuel Vadot #address-cells = <1>; 309*c66ec88fSEmmanuel Vadot #size-cells = <0>; 310*c66ec88fSEmmanuel Vadot reg = <0x28>; 311*c66ec88fSEmmanuel Vadot status = "disabled"; 312*c66ec88fSEmmanuel Vadot 313*c66ec88fSEmmanuel Vadot phy_sgmii_1c: ethernet-phy@1c { 314*c66ec88fSEmmanuel Vadot reg = <0x1c>; 315*c66ec88fSEmmanuel Vadot }; 316*c66ec88fSEmmanuel Vadot 317*c66ec88fSEmmanuel Vadot phy_sgmii_1d: ethernet-phy@1d { 318*c66ec88fSEmmanuel Vadot reg = <0x1d>; 319*c66ec88fSEmmanuel Vadot }; 320*c66ec88fSEmmanuel Vadot 321*c66ec88fSEmmanuel Vadot phy_sgmii_1e: ethernet-phy@1e { 322*c66ec88fSEmmanuel Vadot reg = <0x1e>; 323*c66ec88fSEmmanuel Vadot }; 324*c66ec88fSEmmanuel Vadot 325*c66ec88fSEmmanuel Vadot phy_sgmii_1f: ethernet-phy@1f { 326*c66ec88fSEmmanuel Vadot reg = <0x1f>; 327*c66ec88fSEmmanuel Vadot }; 328*c66ec88fSEmmanuel Vadot }; 329*c66ec88fSEmmanuel Vadot }; 330*c66ec88fSEmmanuel Vadot }; 331*c66ec88fSEmmanuel Vadot }; 332*c66ec88fSEmmanuel Vadot 333*c66ec88fSEmmanuel Vadot pci0: pcie@ffe200000 { 334*c66ec88fSEmmanuel Vadot reg = <0xf 0xfe200000 0 0x1000>; 335*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0 0xe0000000 0xc 0x00000000 0x0 0x20000000 336*c66ec88fSEmmanuel Vadot 0x01000000 0 0x00000000 0xf 0xf8000000 0x0 0x00010000>; 337*c66ec88fSEmmanuel Vadot pcie@0 { 338*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0 0xe0000000 339*c66ec88fSEmmanuel Vadot 0x02000000 0 0xe0000000 340*c66ec88fSEmmanuel Vadot 0 0x20000000 341*c66ec88fSEmmanuel Vadot 342*c66ec88fSEmmanuel Vadot 0x01000000 0 0x00000000 343*c66ec88fSEmmanuel Vadot 0x01000000 0 0x00000000 344*c66ec88fSEmmanuel Vadot 0 0x00010000>; 345*c66ec88fSEmmanuel Vadot }; 346*c66ec88fSEmmanuel Vadot }; 347*c66ec88fSEmmanuel Vadot 348*c66ec88fSEmmanuel Vadot pci1: pcie@ffe201000 { 349*c66ec88fSEmmanuel Vadot reg = <0xf 0xfe201000 0 0x1000>; 350*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 351*c66ec88fSEmmanuel Vadot 0x01000000 0x0 0x00000000 0xf 0xf8010000 0x0 0x00010000>; 352*c66ec88fSEmmanuel Vadot pcie@0 { 353*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0 0xe0000000 354*c66ec88fSEmmanuel Vadot 0x02000000 0 0xe0000000 355*c66ec88fSEmmanuel Vadot 0 0x20000000 356*c66ec88fSEmmanuel Vadot 357*c66ec88fSEmmanuel Vadot 0x01000000 0 0x00000000 358*c66ec88fSEmmanuel Vadot 0x01000000 0 0x00000000 359*c66ec88fSEmmanuel Vadot 0 0x00010000>; 360*c66ec88fSEmmanuel Vadot }; 361*c66ec88fSEmmanuel Vadot }; 362*c66ec88fSEmmanuel Vadot 363*c66ec88fSEmmanuel Vadot pci2: pcie@ffe202000 { 364*c66ec88fSEmmanuel Vadot reg = <0xf 0xfe202000 0 0x1000>; 365*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0 0xe0000000 0xc 0x40000000 0 0x20000000 366*c66ec88fSEmmanuel Vadot 0x01000000 0 0x00000000 0xf 0xf8020000 0 0x00010000>; 367*c66ec88fSEmmanuel Vadot pcie@0 { 368*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0 0xe0000000 369*c66ec88fSEmmanuel Vadot 0x02000000 0 0xe0000000 370*c66ec88fSEmmanuel Vadot 0 0x20000000 371*c66ec88fSEmmanuel Vadot 372*c66ec88fSEmmanuel Vadot 0x01000000 0 0x00000000 373*c66ec88fSEmmanuel Vadot 0x01000000 0 0x00000000 374*c66ec88fSEmmanuel Vadot 0 0x00010000>; 375*c66ec88fSEmmanuel Vadot }; 376*c66ec88fSEmmanuel Vadot }; 377*c66ec88fSEmmanuel Vadot 378*c66ec88fSEmmanuel Vadot pci3: pcie@ffe203000 { 379*c66ec88fSEmmanuel Vadot reg = <0xf 0xfe203000 0 0x1000>; 380*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0 0xe0000000 0xc 0x60000000 0 0x20000000 381*c66ec88fSEmmanuel Vadot 0x01000000 0 0x00000000 0xf 0xf8030000 0 0x00010000>; 382*c66ec88fSEmmanuel Vadot pcie@0 { 383*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0 0xe0000000 384*c66ec88fSEmmanuel Vadot 0x02000000 0 0xe0000000 385*c66ec88fSEmmanuel Vadot 0 0x20000000 386*c66ec88fSEmmanuel Vadot 387*c66ec88fSEmmanuel Vadot 0x01000000 0 0x00000000 388*c66ec88fSEmmanuel Vadot 0x01000000 0 0x00000000 389*c66ec88fSEmmanuel Vadot 0 0x00010000>; 390*c66ec88fSEmmanuel Vadot }; 391*c66ec88fSEmmanuel Vadot }; 392*c66ec88fSEmmanuel Vadot}; 393*c66ec88fSEmmanuel Vadot 394*c66ec88fSEmmanuel Vadot/include/ "p5020si-post.dtsi" 395