summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-3720-uDPU-u-boot.dtsi
diff options
context:
space:
mode:
authorVladimir Vid <vladimir.vid@sartura.hr>2019-01-28 17:27:58 +0100
committerStefan Roese <sr@denx.de>2019-02-05 14:23:06 +0100
commit32c9e1c269d05a9dcf22f2b9ebd1c47bfe19c971 (patch)
tree8ca619c3b26b5cb5f52a18bf338c8bb9536ebe5d /arch/arm/dts/armada-3720-uDPU-u-boot.dtsi
parent9b276e90d640e1f655283f0fe823f1b1b05a542b (diff)
arm64: mvebu: Add basic support for uDPU board
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) Cc: Luka Perkov <luka.perkov@sartura.hr> Cc: Luis Torres <luis.torres@methode.com> Cc: Scott Roberts <scott.roberts@telus.com> Cc: Paul Arola <paul.arola@telus.com> Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/armada-3720-uDPU-u-boot.dtsi')
-rw-r--r--arch/arm/dts/armada-3720-uDPU-u-boot.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-3720-uDPU-u-boot.dtsi b/arch/arm/dts/armada-3720-uDPU-u-boot.dtsi
new file mode 100644
index 0000000000..ef178bdc86
--- /dev/null
+++ b/arch/arm/dts/armada-3720-uDPU-u-boot.dtsi
@@ -0,0 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+&spi0 {
+ u-boot,dm-pre-reloc;
+
+ spi-flash@0 {
+ u-boot,dm-pre-reloc;
+ };
+};
+
+&sdhci1 {
+ u-boot,dm-pre-reloc;
+};