]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc135fe3ee6505d8ca8a98270cdb1a2bef3f01beb
treeb4e4cac5b1e1bb2b7e72c21d1b9ced7e05518ab4
parentef88be94253d23dd220b00be2621954e9176da13
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]