summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2017-09-14 10:25:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-09-18 08:40:18 +0200
commit6877d4fb296ddb239462353224bd7ce8abddfbd4 (patch)
tree2590f6c855e5a212fb1446e720b5ef592d9f651c /arch/mips
parent4864aa95176288ae6893f7f6075c23bbb3f92341 (diff)
downloadbarebox-6877d4fb296ddb239462353224bd7ce8abddfbd4.tar.gz
barebox-6877d4fb296ddb239462353224bd7ce8abddfbd4.tar.xz
MIPS: dts: ar9344: add mac0 node
this node is supported by ag71xx driver Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/dts/ar9344.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/dts/ar9344.dtsi b/arch/mips/dts/ar9344.dtsi
index 0838e8d7f7..8587511124 100644
--- a/arch/mips/dts/ar9344.dtsi
+++ b/arch/mips/dts/ar9344.dtsi
@@ -40,6 +40,16 @@
status = "disabled";
};
+ mac0: mac@19000000 {
+ compatible = "qca,ar9344-gmac0";
+ reg = <0x18070000 0x00000100>,
+ <0x19000000 0x01000000>;
+ reg-names = "gmac", "ge0";
+ phy-mode = "rgmii";
+
+ status = "disabled";
+ };
+
spi: spi@1f000000 {
compatible = "qca,ar7100-spi", "qca,ar9344-spi";
reg = <0x1f000000 0x1c>;