1/* 2 * dts file for Cavium ThunderX2 CN99XX Evaluation Platform 3 * 4 * Copyright (c) 2017 Cavium Inc. 5 * Copyright (c) 2013-2016 Broadcom 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License as 9 * published by the Free Software Foundation; either version 2 of 10 * the License, or (at your option) any later version. 11 */ 12 13/dts-v1/; 14 15#include "thunder2-99xx.dtsi" 16 17/ { 18 model = "Cavium ThunderX2 CN99XX"; 19 compatible = "cavium,thunderx2-cn9900", "brcm,vulcan-soc"; 20 21 memory { 22 device_type = "memory"; 23 reg = <0x00000000 0x80000000 0x0 0x80000000>, /* 2G @ 2G */ 24 <0x00000008 0x80000000 0x0 0x80000000>; /* 2G @ 34G */ 25 }; 26 27 aliases { 28 serial0 = &uart0; 29 }; 30 31 chosen { 32 stdout-path = "serial0:115200n8"; 33 }; 34}; 35