11556Srgrimes/*
21556Srgrimes * PQ3 MPIC Timer (Group B) device tree stub [ controller @ offset 0x42100 ]
31556Srgrimes *
41556Srgrimes * Copyright 2011 Freescale Semiconductor Inc.
51556Srgrimes *
61556Srgrimes * Redistribution and use in source and binary forms, with or without
71556Srgrimes * modification, are permitted provided that the following conditions are met:
81556Srgrimes *     * Redistributions of source code must retain the above copyright
91556Srgrimes *       notice, this list of conditions and the following disclaimer.
101556Srgrimes *     * Redistributions in binary form must reproduce the above copyright
111556Srgrimes *       notice, this list of conditions and the following disclaimer in the
121556Srgrimes *       documentation and/or other materials provided with the distribution.
131556Srgrimes *     * Neither the name of Freescale Semiconductor nor the
141556Srgrimes *       names of its contributors may be used to endorse or promote products
151556Srgrimes *       derived from this software without specific prior written permission.
161556Srgrimes *
171556Srgrimes *
181556Srgrimes * ALTERNATIVELY, this software may be distributed under the terms of the
191556Srgrimes * GNU General Public License ("GPL") as published by the Free Software
201556Srgrimes * Foundation, either version 2 of that License or (at your option) any
211556Srgrimes * later version.
221556Srgrimes *
231556Srgrimes * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
241556Srgrimes * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
251556Srgrimes * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
261556Srgrimes * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
271556Srgrimes * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
281556Srgrimes * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
291556Srgrimes * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3050471Speter * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
311556Srgrimes * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
321556Srgrimes * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33130999Sgad */
34130999Sgad
351556Srgrimestimer@42100 {
36103497Sjmallett	compatible = "fsl,mpic-global-timer";
371556Srgrimes	reg = <0x42100 0x100 0x42300 4>;
38225868Strasz	interrupts = <4 0 3 0
39225868Strasz		      5 0 3 0
40225868Strasz		      6 0 3 0
41225868Strasz		      7 0 3 0>;
42225868Strasz};
431556Srgrimes