1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Device Tree Include file for Marvell 98dx33 4 * 5 * Copyright (C) 2016 Allied Telesis Labs 6 * 7 * Contains definitions specific to the 98dx32 8 * common to all Armada XP SoCs. 9 */ 10 11 #include "armada-xp-98dx3236.dtsi" 12 13 / { 14 model = "Marvell 98DX3336 SoC"; 15 compatible = "marvell,armadaxp-98dx333 16 17 cpus { 18 cpu@1 { 19 device_type = "cpu"; 20 compatible = "marvell, 21 reg = <1>; 22 clocks = <&cpuclk 1>; 23 clock-latency = <10000 24 }; 25 }; 26 27 soc { 28 internal-regs { 29 resume@20980 { 30 compatible = " 31 reg = <0x20980 32 }; 33 }; 34 }; 35 }; 36 37 &pp0 { 38 compatible = "marvell,prestera-98dx333 39 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.