1295011Sandrew/*
2295011Sandrew * Copyright 2015 Armadeus Systems
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 as
11295011Sandrew *     published by the Free Software Foundation; either version 2 of
12295011Sandrew *     the License, or (at your option) any later version.
13295011Sandrew *
14295011Sandrew *     This file is distributed in the hope that it will be useful,
15295011Sandrew *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16295011Sandrew *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17295011Sandrew *     GNU General Public License for more details.
18295011Sandrew *
19295011Sandrew *     You should have received a copy of the GNU General Public
20295011Sandrew *     License along with this file; if not, write to the Free
21295011Sandrew *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
22295011Sandrew *     MA 02110-1301 USA
23295011Sandrew *
24295011Sandrew * Or, alternatively,
25295011Sandrew *
26295011Sandrew *  b) Permission is hereby granted, free of charge, to any person
27295011Sandrew *     obtaining a copy of this software and associated documentation
28295011Sandrew *     files (the "Software"), to deal in the Software without
29295011Sandrew *     restriction, including without limitation the rights to use,
30295011Sandrew *     copy, modify, merge, publish, distribute, sublicense, and/or
31295011Sandrew *     sell copies of the Software, and to permit persons to whom the
32295011Sandrew *     Software is furnished to do so, subject to the following
33295011Sandrew *     conditions:
34295011Sandrew *
35295011Sandrew *     The above copyright notice and this permission notice shall be
36295011Sandrew *     included in all copies or substantial portions of the Software.
37295011Sandrew *
38295011Sandrew *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
39295011Sandrew *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
40295011Sandrew *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
41295011Sandrew *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
42295011Sandrew *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
43295011Sandrew *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
44295011Sandrew *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
45295011Sandrew *     OTHER DEALINGS IN THE SOFTWARE.
46295011Sandrew */
47295011Sandrew
48295011Sandrew/dts-v1/;
49295011Sandrew#include "imx6dl.dtsi"
50295011Sandrew#include "imx6qdl-apf6.dtsi"
51295011Sandrew#include "imx6qdl-apf6dev.dtsi"
52295011Sandrew
53295011Sandrew/ {
54295011Sandrew	model = "Armadeus APF6 Solo Module on APF6Dev Board";
55295011Sandrew	compatible = "armadeus,imx6dl-apf6dev", "armadeus,imx6dl-apf6", "fsl,imx6dl";
56295011Sandrew
57295011Sandrew	memory {
58295011Sandrew		reg = <0x10000000 0x20000000>;
59295011Sandrew	};
60295011Sandrew};
61