1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * dts file for Cavium ThunderX2 CN99XX Evaluation Platform 4 * 5 * Copyright (c) 2017 Cavium Inc. 6 * Copyright (c) 2013-2016 Broadcom 7 */ 8 9 /dts-v1/; 10 11 #include "thunder2-99xx.dtsi" 12 13 / { 14 model = "Cavium ThunderX2 CN99XX"; 15 compatible = "cavium,thunderx2-cn9900", "brcm,vulcan-soc"; 16 17 memory@80000000 { 18 device_type = "memory"; 19 reg = <0x00000000 0x80000000 0x0 0x80000000>, /* 2G @ 2G */ 20 <0x00000008 0x80000000 0x0 0x80000000>; /* 2G @ 34G */ 21 }; 22 23 aliases { 24 serial0 = &uart0; 25 }; 26 27 chosen { 28 stdout-path = "serial0:115200n8"; 29 }; 30 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.