summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2018-10-09 09:59:06 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-11-18 18:02:22 +0300
commit82dbe6483c6ff9ec08fde01ac73fbdde7d2e5797 (patch)
treeb0e838a313fce77ee1b6616b4c5ad85a3089f011
parenta8b0bf631308fd74a0216b1dc7eb74119303a0b3 (diff)
downloadu-boot-82dbe6483c6ff9ec08fde01ac73fbdde7d2e5797.tar.xz
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>
-rw-r--r--arch/mips/dts/mt7628a.dtsi8
1 files changed, 8 insertions, 0 deletions
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>;