linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for a series of MikroTik CRS3xx switches
@ 2020-07-24 10:38 Luka Kovacic
  2020-07-24 10:38 ` [PATCH 1/4] arm: mvebu: dts: Add CRS326-24G-2S board Luka Kovacic
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Luka Kovacic @ 2020-07-24 10:38 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: jason, andrew, gregory.clement, sebastian.hesselbarth, Luka Kovacic

These patches add support for a series of MikroTik CRS3xx switches
based on the Marvell Prestera 98DX3236 switch chip.

Namely, support is added for:
 -  MikroTik CRS305-1G-4S+ (including the Bit variant)
 -  MikroTik CRS326-24G-2S+ (including the Bit variant)
 -  MikroTik CRS328-4C-20S-4S+ (including the Bit variant)

The Bit board variant is added for each of the boards.
These boards were modified to use a bigger Macronix flash.

Currently only basic board support is added, but the support will
be extended in a new patchset.

Luka Kovacic (4):
  arm: mvebu: dts: Add CRS326-24G-2S board
  arm: mvebu: dts: Add CRS305-1G-4S board
  arm: mvebu: dts: Add CRS328-4C-20S-4S board
  MAINTAINERS: Add an entry for MikroTik CRS3xx 98DX3236 boards

 MAINTAINERS                                   |  11 ++
 arch/arm/boot/dts/Makefile                    |   6 +
 .../boot/dts/armada-xp-crs305-1g-4s-bit.dts   |  43 ++++++++
 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dts  |  17 +++
 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dtsi | 104 ++++++++++++++++++
 .../boot/dts/armada-xp-crs326-24g-2s-bit.dts  |  43 ++++++++
 arch/arm/boot/dts/armada-xp-crs326-24g-2s.dts |  17 +++
 .../arm/boot/dts/armada-xp-crs326-24g-2s.dtsi | 104 ++++++++++++++++++
 .../dts/armada-xp-crs328-4c-20s-4s-bit.dts    |  43 ++++++++
 .../boot/dts/armada-xp-crs328-4c-20s-4s.dts   |  17 +++
 .../boot/dts/armada-xp-crs328-4c-20s-4s.dtsi  | 104 ++++++++++++++++++
 11 files changed, 509 insertions(+)
 create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s-bit.dts
 create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dts
 create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dtsi
 create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s-bit.dts
 create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s.dts
 create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s.dtsi
 create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s-bit.dts
 create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dts
 create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dtsi

-- 
2.26.2


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-09-23 14:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 10:38 [PATCH 0/4] Add support for a series of MikroTik CRS3xx switches Luka Kovacic
2020-07-24 10:38 ` [PATCH 1/4] arm: mvebu: dts: Add CRS326-24G-2S board Luka Kovacic
2020-07-24 14:53   ` Andrew Lunn
2020-07-24 10:38 ` [PATCH 2/4] arm: mvebu: dts: Add CRS305-1G-4S board Luka Kovacic
2020-07-24 14:54   ` Andrew Lunn
2020-07-24 10:38 ` [PATCH 3/4] arm: mvebu: dts: Add CRS328-4C-20S-4S board Luka Kovacic
2020-07-24 14:56   ` Andrew Lunn
2020-07-24 10:38 ` [PATCH 4/4] MAINTAINERS: Add an entry for MikroTik CRS3xx 98DX3236 boards Luka Kovacic
2020-07-24 14:56   ` Andrew Lunn
2020-09-23 14:38 ` [PATCH 0/4] Add support for a series of MikroTik CRS3xx switches Gregory CLEMENT

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).