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