123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- From 3f902645280baf0d7dab57c227cc14f43edb45ef Mon Sep 17 00:00:00 2001
- From: Matthew Hagan <[email protected]>
- Date: Fri, 6 Aug 2021 21:44:34 +0100
- Subject: [PATCH] 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 <[email protected]>
- Signed-off-by: Florian Fainelli <[email protected]>
- ---
- arch/arm/boot/dts/Makefile | 4 +
- .../boot/dts/bcm958625-meraki-kingpin.dtsi | 163 ++++++++++++++++++
- .../arm/boot/dts/bcm958625-meraki-mx64-a0.dts | 25 +++
- arch/arm/boot/dts/bcm958625-meraki-mx64.dts | 24 +++
- .../boot/dts/bcm958625-meraki-mx64w-a0.dts | 33 ++++
- arch/arm/boot/dts/bcm958625-meraki-mx64w.dts | 32 ++++
- 6 files changed, 281 insertions(+)
- create mode 100644 arch/arm/boot/dts/bcm958625-meraki-kingpin.dtsi
- create mode 100644 arch/arm/boot/dts/bcm958625-meraki-mx64-a0.dts
- create mode 100644 arch/arm/boot/dts/bcm958625-meraki-mx64.dts
- create mode 100644 arch/arm/boot/dts/bcm958625-meraki-mx64w-a0.dts
- create mode 100644 arch/arm/boot/dts/bcm958625-meraki-mx64w.dts
- --- a/arch/arm/boot/dts/Makefile
- +++ b/arch/arm/boot/dts/Makefile
- @@ -158,6 +158,10 @@ dtb-$(CONFIG_ARCH_BCM_NSP) += \
- bcm958525xmc.dtb \
- bcm958622hr.dtb \
- bcm958623hr.dtb \
- + bcm958625-meraki-mx64.dtb \
- + bcm958625-meraki-mx64-a0.dtb \
- + bcm958625-meraki-mx64w.dtb \
- + bcm958625-meraki-mx64w-a0.dtb \
- bcm958625hr.dtb \
- bcm988312hr.dtb \
- bcm958625k.dtb
- --- /dev/null
- +++ b/arch/arm/boot/dts/bcm958625-meraki-kingpin.dtsi
- @@ -0,0 +1,163 @@
- +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- +/*
- + * Device Tree Bindings for Cisco Meraki MX64 series (Kingpin).
- + *
- + * Copyright (C) 2020-2021 Matthew Hagan <[email protected]>
- + */
- +
- +#include "bcm958625-meraki-mx6x-common.dtsi"
- +
- +/ {
- +
- + keys {
- + compatible = "gpio-keys-polled";
- + autorepeat;
- + poll-interval = <20>;
- +
- + reset {
- + label = "reset";
- + linux,code = <KEY_RESTART>;
- + gpios = <&gpioa 6 GPIO_ACTIVE_LOW>;
- + };
- + };
- +
- + leds {
- + compatible = "gpio-leds";
- +
- + led-0 {
- + /* green:lan1-left */
- + function = LED_FUNCTION_ACTIVITY;
- + function-enumerator = <0>;
- + color = <LED_COLOR_ID_GREEN>;
- + gpios = <&gpioa 19 GPIO_ACTIVE_LOW>;
- + };
- +
- + led-1 {
- + /* green:lan1-right */
- + function = LED_FUNCTION_ACTIVITY;
- + function-enumerator = <1>;
- + color = <LED_COLOR_ID_GREEN>;
- + gpios = <&gpioa 18 GPIO_ACTIVE_LOW>;
- + };
- +
- + led-2 {
- + /* green:lan2-left */
- + function = LED_FUNCTION_ACTIVITY;
- + function-enumerator = <2>;
- + color = <LED_COLOR_ID_GREEN>;
- + gpios = <&gpioa 24 GPIO_ACTIVE_LOW>;
- + };
- +
- + led-3 {
- + /* green:lan2-right */
- + function = LED_FUNCTION_ACTIVITY;
- + function-enumerator = <3>;
- + color = <LED_COLOR_ID_GREEN>;
- + gpios = <&gpioa 20 GPIO_ACTIVE_LOW>;
- + };
- +
- + led-4 {
- + /* green:lan3-left */
- + function = LED_FUNCTION_ACTIVITY;
- + function-enumerator = <4>;
- + color = <LED_COLOR_ID_GREEN>;
- + gpios = <&gpioa 26 GPIO_ACTIVE_LOW>;
- + };
- +
- + led-5 {
- + /* green:lan3-right */
- + function = LED_FUNCTION_ACTIVITY;
- + function-enumerator = <5>;
- + color = <LED_COLOR_ID_GREEN>;
- + gpios = <&gpioa 25 GPIO_ACTIVE_LOW>;
- + };
- +
- + led-6 {
- + /* green:lan4-left */
- + function = LED_FUNCTION_ACTIVITY;
- + function-enumerator = <6>;
- + color = <LED_COLOR_ID_GREEN>;
- + gpios = <&gpioa 28 GPIO_ACTIVE_LOW>;
- + };
- +
- + led-7 {
- + /* green:lan4-right */
- + function = LED_FUNCTION_ACTIVITY;
- + function-enumerator = <7>;
- + color = <LED_COLOR_ID_GREEN>;
- + gpios = <&gpioa 27 GPIO_ACTIVE_LOW>;
- + };
- +
- + led-8 {
- + /* green:wan-left */
- + function = LED_FUNCTION_ACTIVITY;
- + function-enumerator = <8>;
- + color = <LED_COLOR_ID_GREEN>;
- + gpios = <&gpioa 30 GPIO_ACTIVE_LOW>;
- + };
- +
- + led-9 {
- + /* green:wan-right */
- + function = LED_FUNCTION_ACTIVITY;
- + function-enumerator = <9>;
- + color = <LED_COLOR_ID_GREEN>;
- + gpios = <&gpioa 29 GPIO_ACTIVE_LOW>;
- + };
- +
- + led-a {
- + /* amber:power */
- + function = LED_FUNCTION_POWER;
- + color = <LED_COLOR_ID_AMBER>;
- + gpios = <&gpioa 0 GPIO_ACTIVE_LOW>;
- + default-state = "on";
- + };
- +
- + led-b {
- + /* white:status */
- + function = LED_FUNCTION_STATUS;
- + color = <LED_COLOR_ID_WHITE>;
- + gpios = <&gpioa 31 GPIO_ACTIVE_HIGH>;
- + };
- + };
- +};
- +
- +&srab {
- + compatible = "brcm,bcm58625-srab", "brcm,nsp-srab";
- + status = "okay";
- +
- + ports {
- + port@0 {
- + label = "lan1";
- + reg = <0>;
- + };
- +
- + port@1 {
- + label = "lan2";
- + reg = <1>;
- + };
- +
- + port@2 {
- + label = "lan3";
- + reg = <2>;
- + };
- +
- + port@3 {
- + label = "lan4";
- + reg = <3>;
- + };
- +
- + port@4 {
- + label = "wan";
- + reg = <4>;
- + };
- +
- + port@8 {
- + ethernet = <&amac2>;
- + reg = <8>;
- + fixed-link {
- + speed = <1000>;
- + full-duplex;
- + };
- + };
- + };
- +};
- --- /dev/null
- +++ b/arch/arm/boot/dts/bcm958625-meraki-mx64-a0.dts
- @@ -0,0 +1,25 @@
- +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- +/*
- + * Device Tree Bindings for Cisco Meraki MX64 with A0 SoC.
- + *
- + * Copyright (C) 2020-2021 Matthew Hagan <[email protected]>
- + */
- +
- +/dts-v1/;
- +
- +#include "bcm958625-meraki-kingpin.dtsi"
- +#include "bcm-nsp-ax.dtsi"
- +
- +/ {
- + model = "Cisco Meraki MX64(A0)";
- + compatible = "meraki,mx64-a0", "brcm,bcm58625", "brcm,nsp";
- +
- + chosen {
- + stdout-path = "serial0:115200n8";
- + };
- +
- + memory@60000000 {
- + device_type = "memory";
- + reg = <0x60000000 0x80000000>;
- + };
- +};
- --- /dev/null
- +++ b/arch/arm/boot/dts/bcm958625-meraki-mx64.dts
- @@ -0,0 +1,24 @@
- +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- +/*
- + * Device Tree Bindings for Cisco Meraki MX64 with B0+ SoC.
- + *
- + * Copyright (C) 2020-2021 Matthew Hagan <[email protected]>
- + */
- +
- +/dts-v1/;
- +
- +#include "bcm958625-meraki-kingpin.dtsi"
- +
- +/ {
- + model = "Cisco Meraki MX64";
- + compatible = "meraki,mx64", "brcm,bcm58625", "brcm,nsp";
- +
- + chosen {
- + stdout-path = "serial0:115200n8";
- + };
- +
- + memory@60000000 {
- + device_type = "memory";
- + reg = <0x60000000 0x80000000>;
- + };
- +};
- --- /dev/null
- +++ b/arch/arm/boot/dts/bcm958625-meraki-mx64w-a0.dts
- @@ -0,0 +1,33 @@
- +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- +/*
- + * Device Tree Bindings for Cisco Meraki MX64W with A0 SoC.
- + *
- + * Copyright (C) 2020-2021 Matthew Hagan <[email protected]>
- + */
- +
- +/dts-v1/;
- +
- +#include "bcm958625-meraki-kingpin.dtsi"
- +#include "bcm-nsp-ax.dtsi"
- +
- +/ {
- + model = "Cisco Meraki MX64W(A0)";
- + compatible = "meraki,mx64w-a0", "brcm,bcm58625", "brcm,nsp";
- +
- + chosen {
- + stdout-path = "serial0:115200n8";
- + };
- +
- + memory@60000000 {
- + device_type = "memory";
- + reg = <0x60000000 0x80000000>;
- + };
- +};
- +
- +&pcie0 {
- + status = "okay";
- +};
- +
- +&pcie1 {
- + status = "okay";
- +};
- --- /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 <[email protected]>
- + */
- +
- +/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";
- +};
|