1*c66ec88fSEmmanuel Vadot/* 2*c66ec88fSEmmanuel Vadot * OCA4080 Device Tree Source 3*c66ec88fSEmmanuel Vadot * 4*c66ec88fSEmmanuel Vadot * Copyright 2014 Prodrive Technologies B.V. 5*c66ec88fSEmmanuel Vadot * 6*c66ec88fSEmmanuel Vadot * Based on: 7*c66ec88fSEmmanuel Vadot * P4080DS Device Tree Source 8*c66ec88fSEmmanuel Vadot * Copyright 2009-2011 Freescale Semiconductor Inc. 9*c66ec88fSEmmanuel Vadot * 10*c66ec88fSEmmanuel Vadot * Redistribution and use in source and binary forms, with or without 11*c66ec88fSEmmanuel Vadot * modification, are permitted provided that the following conditions are met: 12*c66ec88fSEmmanuel Vadot * * Redistributions of source code must retain the above copyright 13*c66ec88fSEmmanuel Vadot * notice, this list of conditions and the following disclaimer. 14*c66ec88fSEmmanuel Vadot * * Redistributions in binary form must reproduce the above copyright 15*c66ec88fSEmmanuel Vadot * notice, this list of conditions and the following disclaimer in the 16*c66ec88fSEmmanuel Vadot * documentation and/or other materials provided with the distribution. 17*c66ec88fSEmmanuel Vadot * * Neither the name of Freescale Semiconductor nor the 18*c66ec88fSEmmanuel Vadot * names of its contributors may be used to endorse or promote products 19*c66ec88fSEmmanuel Vadot * derived from this software without specific prior written permission. 20*c66ec88fSEmmanuel Vadot * 21*c66ec88fSEmmanuel Vadot * 22*c66ec88fSEmmanuel Vadot * ALTERNATIVELY, this software may be distributed under the terms of the 23*c66ec88fSEmmanuel Vadot * GNU General Public License ("GPL") as published by the Free Software 24*c66ec88fSEmmanuel Vadot * Foundation, either version 2 of that License or (at your option) any 25*c66ec88fSEmmanuel Vadot * later version. 26*c66ec88fSEmmanuel Vadot * 27*c66ec88fSEmmanuel Vadot * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 28*c66ec88fSEmmanuel Vadot * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 29*c66ec88fSEmmanuel Vadot * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 30*c66ec88fSEmmanuel Vadot * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 31*c66ec88fSEmmanuel Vadot * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 32*c66ec88fSEmmanuel Vadot * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 33*c66ec88fSEmmanuel Vadot * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 34*c66ec88fSEmmanuel Vadot * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 35*c66ec88fSEmmanuel Vadot * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 36*c66ec88fSEmmanuel Vadot * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 37*c66ec88fSEmmanuel Vadot */ 38*c66ec88fSEmmanuel Vadot 39*c66ec88fSEmmanuel Vadot/include/ "p4080si-pre.dtsi" 40*c66ec88fSEmmanuel Vadot 41*c66ec88fSEmmanuel Vadot/ { 42*c66ec88fSEmmanuel Vadot model = "fsl,OCA4080"; 43*c66ec88fSEmmanuel Vadot compatible = "fsl,OCA4080"; 44*c66ec88fSEmmanuel Vadot #address-cells = <2>; 45*c66ec88fSEmmanuel Vadot #size-cells = <2>; 46*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 47*c66ec88fSEmmanuel Vadot 48*c66ec88fSEmmanuel Vadot memory { 49*c66ec88fSEmmanuel Vadot device_type = "memory"; 50*c66ec88fSEmmanuel Vadot }; 51*c66ec88fSEmmanuel Vadot 52*c66ec88fSEmmanuel Vadot reserved-memory { 53*c66ec88fSEmmanuel Vadot #address-cells = <2>; 54*c66ec88fSEmmanuel Vadot #size-cells = <2>; 55*c66ec88fSEmmanuel Vadot ranges; 56*c66ec88fSEmmanuel Vadot 57*c66ec88fSEmmanuel Vadot bman_fbpr: bman-fbpr { 58*c66ec88fSEmmanuel Vadot size = <0 0x1000000>; 59*c66ec88fSEmmanuel Vadot alignment = <0 0x1000000>; 60*c66ec88fSEmmanuel Vadot }; 61*c66ec88fSEmmanuel Vadot qman_fqd: qman-fqd { 62*c66ec88fSEmmanuel Vadot size = <0 0x400000>; 63*c66ec88fSEmmanuel Vadot alignment = <0 0x400000>; 64*c66ec88fSEmmanuel Vadot }; 65*c66ec88fSEmmanuel Vadot qman_pfdr: qman-pfdr { 66*c66ec88fSEmmanuel Vadot size = <0 0x2000000>; 67*c66ec88fSEmmanuel Vadot alignment = <0 0x2000000>; 68*c66ec88fSEmmanuel Vadot }; 69*c66ec88fSEmmanuel Vadot }; 70*c66ec88fSEmmanuel Vadot 71*c66ec88fSEmmanuel Vadot dcsr: dcsr@f00000000 { 72*c66ec88fSEmmanuel Vadot ranges = <0x00000000 0xf 0x00000000 0x01008000>; 73*c66ec88fSEmmanuel Vadot }; 74*c66ec88fSEmmanuel Vadot 75*c66ec88fSEmmanuel Vadot bportals: bman-portals@ff4000000 { 76*c66ec88fSEmmanuel Vadot ranges = <0x0 0xf 0xf4000000 0x200000>; 77*c66ec88fSEmmanuel Vadot }; 78*c66ec88fSEmmanuel Vadot 79*c66ec88fSEmmanuel Vadot qportals: qman-portals@ff4200000 { 80*c66ec88fSEmmanuel Vadot ranges = <0x0 0xf 0xf4200000 0x200000>; 81*c66ec88fSEmmanuel Vadot }; 82*c66ec88fSEmmanuel Vadot 83*c66ec88fSEmmanuel Vadot soc: soc@ffe000000 { 84*c66ec88fSEmmanuel Vadot ranges = <0x00000000 0xf 0xfe000000 0x1000000>; 85*c66ec88fSEmmanuel Vadot reg = <0xf 0xfe000000 0 0x00001000>; 86*c66ec88fSEmmanuel Vadot 87*c66ec88fSEmmanuel Vadot i2c@118000 { 88*c66ec88fSEmmanuel Vadot status = "disabled"; 89*c66ec88fSEmmanuel Vadot }; 90*c66ec88fSEmmanuel Vadot 91*c66ec88fSEmmanuel Vadot i2c@118100 { 92*c66ec88fSEmmanuel Vadot status = "disabled"; 93*c66ec88fSEmmanuel Vadot }; 94*c66ec88fSEmmanuel Vadot 95*c66ec88fSEmmanuel Vadot i2c@119000 { 96*c66ec88fSEmmanuel Vadot status = "disabled"; 97*c66ec88fSEmmanuel Vadot }; 98*c66ec88fSEmmanuel Vadot 99*c66ec88fSEmmanuel Vadot i2c@119100 { 100*c66ec88fSEmmanuel Vadot status = "disabled"; 101*c66ec88fSEmmanuel Vadot }; 102*c66ec88fSEmmanuel Vadot 103*c66ec88fSEmmanuel Vadot usb0: usb@210000 { 104*c66ec88fSEmmanuel Vadot status = "disabled"; 105*c66ec88fSEmmanuel Vadot }; 106*c66ec88fSEmmanuel Vadot 107*c66ec88fSEmmanuel Vadot usb1: usb@211000 { 108*c66ec88fSEmmanuel Vadot status = "disabled"; 109*c66ec88fSEmmanuel Vadot }; 110*c66ec88fSEmmanuel Vadot }; 111*c66ec88fSEmmanuel Vadot 112*c66ec88fSEmmanuel Vadot rio: rapidio@ffe0c0000 { 113*c66ec88fSEmmanuel Vadot reg = <0xf 0xfe0c0000 0 0x11000>; 114*c66ec88fSEmmanuel Vadot 115*c66ec88fSEmmanuel Vadot port1 { 116*c66ec88fSEmmanuel Vadot ranges = <0 0 0xc 0x20000000 0 0x10000000>; 117*c66ec88fSEmmanuel Vadot }; 118*c66ec88fSEmmanuel Vadot }; 119*c66ec88fSEmmanuel Vadot 120*c66ec88fSEmmanuel Vadot lbc: localbus@ffe124000 { 121*c66ec88fSEmmanuel Vadot reg = <0xf 0xfe124000 0 0x1000>; 122*c66ec88fSEmmanuel Vadot ranges = <0 0 0xf 0xef800000 0x800000>; 123*c66ec88fSEmmanuel Vadot 124*c66ec88fSEmmanuel Vadot flash@0,0 { 125*c66ec88fSEmmanuel Vadot compatible = "cfi-flash"; 126*c66ec88fSEmmanuel Vadot reg = <0 0 0x00800000>; 127*c66ec88fSEmmanuel Vadot bank-width = <2>; 128*c66ec88fSEmmanuel Vadot device-width = <2>; 129*c66ec88fSEmmanuel Vadot }; 130*c66ec88fSEmmanuel Vadot }; 131*c66ec88fSEmmanuel Vadot 132*c66ec88fSEmmanuel Vadot pci0: pcie@ffe200000 { 133*c66ec88fSEmmanuel Vadot status = "disabled"; 134*c66ec88fSEmmanuel Vadot }; 135*c66ec88fSEmmanuel Vadot 136*c66ec88fSEmmanuel Vadot pci1: pcie@ffe201000 { 137*c66ec88fSEmmanuel Vadot status = "disabled"; 138*c66ec88fSEmmanuel Vadot }; 139*c66ec88fSEmmanuel Vadot 140*c66ec88fSEmmanuel Vadot pci2: pcie@ffe202000 { 141*c66ec88fSEmmanuel Vadot status = "disabled"; 142*c66ec88fSEmmanuel Vadot }; 143*c66ec88fSEmmanuel Vadot}; 144*c66ec88fSEmmanuel Vadot 145*c66ec88fSEmmanuel Vadot/include/ "p4080si-post.dtsi" 146