1f43a4b85SBhupesh Sharma/*
2f43a4b85SBhupesh Sharma * Device Tree file for Freescale LS2080a software Simulator model
3f43a4b85SBhupesh Sharma *
4f43a4b85SBhupesh Sharma * Copyright (C) 2014-2015, Freescale Semiconductor
5f43a4b85SBhupesh Sharma *
6f43a4b85SBhupesh Sharma * Bhupesh Sharma <bhupesh.sharma@freescale.com>
7f43a4b85SBhupesh Sharma *
8f43a4b85SBhupesh Sharma * This file is dual-licensed: you can use it either under the terms
9f43a4b85SBhupesh Sharma * of the GPL or the X11 license, at your option. Note that this dual
10f43a4b85SBhupesh Sharma * licensing only applies to this file, and not this project as a
11f43a4b85SBhupesh Sharma * whole.
12f43a4b85SBhupesh Sharma *
13f43a4b85SBhupesh Sharma *  a) This library is free software; you can redistribute it and/or
14f43a4b85SBhupesh Sharma *     modify it under the terms of the GNU General Public License as
15f43a4b85SBhupesh Sharma *     published by the Free Software Foundation; either version 2 of the
16f43a4b85SBhupesh Sharma *     License, or (at your option) any later version.
17f43a4b85SBhupesh Sharma *
18f43a4b85SBhupesh Sharma *     This library is distributed in the hope that it will be useful,
19f43a4b85SBhupesh Sharma *     but WITHOUT ANY WARRANTY; without even the implied warranty of
20f43a4b85SBhupesh Sharma *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21f43a4b85SBhupesh Sharma *     GNU General Public License for more details.
22f43a4b85SBhupesh Sharma *
23f43a4b85SBhupesh Sharma *     You should have received a copy of the GNU General Public
24f43a4b85SBhupesh Sharma *     License along with this library; if not, write to the Free
25f43a4b85SBhupesh Sharma *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
26f43a4b85SBhupesh Sharma *     MA 02110-1301 USA
27f43a4b85SBhupesh Sharma *
28f43a4b85SBhupesh Sharma * Or, alternatively,
29f43a4b85SBhupesh Sharma *
30f43a4b85SBhupesh Sharma *  b) Permission is hereby granted, free of charge, to any person
31f43a4b85SBhupesh Sharma *     obtaining a copy of this software and associated documentation
32f43a4b85SBhupesh Sharma *     files (the "Software"), to deal in the Software without
33f43a4b85SBhupesh Sharma *     restriction, including without limitation the rights to use,
34f43a4b85SBhupesh Sharma *     copy, modify, merge, publish, distribute, sublicense, and/or
35f43a4b85SBhupesh Sharma *     sell copies of the Software, and to permit persons to whom the
36f43a4b85SBhupesh Sharma *     Software is furnished to do so, subject to the following
37f43a4b85SBhupesh Sharma *     conditions:
38f43a4b85SBhupesh Sharma *
39f43a4b85SBhupesh Sharma *     The above copyright notice and this permission notice shall be
40f43a4b85SBhupesh Sharma *     included in all copies or substantial portions of the Software.
41f43a4b85SBhupesh Sharma *
42f43a4b85SBhupesh Sharma *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
43f43a4b85SBhupesh Sharma *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
44f43a4b85SBhupesh Sharma *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
45f43a4b85SBhupesh Sharma *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
46f43a4b85SBhupesh Sharma *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
47f43a4b85SBhupesh Sharma *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
48f43a4b85SBhupesh Sharma *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
49f43a4b85SBhupesh Sharma *     OTHER DEALINGS IN THE SOFTWARE.
50f43a4b85SBhupesh Sharma */
51f43a4b85SBhupesh Sharma
52f43a4b85SBhupesh Sharma/dts-v1/;
53f43a4b85SBhupesh Sharma
54f43a4b85SBhupesh Sharma/include/ "fsl-ls2080a.dtsi"
55f43a4b85SBhupesh Sharma
56f43a4b85SBhupesh Sharma/ {
57f43a4b85SBhupesh Sharma	model = "Freescale Layerscape 2080a software Simulator model";
58f43a4b85SBhupesh Sharma	compatible = "fsl,ls2080a-simu", "fsl,ls2080a";
59f43a4b85SBhupesh Sharma
60f43a4b85SBhupesh Sharma	ethernet@2210000 {
61f43a4b85SBhupesh Sharma		compatible = "smsc,lan91c111";
62f43a4b85SBhupesh Sharma		reg = <0x0 0x2210000 0x0 0x100>;
63f43a4b85SBhupesh Sharma		interrupts = <0 58 0x1>;
64f43a4b85SBhupesh Sharma	};
65f43a4b85SBhupesh Sharma};
66