[PATCH v2 03/10] MIPS: dts: ar9344: add mac0 node
Oleksij Rempel
linux at rempel-privat.de
Wed Sep 13 07:15:59 PDT 2017
this node is supported by ag71xx driver
Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
arch/mips/dts/ar9344.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/mips/dts/ar9344.dtsi b/arch/mips/dts/ar9344.dtsi
index 0838e8d7f..858751112 100644
--- a/arch/mips/dts/ar9344.dtsi
+++ b/arch/mips/dts/ar9344.dtsi
@@ -40,6 +40,16 @@
status = "disabled";
};
+ mac0: mac at 19000000 {
+ compatible = "qca,ar9344-gmac0";
+ reg = <0x18070000 0x00000100>,
+ <0x19000000 0x01000000>;
+ reg-names = "gmac", "ge0";
+ phy-mode = "rgmii";
+
+ status = "disabled";
+ };
+
spi: spi at 1f000000 {
compatible = "qca,ar7100-spi", "qca,ar9344-spi";
reg = <0x1f000000 0x1c>;
--
2.11.0
More information about the barebox
mailing list