This patchset adds board support for the iEi Puzzle-M801 1U Rackmount Network Appliance.
The board is based on the quad-core Marvell Armada 8040 SoC and supports up to 16 GB of DDR4 2400 MHz ECC RAM. It has a PCIe x16 slot (x2 lanes only) and an M.2 type B slot. Chassis ports: 2x 10 GbE SFP+ 4x 1 GbE RJ45 (Marvell 88E1512P) 2x USB 3.0 1x RJ45 UART Luka Kovacic (2): arm: mvebu: Initial iEi Puzzle-M801 support arm: mvebu: mvebu_armada-8k: Add support for initializing iEi Puzzle-M801 networking arch/arm/dts/Makefile | 1 + arch/arm/dts/armada-8040-puzzle-m801.dts | 389 ++++++++++++++++++++ board/Marvell/mvebu_armada-8k/MAINTAINERS | 6 + board/Marvell/mvebu_armada-8k/board.c | 20 +- configs/mvebu_puzzle-m801-88f8040_defconfig | 91 +++++ 5 files changed, 506 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/armada-8040-puzzle-m801.dts create mode 100644 configs/mvebu_puzzle-m801-88f8040_defconfig -- 2.26.2