1/* 2 * Cavium Thunder DTS file - Thunder board description 3 * 4 * Copyright (C) 2014, Cavium Inc. 5 * 6 * SPDX-License-Identifier: GPL-2.0+ or X11 7 * 8 */ 9 10/dts-v1/; 11 12/include/ "thunderx-88xx.dtsi" 13 14/ { 15 model = "Cavium ThunderX CN88XX board"; 16 compatible = "cavium,thunder-88xx"; 17 18 aliases { 19 serial0 = &uaa0; 20 serial1 = &uaa1; 21 }; 22 23 chosen { 24 stdout-path = &uaa0; 25 }; 26 27 memory@00000000 { 28 device_type = "memory"; 29 reg = <0x0 0x00000000 0x0 0x80000000>; 30 }; 31}; 32