From: Stefan Roese <sr@denx.de>
Date: Tue, 9 Oct 2018 06:59:06 +0000 (+0200)
Subject: mips: mt76xx: Add ethernet DT node to mt7628a.dtsi
X-Git-Tag: v2025.01-rc5-pxa1908~3274^2~13
X-Git-Url: http://git.dujemihanovic.xyz/img/static/login.html?a=commitdiff_plain;h=82dbe6483c6ff9ec08fde01ac73fbdde7d2e5797;p=u-boot.git

mips: mt76xx: Add ethernet DT node to mt7628a.dtsi

Add the ethernet DT node to the DTS file.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
---

diff --git a/arch/mips/dts/mt7628a.dtsi b/arch/mips/dts/mt7628a.dtsi
index c14259b170..effb36681f 100644
--- a/arch/mips/dts/mt7628a.dtsi
+++ b/arch/mips/dts/mt7628a.dtsi
@@ -120,6 +120,14 @@
 		};
 	};
 
+	eth@10110000 {
+		compatible = "mediatek,mt7622-eth";
+		reg = <0x10100000 0x10000
+		       0x10110000 0x8000>;
+
+		syscon = <&sysc>;
+	};
+
 	usb_phy: usb-phy@10120000 {
 		compatible = "mediatek,mt7628-usbphy";
 		reg = <0x10120000 0x1000>;