1*c66ec88fSEmmanuel Vadot/* 2*c66ec88fSEmmanuel Vadot * QorIQ QMan Portal device tree stub for 10 portals & 15 pool channels 3*c66ec88fSEmmanuel Vadot * 4*c66ec88fSEmmanuel Vadot * Copyright 2011 - 2014 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&qportals { 36*c66ec88fSEmmanuel Vadot #address-cells = <1>; 37*c66ec88fSEmmanuel Vadot #size-cells = <1>; 38*c66ec88fSEmmanuel Vadot compatible = "simple-bus"; 39*c66ec88fSEmmanuel Vadot 40*c66ec88fSEmmanuel Vadot qportal0: qman-portal@0 { 41*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 42*c66ec88fSEmmanuel Vadot reg = <0x0 0x4000>, <0x100000 0x1000>; 43*c66ec88fSEmmanuel Vadot interrupts = <104 2 0 0>; 44*c66ec88fSEmmanuel Vadot cell-index = <0x0>; 45*c66ec88fSEmmanuel Vadot }; 46*c66ec88fSEmmanuel Vadot qportal1: qman-portal@4000 { 47*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 48*c66ec88fSEmmanuel Vadot reg = <0x4000 0x4000>, <0x101000 0x1000>; 49*c66ec88fSEmmanuel Vadot interrupts = <106 2 0 0>; 50*c66ec88fSEmmanuel Vadot cell-index = <1>; 51*c66ec88fSEmmanuel Vadot }; 52*c66ec88fSEmmanuel Vadot qportal2: qman-portal@8000 { 53*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 54*c66ec88fSEmmanuel Vadot reg = <0x8000 0x4000>, <0x102000 0x1000>; 55*c66ec88fSEmmanuel Vadot interrupts = <108 2 0 0>; 56*c66ec88fSEmmanuel Vadot cell-index = <2>; 57*c66ec88fSEmmanuel Vadot }; 58*c66ec88fSEmmanuel Vadot qportal3: qman-portal@c000 { 59*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 60*c66ec88fSEmmanuel Vadot reg = <0xc000 0x4000>, <0x103000 0x1000>; 61*c66ec88fSEmmanuel Vadot interrupts = <110 2 0 0>; 62*c66ec88fSEmmanuel Vadot cell-index = <3>; 63*c66ec88fSEmmanuel Vadot }; 64*c66ec88fSEmmanuel Vadot qportal4: qman-portal@10000 { 65*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 66*c66ec88fSEmmanuel Vadot reg = <0x10000 0x4000>, <0x104000 0x1000>; 67*c66ec88fSEmmanuel Vadot interrupts = <112 2 0 0>; 68*c66ec88fSEmmanuel Vadot cell-index = <4>; 69*c66ec88fSEmmanuel Vadot }; 70*c66ec88fSEmmanuel Vadot qportal5: qman-portal@14000 { 71*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 72*c66ec88fSEmmanuel Vadot reg = <0x14000 0x4000>, <0x105000 0x1000>; 73*c66ec88fSEmmanuel Vadot interrupts = <114 2 0 0>; 74*c66ec88fSEmmanuel Vadot cell-index = <5>; 75*c66ec88fSEmmanuel Vadot }; 76*c66ec88fSEmmanuel Vadot qportal6: qman-portal@18000 { 77*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 78*c66ec88fSEmmanuel Vadot reg = <0x18000 0x4000>, <0x106000 0x1000>; 79*c66ec88fSEmmanuel Vadot interrupts = <116 2 0 0>; 80*c66ec88fSEmmanuel Vadot cell-index = <6>; 81*c66ec88fSEmmanuel Vadot }; 82*c66ec88fSEmmanuel Vadot 83*c66ec88fSEmmanuel Vadot qportal7: qman-portal@1c000 { 84*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 85*c66ec88fSEmmanuel Vadot reg = <0x1c000 0x4000>, <0x107000 0x1000>; 86*c66ec88fSEmmanuel Vadot interrupts = <118 2 0 0>; 87*c66ec88fSEmmanuel Vadot cell-index = <7>; 88*c66ec88fSEmmanuel Vadot }; 89*c66ec88fSEmmanuel Vadot qportal8: qman-portal@20000 { 90*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 91*c66ec88fSEmmanuel Vadot reg = <0x20000 0x4000>, <0x108000 0x1000>; 92*c66ec88fSEmmanuel Vadot interrupts = <120 2 0 0>; 93*c66ec88fSEmmanuel Vadot cell-index = <8>; 94*c66ec88fSEmmanuel Vadot }; 95*c66ec88fSEmmanuel Vadot qportal9: qman-portal@24000 { 96*c66ec88fSEmmanuel Vadot compatible = "fsl,qman-portal"; 97*c66ec88fSEmmanuel Vadot reg = <0x24000 0x4000>, <0x109000 0x1000>; 98*c66ec88fSEmmanuel Vadot interrupts = <122 2 0 0>; 99*c66ec88fSEmmanuel Vadot cell-index = <9>; 100*c66ec88fSEmmanuel Vadot }; 101*c66ec88fSEmmanuel Vadot}; 102