c2e819537f
This adds initial support for micro-DPU (uDPU) board which is based on Armada-3720 SoC. micro-DPU is the single-port FTTdp distribution point unit made by Methode Electronics which offers complete modularity with replaceable SFP modules both for uplink and downlink (G.hn over twisted-pair, G.hn over coax, 1G and 2.5G Ethernet over Cat-5e cable). On-board features: - 512 MiB DDR3 - 2 x 2.5G SFP via HSGMII SERDES interface to the A3720 SoC - USB 2.0 Type-C connector - 4GB eMMC - ETSI TS 101548 reverse powering via twisted pair (RJ45) or coax (F Type) uDPU is intented to run on kernel 4.19 on newer due to the SFP and hardware support. Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr>
11 lines
424 B
Diff
11 lines
424 B
Diff
--- a/arch/arm64/boot/dts/marvell/Makefile
|
|
+++ b/arch/arm64/boot/dts/marvell/Makefile
|
|
@@ -2,6 +2,7 @@
|
|
# Mvebu SoC Family
|
|
dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-db.dtb
|
|
dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin.dtb
|
|
+dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-uDPU.dtb
|
|
dtb-$(CONFIG_ARCH_MVEBU) += armada-7040-db.dtb
|
|
dtb-$(CONFIG_ARCH_MVEBU) += armada-8040-db.dtb
|
|
dtb-$(CONFIG_ARCH_MVEBU) += armada-8040-mcbin.dtb
|