14351f30aSMingkai Hu/*
24351f30aSMingkai Hu * PQ3 MPIC Message (Group B) device tree stub [ controller @ offset 0x42400 ]
34351f30aSMingkai Hu *
44351f30aSMingkai Hu * Copyright 2012 Freescale Semiconductor Inc.
54351f30aSMingkai Hu *
64351f30aSMingkai Hu * Redistribution and use in source and binary forms, with or without
74351f30aSMingkai Hu * modification, are permitted provided that the following conditions are met:
84351f30aSMingkai Hu *     * Redistributions of source code must retain the above copyright
94351f30aSMingkai Hu *       notice, this list of conditions and the following disclaimer.
104351f30aSMingkai Hu *     * Redistributions in binary form must reproduce the above copyright
114351f30aSMingkai Hu *       notice, this list of conditions and the following disclaimer in the
124351f30aSMingkai Hu *       documentation and/or other materials provided with the distribution.
134351f30aSMingkai Hu *     * Neither the name of Freescale Semiconductor nor the
144351f30aSMingkai Hu *       names of its contributors may be used to endorse or promote products
154351f30aSMingkai Hu *       derived from this software without specific prior written permission.
164351f30aSMingkai Hu *
174351f30aSMingkai Hu *
184351f30aSMingkai Hu * ALTERNATIVELY, this software may be distributed under the terms of the
194351f30aSMingkai Hu * GNU General Public License ("GPL") as published by the Free Software
204351f30aSMingkai Hu * Foundation, either version 2 of that License or (at your option) any
214351f30aSMingkai Hu * later version.
224351f30aSMingkai Hu *
234351f30aSMingkai Hu * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
244351f30aSMingkai Hu * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
254351f30aSMingkai Hu * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
264351f30aSMingkai Hu * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
274351f30aSMingkai Hu * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
284351f30aSMingkai Hu * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
294351f30aSMingkai Hu * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
304351f30aSMingkai Hu * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
314351f30aSMingkai Hu * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
324351f30aSMingkai Hu * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
334351f30aSMingkai Hu */
344351f30aSMingkai Hu
354351f30aSMingkai Humessage@42400 {
364351f30aSMingkai Hu	compatible = "fsl,mpic-v3.1-msgr";
374351f30aSMingkai Hu	reg = <0x42400 0x200>;
384351f30aSMingkai Hu	interrupts = <
394351f30aSMingkai Hu		0xb4 2 0 0
404351f30aSMingkai Hu		0xb5 2 0 0
414351f30aSMingkai Hu		0xb6 2 0 0
424351f30aSMingkai Hu		0xb7 2 0 0>;
434351f30aSMingkai Hu};
44