1295011Sandrew/*
2295011Sandrew * Copyright 2015 Boundary Devices, Inc.
3295011Sandrew *
4295011Sandrew * This file is dual-licensed: you can use it either under the terms
5295011Sandrew * of the GPL or the X11 license, at your option. Note that this dual
6295011Sandrew * licensing only applies to this file, and not this project as a
7295011Sandrew * whole.
8295011Sandrew *
9295011Sandrew *  a) This file is free software; you can redistribute it and/or
10295011Sandrew *     modify it under the terms of the GNU General Public License
11295011Sandrew *     version 2 as published by the Free Software Foundation.
12295011Sandrew *
13295011Sandrew *     This file is distributed in the hope that it will be useful
14295011Sandrew *     but WITHOUT ANY WARRANTY; without even the implied warranty of
15295011Sandrew *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16295011Sandrew *     GNU General Public License for more details.
17295011Sandrew *
18295011Sandrew * Or, alternatively
19295011Sandrew *
20295011Sandrew *  b) Permission is hereby granted, free of charge, to any person
21295011Sandrew *     obtaining a copy of this software and associated documentation
22295011Sandrew *     files (the "Software"), to deal in the Software without
23295011Sandrew *     restriction, including without limitation the rights to use
24295011Sandrew *     copy, modify, merge, publish, distribute, sublicense, and/or
25295011Sandrew *     sell copies of the Software, and to permit persons to whom the
26295011Sandrew *     Software is furnished to do so, subject to the following
27295011Sandrew *     conditions:
28295011Sandrew *
29295011Sandrew *     The above copyright notice and this permission notice shall be
30295011Sandrew *     included in all copies or substantial portions of the Software.
31295011Sandrew *
32295011Sandrew *     THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND
33295011Sandrew *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
34295011Sandrew *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35295011Sandrew *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
36295011Sandrew *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY
37295011Sandrew *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
38295011Sandrew *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
39295011Sandrew *     OTHER DEALINGS IN THE SOFTWARE.
40295011Sandrew */
41295011Sandrew/dts-v1/;
42295011Sandrew
43295011Sandrew#include "imx6dl.dtsi"
44295011Sandrew#include "imx6qdl-nit6xlite.dtsi"
45295011Sandrew
46295011Sandrew/ {
47295011Sandrew	model = "Boundary Devices i.MX6 Solo Nitrogen6_Lite Board";
48295011Sandrew	compatible = "boundary,imx6dl-nit6xlite", "fsl,imx6dl";
49295011Sandrew};
50