1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Device Tree Include file for Marvell Armada 4 * (also named 88F3720) 5 * 6 * Copyright (C) 2016 Marvell 7 * 8 * Gregory CLEMENT <gregory.clement@free-electr 9 * 10 */ 11 12 #include "armada-37xx.dtsi" 13 14 / { 15 model = "Marvell Armada 3720 SoC"; 16 compatible = "marvell,armada3720", "ma 17 18 cpus { 19 cpu1: cpu@1 { 20 device_type = "cpu"; 21 compatible = "arm,cort 22 reg = <0x1>; 23 clocks = <&nb_periph_c 24 enable-method = "psci" 25 }; 26 }; 27 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.