0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Device Tree Include file for Marvell Armada 372x family of SoCs
0004 * (also named 88F3720)
0005 *
0006 * Copyright (C) 2016 Marvell
0007 *
0008 * Gregory CLEMENT <gregory.clement@free-electrons.com>
0009 *
0010 */
0011
0012 #include "armada-37xx.dtsi"
0013
0014 / {
0015 model = "Marvell Armada 3720 SoC";
0016 compatible = "marvell,armada3720", "marvell,armada3710";
0017
0018 cpus {
0019 cpu1: cpu@1 {
0020 device_type = "cpu";
0021 compatible = "arm,cortex-a53";
0022 reg = <0x1>;
0023 clocks = <&nb_periph_clk 16>;
0024 enable-method = "psci";
0025 };
0026 };
0027 };