aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/dts/bcm958625-meraki-mx64w.dts
diff options
context:
space:
mode:
authorMatthew Hagan <mnhagan88@gmail.com>2021-08-06 21:44:34 +0100
committerFlorian Fainelli <f.fainelli@gmail.com>2021-09-14 14:34:52 -0700
commitd50a0923f35baad084c093506d7688699558c272 (patch)
tree71011d875a30fdcaf84bf018b28ed9ee9b2fee52 /arch/arm/boot/dts/bcm958625-meraki-mx64w.dts
parentARM: dts: NSP: Add Ax stepping modifications (diff)
downloadwireguard-linux-d50a0923f35baad084c093506d7688699558c272.tar.xz
wireguard-linux-d50a0923f35baad084c093506d7688699558c272.zip
ARM: dts: NSP: Add DT files for Meraki MX64 series
MX64 & MX64W Hardware info: - CPU: Broadcom BCM58625 Cortex A9 @ 1200Mhz - RAM: 2 GB (4 x 4Gb SK Hynix H5TC4G83CFR) - Storage: 1 GB (Micron MT29F8G08ABACA) - Networking: BCM58625 internal switch (5x 1GbE ports) - USB: 1x USB2.0 - Serial: Internal header - WLAN(MX64W only): 2x Broadcom BCM43520KMLG on the PCI bus This patch adds the Meraki MX64 series-specific bindings. Since some devices make use of the older A0 SoC, changes need to be made to accommodate this case, including removal of coherency options and modification to the secondary-boot-reg. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm958625-meraki-mx64w.dts')
-rw-r--r--arch/arm/boot/dts/bcm958625-meraki-mx64w.dts32
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm958625-meraki-mx64w.dts b/arch/arm/boot/dts/bcm958625-meraki-mx64w.dts
new file mode 100644
index 000000000000..de2e367c3e78
--- /dev/null
+++ b/arch/arm/boot/dts/bcm958625-meraki-mx64w.dts
@@ -0,0 +1,32 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/*
+ * Device Tree Bindings for Cisco Meraki MX64W with B0+ SoC.
+ *
+ * Copyright (C) 2020-2021 Matthew Hagan <mnhagan88@gmail.com>
+ */
+
+/dts-v1/;
+
+#include "bcm958625-meraki-kingpin.dtsi"
+
+/ {
+ model = "Cisco Meraki MX64W";
+ compatible = "meraki,mx64w", "brcm,bcm58625", "brcm,nsp";
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+
+ memory@60000000 {
+ device_type = "memory";
+ reg = <0x60000000 0x80000000>;
+ };
+};
+
+&pcie0 {
+ status = "okay";
+};
+
+&pcie1 {
+ status = "okay";
+};