xref: /freebsd-src/sys/contrib/device-tree/src/powerpc/fsl/b4420qds.dts (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot/*
2*c66ec88fSEmmanuel Vadot * B4420DS Device Tree Source
3*c66ec88fSEmmanuel Vadot *
4*c66ec88fSEmmanuel Vadot * Copyright 2012 Freescale Semiconductor, Inc.
5*c66ec88fSEmmanuel Vadot *
6*c66ec88fSEmmanuel Vadot * Redistribution and use in source and binary forms, with or without
7*c66ec88fSEmmanuel Vadot * modification, are permitted provided that the following conditions are met:
8*c66ec88fSEmmanuel Vadot *     * Redistributions of source code must retain the above copyright
9*c66ec88fSEmmanuel Vadot *       notice, this list of conditions and the following disclaimer.
10*c66ec88fSEmmanuel Vadot *     * Redistributions in binary form must reproduce the above copyright
11*c66ec88fSEmmanuel Vadot *       notice, this list of conditions and the following disclaimer in the
12*c66ec88fSEmmanuel Vadot *       documentation and/or other materials provided with the distribution.
13*c66ec88fSEmmanuel Vadot *     * Neither the name of Freescale Semiconductor nor the
14*c66ec88fSEmmanuel Vadot *       names of its contributors may be used to endorse or promote products
15*c66ec88fSEmmanuel Vadot *       derived from this software without specific prior written permission.
16*c66ec88fSEmmanuel Vadot *
17*c66ec88fSEmmanuel Vadot *
18*c66ec88fSEmmanuel Vadot * ALTERNATIVELY, this software may be distributed under the terms of the
19*c66ec88fSEmmanuel Vadot * GNU General Public License ("GPL") as published by the Free Software
20*c66ec88fSEmmanuel Vadot * Foundation, either version 2 of that License or (at your option) any
21*c66ec88fSEmmanuel Vadot * later version.
22*c66ec88fSEmmanuel Vadot *
23*c66ec88fSEmmanuel Vadot * This software is provided by Freescale Semiconductor "as is" and any
24*c66ec88fSEmmanuel Vadot * express or implied warranties, including, but not limited to, the implied
25*c66ec88fSEmmanuel Vadot * warranties of merchantability and fitness for a particular purpose are
26*c66ec88fSEmmanuel Vadot * disclaimed. In no event shall Freescale Semiconductor be liable for any
27*c66ec88fSEmmanuel Vadot * direct, indirect, incidental, special, exemplary, or consequential damages
28*c66ec88fSEmmanuel Vadot * (including, but not limited to, procurement of substitute goods or services;
29*c66ec88fSEmmanuel Vadot * loss of use, data, or profits; or business interruption) however caused and
30*c66ec88fSEmmanuel Vadot * on any theory of liability, whether in contract, strict liability, or tort
31*c66ec88fSEmmanuel Vadot * (including negligence or otherwise) arising in any way out of the use of
32*c66ec88fSEmmanuel Vadot * this software, even if advised of the possibility of such damage.
33*c66ec88fSEmmanuel Vadot */
34*c66ec88fSEmmanuel Vadot
35*c66ec88fSEmmanuel Vadot/include/ "b4420si-pre.dtsi"
36*c66ec88fSEmmanuel Vadot/include/ "b4qds.dtsi"
37*c66ec88fSEmmanuel Vadot
38*c66ec88fSEmmanuel Vadot/ {
39*c66ec88fSEmmanuel Vadot	model = "fsl,B4420QDS";
40*c66ec88fSEmmanuel Vadot	compatible = "fsl,B4420QDS";
41*c66ec88fSEmmanuel Vadot
42*c66ec88fSEmmanuel Vadot	ifc: localbus@ffe124000 {
43*c66ec88fSEmmanuel Vadot		board-control@3,0 {
44*c66ec88fSEmmanuel Vadot			compatible = "fsl,b4420qds-fpga", "fsl,fpga-qixis";
45*c66ec88fSEmmanuel Vadot		};
46*c66ec88fSEmmanuel Vadot	};
47*c66ec88fSEmmanuel Vadot
48*c66ec88fSEmmanuel Vadot};
49*c66ec88fSEmmanuel Vadot
50*c66ec88fSEmmanuel Vadot/include/ "b4420si-post.dtsi"
51