summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-07-19 15:34:25 +0200
committerArnd Bergmann <arnd@arndb.de>2022-07-19 15:34:26 +0200
commit26c350fe7ae013dda37b6a7771e5a67062bfe7c8 (patch)
treef56479d46dc1fcb85c7d186cc90dbbb05b313a5a /arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi
parent7dbb1b0b467e94e432f5096e6da0de2702c73eec (diff)
parent8225663e0cd47a049267b9ef627d0b10f6bfc056 (diff)
downloadlinux-26c350fe7ae013dda37b6a7771e5a67062bfe7c8.tar.bz2
Merge tag 'mvebu-dt64-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/dt
mvebu dt64 for 5.20 (part 1) Add support for Marvell 98DX2530 (and variants) * tag 'mvebu-dt64-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu: arm64: marvell: enable the 98DX2530 pinctrl driver arm64: dts: marvell: Add Armada 98DX2530 SoC and RD-AC5X board dt-bindings: marvell: Document the AC5/AC5X compatibles Link: https://lore.kernel.org/r/87cze1qlg3.fsf@BL-laptop Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi')
-rw-r--r--arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi b/arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi
new file mode 100644
index 000000000000..2ab72f854bea
--- /dev/null
+++ b/arch/arm64/boot/dts/marvell/ac5-98dx35xx.dtsi
@@ -0,0 +1,17 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Device Tree For AC5X.
+ *
+ * Copyright (C) 2022 Allied Telesis Labs
+ */
+
+#include "ac5-98dx25xx.dtsi"
+
+/ {
+ model = "Marvell AC5X SoC";
+ compatible = "marvell,ac5x", "marvell,ac5";
+};
+
+&cnm_clock {
+ clock-frequency = <325000000>;
+};