[U-Boot] [PATCH 2/6] sunxi: A64: dts: add Ethernet support for BPi-M64 and OPi-Win
Andre Przywara
andre.przywara at arm.com
Mon Jul 3 00:59:14 UTC 2017
Both the BananaPi-M64 and the OrangePi-Win use the same Gigabit Ethernet
configuration as the Pine64.
Use the new generic add-on .dtsi file and have symlinks for each board
to enable TFTP boot on these boards.
Signed-off-by: Andre Przywara <andre.przywara at arm.com>
---
arch/arm/dts/sun50i-a64-bananapi-m64-u-boot.dtsi | 1 +
arch/arm/dts/sun50i-a64-orangepi-win-u-boot.dtsi | 1 +
2 files changed, 2 insertions(+)
create mode 120000 arch/arm/dts/sun50i-a64-bananapi-m64-u-boot.dtsi
create mode 120000 arch/arm/dts/sun50i-a64-orangepi-win-u-boot.dtsi
diff --git a/arch/arm/dts/sun50i-a64-bananapi-m64-u-boot.dtsi b/arch/arm/dts/sun50i-a64-bananapi-m64-u-boot.dtsi
new file mode 120000
index 0000000..350dc2b
--- /dev/null
+++ b/arch/arm/dts/sun50i-a64-bananapi-m64-u-boot.dtsi
@@ -0,0 +1 @@
+sun50i-a64-rgmii-emac.dtsi
\ No newline at end of file
diff --git a/arch/arm/dts/sun50i-a64-orangepi-win-u-boot.dtsi b/arch/arm/dts/sun50i-a64-orangepi-win-u-boot.dtsi
new file mode 120000
index 0000000..350dc2b
--- /dev/null
+++ b/arch/arm/dts/sun50i-a64-orangepi-win-u-boot.dtsi
@@ -0,0 +1 @@
+sun50i-a64-rgmii-emac.dtsi
\ No newline at end of file
--
2.8.2
More information about the U-Boot
mailing list