[PATCH v2 11/13] MIPS: ar9344.dtsi: add ag71xx Ethernet driver

Oleksij Rempel linux at rempel-privat.de
Mon Aug 7 07:39:25 PDT 2017


Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
 arch/mips/dts/ar9344.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/mips/dts/ar9344.dtsi b/arch/mips/dts/ar9344.dtsi
index 0838e8d7f..431273c36 100644
--- a/arch/mips/dts/ar9344.dtsi
+++ b/arch/mips/dts/ar9344.dtsi
@@ -49,5 +49,14 @@
 
 			status = "disabled";
 		};
+
+		mac0: mac at 19000000 {
+			compatible = "qca,ar7100-gmac", "qca,ar9344-gmac";
+			reg = <0x18070000 0x00000100>,
+				<0x19000000 0x01000000>;
+			reg-names = "gmac", "ge0";
+			phy-mode = "mii";
+			status = "disabled";
+		};
 	};
 };
-- 
2.11.0




More information about the barebox mailing list