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