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