Tom Rini | 4549e78 | 2018-05-06 18:27:01 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
Sergey Temerkhanov | 1674bd1 | 2015-10-14 09:55:49 -0700 | [diff] [blame] | 2 | /* |
| 3 | * Cavium Thunder DTS file - Thunder board description |
| 4 | * |
| 5 | * Copyright (C) 2014, Cavium Inc. |
| 6 | * |
Sergey Temerkhanov | 1674bd1 | 2015-10-14 09:55:49 -0700 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | /dts-v1/; |
| 10 | |
| 11 | /include/ "thunderx-88xx.dtsi" |
| 12 | |
| 13 | / { |
| 14 | model = "Cavium ThunderX CN88XX board"; |
| 15 | compatible = "cavium,thunder-88xx"; |
| 16 | |
| 17 | aliases { |
| 18 | serial0 = &uaa0; |
| 19 | serial1 = &uaa1; |
| 20 | }; |
| 21 | |
| 22 | chosen { |
| 23 | stdout-path = &uaa0; |
| 24 | }; |
| 25 | |
| 26 | memory@00000000 { |
| 27 | device_type = "memory"; |
| 28 | reg = <0x0 0x00000000 0x0 0x80000000>; |
| 29 | }; |
| 30 | }; |