1adbc3695SGregory CLEMENT/*
2adbc3695SGregory CLEMENT * Device Tree Include file for Marvell Armada 372x family of SoCs
3adbc3695SGregory CLEMENT * (also named 88F3720)
4adbc3695SGregory CLEMENT *
5adbc3695SGregory CLEMENT * Copyright (C) 2016 Marvell
6adbc3695SGregory CLEMENT *
7adbc3695SGregory CLEMENT * Gregory CLEMENT <gregory.clement@free-electrons.com>
8adbc3695SGregory CLEMENT *
9adbc3695SGregory CLEMENT * This file is dual-licensed: you can use it either under the terms
10adbc3695SGregory CLEMENT * of the GPL or the X11 license, at your option. Note that this dual
11adbc3695SGregory CLEMENT * licensing only applies to this file, and not this project as a
12adbc3695SGregory CLEMENT * whole.
13adbc3695SGregory CLEMENT *
14adbc3695SGregory CLEMENT *  a) This file is free software; you can redistribute it and/or
15adbc3695SGregory CLEMENT *     modify it under the terms of the GNU General Public License as
16adbc3695SGregory CLEMENT *     published by the Free Software Foundation; either version 2 of the
17adbc3695SGregory CLEMENT *     License, or (at your option) any later version.
18adbc3695SGregory CLEMENT *
1958a748f7SAlexandre Belloni *     This file is distributed in the hope that it will be useful,
20adbc3695SGregory CLEMENT *     but WITHOUT ANY WARRANTY; without even the implied warranty of
21adbc3695SGregory CLEMENT *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22adbc3695SGregory CLEMENT *     GNU General Public License for more details.
23adbc3695SGregory CLEMENT *
2458a748f7SAlexandre Belloni * Or, alternatively,
25adbc3695SGregory CLEMENT *
26adbc3695SGregory CLEMENT *  b) Permission is hereby granted, free of charge, to any person
27adbc3695SGregory CLEMENT *     obtaining a copy of this software and associated documentation
28adbc3695SGregory CLEMENT *     files (the "Software"), to deal in the Software without
2958a748f7SAlexandre Belloni *     restriction, including without limitation the rights to use,
30adbc3695SGregory CLEMENT *     copy, modify, merge, publish, distribute, sublicense, and/or
31adbc3695SGregory CLEMENT *     sell copies of the Software, and to permit persons to whom the
32adbc3695SGregory CLEMENT *     Software is furnished to do so, subject to the following
33adbc3695SGregory CLEMENT *     conditions:
34adbc3695SGregory CLEMENT *
35adbc3695SGregory CLEMENT *     The above copyright notice and this permission notice shall be
36adbc3695SGregory CLEMENT *     included in all copies or substantial portions of the Software.
37adbc3695SGregory CLEMENT *
3858a748f7SAlexandre Belloni *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
39adbc3695SGregory CLEMENT *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
40adbc3695SGregory CLEMENT *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
41adbc3695SGregory CLEMENT *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
4258a748f7SAlexandre Belloni *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
43adbc3695SGregory CLEMENT *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
44adbc3695SGregory CLEMENT *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
45adbc3695SGregory CLEMENT *     OTHER DEALINGS IN THE SOFTWARE.
46adbc3695SGregory CLEMENT */
47adbc3695SGregory CLEMENT
48adbc3695SGregory CLEMENT#include "armada-37xx.dtsi"
49adbc3695SGregory CLEMENT
50adbc3695SGregory CLEMENT/ {
51adbc3695SGregory CLEMENT	model = "Marvell Armada 3720 SoC";
52adbc3695SGregory CLEMENT	compatible = "marvell,armada3720", "marvell,armada3710";
53adbc3695SGregory CLEMENT
54adbc3695SGregory CLEMENT	cpus {
55adbc3695SGregory CLEMENT		cpu@1 {
56adbc3695SGregory CLEMENT			device_type = "cpu";
57adbc3695SGregory CLEMENT			compatible = "arm,cortex-a53","arm,armv8";
58adbc3695SGregory CLEMENT			reg = <0x1>;
59e8d66e79SGregory CLEMENT			clocks = <&nb_periph_clk 16>;
60adbc3695SGregory CLEMENT			enable-method = "psci";
61adbc3695SGregory CLEMENT		};
62adbc3695SGregory CLEMENT	};
63adbc3695SGregory CLEMENT};
64