1*de58824fSKumar Gala/* 2*de58824fSKumar Gala * QorIQ QMan rev3 device tree stub [ controller @ offset 0x318000 ] 3*de58824fSKumar Gala * 4*de58824fSKumar Gala * Copyright 2014 Freescale Semiconductor Inc. 5*de58824fSKumar Gala * 6*de58824fSKumar Gala * Redistribution and use in source and binary forms, with or without 7*de58824fSKumar Gala * modification, are permitted provided that the following conditions are met: 8*de58824fSKumar Gala * * Redistributions of source code must retain the above copyright 9*de58824fSKumar Gala * notice, this list of conditions and the following disclaimer. 10*de58824fSKumar Gala * * Redistributions in binary form must reproduce the above copyright 11*de58824fSKumar Gala * notice, this list of conditions and the following disclaimer in the 12*de58824fSKumar Gala * documentation and/or other materials provided with the distribution. 13*de58824fSKumar Gala * * Neither the name of Freescale Semiconductor nor the 14*de58824fSKumar Gala * names of its contributors may be used to endorse or promote products 15*de58824fSKumar Gala * derived from this software without specific prior written permission. 16*de58824fSKumar Gala * 17*de58824fSKumar Gala * 18*de58824fSKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the 19*de58824fSKumar Gala * GNU General Public License ("GPL") as published by the Free Software 20*de58824fSKumar Gala * Foundation, either version 2 of that License or (at your option) any 21*de58824fSKumar Gala * later version. 22*de58824fSKumar Gala * 23*de58824fSKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 24*de58824fSKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 25*de58824fSKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 26*de58824fSKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 27*de58824fSKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 28*de58824fSKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29*de58824fSKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 30*de58824fSKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31*de58824fSKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 32*de58824fSKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33*de58824fSKumar Gala */ 34*de58824fSKumar Gala 35*de58824fSKumar Galaqman: qman@318000 { 36*de58824fSKumar Gala compatible = "fsl,qman"; 37*de58824fSKumar Gala reg = <0x318000 0x2000>; 38*de58824fSKumar Gala interrupts = <16 2 1 3>; 39*de58824fSKumar Gala fsl,qman-portals = <&qportals>; 40*de58824fSKumar Gala memory-region = <&qman_fqd &qman_pfdr>; 41*de58824fSKumar Gala}; 42