aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/cavium/thunder2-99xx.dts
diff options
context:
space:
mode:
authorJayachandran C <jnair@caviumnetworks.com>2017-03-14 12:47:14 +0000
committerArnd Bergmann <arnd@arndb.de>2017-03-31 11:42:30 +0200
commit517b311eaec9fd3c6ae870f189157115d82ae8fb (patch)
treedc0c06cfa129330762b8f0634fc4861a2183dce0 /arch/arm64/boot/dts/cavium/thunder2-99xx.dts
parentdt-bindings: Add arm64 ARCH_THUNDER2 platform documentation (diff)
downloadlinux-dev-517b311eaec9fd3c6ae870f189157115d82ae8fb.tar.xz
linux-dev-517b311eaec9fd3c6ae870f189157115d82ae8fb.zip
arm64: dts: move from ARCH_VULCAN to ARCH_THUNDER2
Move and update device tree files as part of transition from Broadcom Vulcan to Cavium ThunderX2. The changes are to: * rename dts/broadcom/vulcan.dtsi to cavium/thunder2-99xx.dtsi, update cpu cores to be "cavium,thunder2", and update SoC to be "cavium,thunderx2-cn9900" * move SoC dts/broadcom/vulcan-eval.dtsi to cavium/thunder2-99xx.dtsi and update board name string * Update dts/broadcom/Makefile not to build vulcan dtbs * Update dts/cavium/Makefile to build thunder2 dtbs No changes to the dts contents except the updated "compatible" and "model" properties. Signed-off-by: Jayachandran C <jnair@caviumnetworks.com> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/cavium/thunder2-99xx.dts')
-rw-r--r--arch/arm64/boot/dts/cavium/thunder2-99xx.dts34
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/cavium/thunder2-99xx.dts b/arch/arm64/boot/dts/cavium/thunder2-99xx.dts
new file mode 100644
index 000000000000..6c6fb8692fde
--- /dev/null
+++ b/arch/arm64/boot/dts/cavium/thunder2-99xx.dts
@@ -0,0 +1,34 @@
+/*
+ * dts file for Cavium ThunderX2 CN99XX Evaluation Platform
+ *
+ * Copyright (c) 2017 Cavium Inc.
+ * Copyright (c) 2013-2016 Broadcom
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ */
+
+/dts-v1/;
+
+#include "thunder2-99xx.dtsi"
+
+/ {
+ model = "Cavium ThunderX2 CN99XX";
+ compatible = "cavium,thunderx2-cn9900", "brcm,vulcan-soc";
+
+ memory {
+ device_type = "memory";
+ reg = <0x00000000 0x80000000 0x0 0x80000000>, /* 2G @ 2G */
+ <0x00000008 0x80000000 0x0 0x80000000>; /* 2G @ 34G */
+ };
+
+ aliases {
+ serial0 = &uart0;
+ };
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+};