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