summaryrefslogtreecommitdiff
path: root/arch/arm/dts/cn9132-db-A.dts
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2021-05-11 08:11:24 +0200
committerStefan Roese <sr@denx.de>2021-05-16 06:48:45 +0200
commitf29eaadeb5bc9cd07c810fe6053991f71f9683c9 (patch)
treeeefa76194a59386c44898e30550c05f125b90308 /arch/arm/dts/cn9132-db-A.dts
parent961ab07df65efd54a062960081b22d769b7699b2 (diff)
arm: octeontx2: Add dtsi/dts files for Octeon TX2 CN913x DB
This patch adds the dtsi/dts files needed to support the Marvell Octeon TX2 CN913x DB. This is only the base port with not all interfaces supported fully. Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/cn9132-db-A.dts')
-rw-r--r--arch/arm/dts/cn9132-db-A.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/cn9132-db-A.dts b/arch/arm/dts/cn9132-db-A.dts
new file mode 100644
index 0000000000..ba9b8a25d1
--- /dev/null
+++ b/arch/arm/dts/cn9132-db-A.dts
@@ -0,0 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2018-2021 Marvell International Ltd.
+ */
+
+#include "cn9131-db-A.dts"
+#include "cn9132-db.dtsi"
+
+/ {
+ model = "Marvell CN9132 development board (CP NOR) setup(A)";
+ compatible = "marvell,cn9132-db", "marvell,armada-ap806-quad",
+ "marvell,armada-ap806";
+};