1279377Simp/*
2279377Simp * Copyright 2014 Carlo Caione <carlo@caione.org>
3279377Simp *
4279377Simp * This file is dual-licensed: you can use it either under the terms
5279377Simp * of the GPL or the X11 license, at your option. Note that this dual
6279377Simp * licensing only applies to this file, and not this project as a
7279377Simp * whole.
8279377Simp *
9279377Simp *  a) This library is free software; you can redistribute it and/or
10279377Simp *     modify it under the terms of the GNU General Public License as
11279377Simp *     published by the Free Software Foundation; either version 2 of the
12279377Simp *     License, or (at your option) any later version.
13279377Simp *
14279377Simp *     This library is distributed in the hope that it will be useful,
15279377Simp *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16279377Simp *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17279377Simp *     GNU General Public License for more details.
18279377Simp *
19279377Simp *     You should have received a copy of the GNU General Public
20279377Simp *     License along with this library; if not, write to the Free
21279377Simp *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
22279377Simp *     MA 02110-1301 USA
23279377Simp *
24279377Simp * Or, alternatively,
25279377Simp *
26279377Simp *  b) Permission is hereby granted, free of charge, to any person
27279377Simp *     obtaining a copy of this software and associated documentation
28279377Simp *     files (the "Software"), to deal in the Software without
29279377Simp *     restriction, including without limitation the rights to use,
30279377Simp *     copy, modify, merge, publish, distribute, sublicense, and/or
31279377Simp *     sell copies of the Software, and to permit persons to whom the
32279377Simp *     Software is furnished to do so, subject to the following
33279377Simp *     conditions:
34279377Simp *
35279377Simp *     The above copyright notice and this permission notice shall be
36279377Simp *     included in all copies or substantial portions of the Software.
37279377Simp *
38279377Simp *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
39279377Simp *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
40279377Simp *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
41279377Simp *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
42279377Simp *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
43279377Simp *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
44279377Simp *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
45279377Simp *     OTHER DEALINGS IN THE SOFTWARE.
46279377Simp */
47279377Simp
48279377Simp/dts-v1/;
49279377Simp/include/ "meson6.dtsi"
50279377Simp
51279377Simp/ {
52279377Simp	model = "Geniatech ATV1200";
53279377Simp	compatible = "geniatech,atv1200", "amlogic,meson6";
54279377Simp
55279377Simp	aliases {
56279377Simp		serial0 = &uart_AO;
57279377Simp	};
58279377Simp
59279377Simp	memory {
60279377Simp		reg = <0x40000000 0x80000000>;
61279377Simp	};
62279377Simp};
63279377Simp
64279377Simp&uart_AO {
65279377Simp	status = "okay";
66279377Simp};
67295436Sandrew
68295436Sandrew&ethmac {
69295436Sandrew	status = "okay";
70295436Sandrew};
71