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