1bf32f2aeSHanna Hawa/*
2bf32f2aeSHanna Hawa * Copyright (C) 2017 Marvell Technology Group Ltd.
3bf32f2aeSHanna Hawa *
4bf32f2aeSHanna Hawa * This file is dual-licensed: you can use it either under the terms
5bf32f2aeSHanna Hawa * of the GPLv2 or the X11 license, at your option. Note that this dual
6bf32f2aeSHanna Hawa * licensing only applies to this file, and not this project as a
7bf32f2aeSHanna Hawa * whole.
8bf32f2aeSHanna Hawa *
9bf32f2aeSHanna Hawa *  a) This library is free software; you can redistribute it and/or
10bf32f2aeSHanna Hawa *     modify it under the terms of the GNU General Public License as
11bf32f2aeSHanna Hawa *     published by the Free Software Foundation; either version 2 of the
12bf32f2aeSHanna Hawa *     License, or (at your option) any later version.
13bf32f2aeSHanna Hawa *
14bf32f2aeSHanna Hawa *     This library is distributed in the hope that it will be useful,
15bf32f2aeSHanna Hawa *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16bf32f2aeSHanna Hawa *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17bf32f2aeSHanna Hawa *     GNU General Public License for more details.
18bf32f2aeSHanna Hawa *
19bf32f2aeSHanna Hawa * Or, alternatively,
20bf32f2aeSHanna Hawa *
21bf32f2aeSHanna Hawa *  b) Permission is hereby granted, free of charge, to any person
22bf32f2aeSHanna Hawa *     obtaining a copy of this software and associated documentation
23bf32f2aeSHanna Hawa *     files (the "Software"), to deal in the Software without
24bf32f2aeSHanna Hawa *     restriction, including without limitation the rights to use,
25bf32f2aeSHanna Hawa *     copy, modify, merge, publish, distribute, sublicense, and/or
26bf32f2aeSHanna Hawa *     sell copies of the Software, and to permit persons to whom the
27bf32f2aeSHanna Hawa *     Software is furnished to do so, subject to the following
28bf32f2aeSHanna Hawa *     conditions:
29bf32f2aeSHanna Hawa *
30bf32f2aeSHanna Hawa *     The above copyright notice and this permission notice shall be
31bf32f2aeSHanna Hawa *     included in all copies or substantial portions of the Software.
32bf32f2aeSHanna Hawa *
33bf32f2aeSHanna Hawa *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34bf32f2aeSHanna Hawa *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35bf32f2aeSHanna Hawa *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36bf32f2aeSHanna Hawa *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37bf32f2aeSHanna Hawa *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38bf32f2aeSHanna Hawa *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39bf32f2aeSHanna Hawa *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40bf32f2aeSHanna Hawa *     OTHER DEALINGS IN THE SOFTWARE.
41bf32f2aeSHanna Hawa */
42bf32f2aeSHanna Hawa
43bf32f2aeSHanna Hawa/*
44bf32f2aeSHanna Hawa * Device Tree file for Marvell Armada-8080 SoC, made of an AP810 OCTA.
45bf32f2aeSHanna Hawa */
46bf32f2aeSHanna Hawa
47bf32f2aeSHanna Hawa#include "armada-ap810-ap0-octa-core.dtsi"
48bf32f2aeSHanna Hawa
49bf32f2aeSHanna Hawa/ {
50bf32f2aeSHanna Hawa	model = "Marvell 8080 board";
51bf32f2aeSHanna Hawa	compatible = "marvell,armada-8080", "marvell,armada-ap810-octa",
52bf32f2aeSHanna Hawa				"marvell,armada-ap810";
53bf32f2aeSHanna Hawa};
54