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