[PATCH v2 0/2] Add support for Thecus N2350 board

From: Tony Dinh
Date: Tue Apr 11 2023 - 22:58:04 EST



Thecus N2350 is a NAS based on Marvell Armada 385 SoC.

Board Specification:

- Marvel MV88F6820 Dual Core at 1GHz
- 1 GiB DDR4 RAM
- 4MB Macronix mx25l3205d SPI flash
- 512MB Hynix H27U4G8F2DTR-BC NAND flash
- I2C
- 2x USB 3.0
- 1x GBE LAN port (PHY: Marvell 88E1510)
- 2x SATA (hot swap slots)
- 3x buttons
- 10x LEDS
- serial console

Changes in v2:
- Add marvell,38x.yaml. For now, add this binding to the Marvell
directory to keep it consistent with other Marvell yaml files.
At a later date and a separate patch, consolidate the Marvell
yaml files into marvell.yaml.
- Fix various DT bindings conformance (too numerous to list)
- Vendor prefix is not necessary, so remove it.

Tony Dinh (2):
ARM: dts: mvebu: Add device tree binding for Marvell Armada 38x
ARM: dts: mvebu: add Thecus N2350 board DTS

.../bindings/arm/marvell/armada-38x.yaml | 27 ++
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/armada-385-thecus-n2350.dts | 432 ++++++++++++++++++
3 files changed, 460 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml
create mode 100644 arch/arm/boot/dts/armada-385-thecus-n2350.dts

--
2.30.2