arm: mvebu: add support for Methode eDPU
authorRobert Marko <robert.marko@sartura.hr>
Fri, 20 May 2022 11:46:32 +0000 (13:46 +0200)
committerStefan Roese <sr@denx.de>
Thu, 21 Jul 2022 08:14:04 +0000 (10:14 +0200)
commitb4108f3fd35b073b3ecd9845ef9a7695ab70238a
treeb4e4cac5b1e1bb2b7e72c21d1b9ced7e05518ab4
parent58b39652bb1ac071c4338b999d1529d0c4163445
arm: mvebu: add support for Methode eDPU

Methode eDPU is an Armada 3720 power board based on the Methode uDPU.

They feature the same CPU, RAM, and storage as well as the form factor.

However, eDPU only has one SFP slot plus a copper G.hn port which does not
work under U-boot.

In order to reduce duplication, split the uDPU DTS into a common one.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/Makefile
arch/arm/dts/armada-3720-eDPU-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/armada-3720-eDPU.dts [new file with mode: 0644]
arch/arm/dts/armada-3720-uDPU.dts
arch/arm/dts/armada-3720-uDPU.dtsi [new file with mode: 0644]
configs/eDPU_defconfig [new file with mode: 0644]