1b9925d59SBhupesh Sharma/*
2b9925d59SBhupesh Sharma * Device Tree file for Freescale LS2080a QDS Board.
3b9925d59SBhupesh Sharma *
4*8637f58bSLi Yang * Copyright 2015-2016 Freescale Semiconductor, Inc.
5*8637f58bSLi Yang * Copyright 2017 NXP
6b9925d59SBhupesh Sharma *
7c2f6a472SAbhimanyu Saini * Abhimanyu Saini <abhimanyu.saini@nxp.com>
8b9925d59SBhupesh Sharma * Bhupesh Sharma <bhupesh.sharma@freescale.com>
9b9925d59SBhupesh Sharma *
10b9925d59SBhupesh Sharma * This file is dual-licensed: you can use it either under the terms
11b9925d59SBhupesh Sharma * of the GPLv2 or the X11 license, at your option. Note that this dual
12b9925d59SBhupesh Sharma * licensing only applies to this file, and not this project as a
13b9925d59SBhupesh Sharma * whole.
14b9925d59SBhupesh Sharma *
15b9925d59SBhupesh Sharma *  a) This library is free software; you can redistribute it and/or
16b9925d59SBhupesh Sharma *     modify it under the terms of the GNU General Public License as
17b9925d59SBhupesh Sharma *     published by the Free Software Foundation; either version 2 of the
18b9925d59SBhupesh Sharma *     License, or (at your option) any later version.
19b9925d59SBhupesh Sharma *
20b9925d59SBhupesh Sharma *     This library is distributed in the hope that it will be useful,
21b9925d59SBhupesh Sharma *     but WITHOUT ANY WARRANTY; without even the implied warranty of
22b9925d59SBhupesh Sharma *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23b9925d59SBhupesh Sharma *     GNU General Public License for more details.
24b9925d59SBhupesh Sharma *
25b9925d59SBhupesh Sharma * Or, alternatively,
26b9925d59SBhupesh Sharma *
27b9925d59SBhupesh Sharma *  b) Permission is hereby granted, free of charge, to any person
28b9925d59SBhupesh Sharma *     obtaining a copy of this software and associated documentation
29b9925d59SBhupesh Sharma *     files (the "Software"), to deal in the Software without
30b9925d59SBhupesh Sharma *     restriction, including without limitation the rights to use,
31b9925d59SBhupesh Sharma *     copy, modify, merge, publish, distribute, sublicense, and/or
32b9925d59SBhupesh Sharma *     sell copies of the Software, and to permit persons to whom the
33b9925d59SBhupesh Sharma *     Software is furnished to do so, subject to the following
34b9925d59SBhupesh Sharma *     conditions:
35b9925d59SBhupesh Sharma *
36b9925d59SBhupesh Sharma *     The above copyright notice and this permission notice shall be
37b9925d59SBhupesh Sharma *     included in all copies or substantial portions of the Software.
38b9925d59SBhupesh Sharma *
39b9925d59SBhupesh Sharma *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
40b9925d59SBhupesh Sharma *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
41b9925d59SBhupesh Sharma *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
42b9925d59SBhupesh Sharma *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
43b9925d59SBhupesh Sharma *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
44b9925d59SBhupesh Sharma *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
45b9925d59SBhupesh Sharma *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
46b9925d59SBhupesh Sharma *     OTHER DEALINGS IN THE SOFTWARE.
47b9925d59SBhupesh Sharma */
48b9925d59SBhupesh Sharma
49b9925d59SBhupesh Sharma/dts-v1/;
50b9925d59SBhupesh Sharma
51236f794eSHongtao Jia#include "fsl-ls2080a.dtsi"
52c2f6a472SAbhimanyu Saini#include "fsl-ls208xa-qds.dtsi"
53b9925d59SBhupesh Sharma
54b9925d59SBhupesh Sharma/ {
55b9925d59SBhupesh Sharma	model = "Freescale Layerscape 2080a QDS Board";
56b9925d59SBhupesh Sharma	compatible = "fsl,ls2080a-qds", "fsl,ls2080a";
57b9925d59SBhupesh Sharma
58b9925d59SBhupesh Sharma	aliases {
59b9925d59SBhupesh Sharma		serial0 = &serial0;
60b9925d59SBhupesh Sharma		serial1 = &serial1;
61b9925d59SBhupesh Sharma	};
62b9925d59SBhupesh Sharma
63d5c8b122SStuart Yoder	chosen {
64d5c8b122SStuart Yoder		stdout-path = "serial0:115200n8";
65d5c8b122SStuart Yoder	};
66b9925d59SBhupesh Sharma};
67