1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Device Tree Include file for Marvell Armada 372x family of SoCs 4 * (also named 88F3720) 5 * 6 * Copyright (C) 2016 Marvell 7 * 8 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 * 10 */ 11 12#include "armada-37xx.dtsi" 13 14/ { 15 cpus { 16 cpu1: cpu@1 { 17 device_type = "cpu"; 18 compatible = "arm,cortex-a53"; 19 reg = <0x1>; 20 clocks = <&nb_periph_clk 16>; 21 enable-method = "psci"; 22 }; 23 }; 24}; 25