summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7620n.dtsi
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-01 10:26:30 +0000
committerJohn Crispin <john@openwrt.org>2014-07-01 10:26:30 +0000
commit5f6e7e1f442edcc58beaedec9021236e91383143 (patch)
tree41c6b8eb302473eaf3796bfa2e58d6728b41a984 /target/linux/ramips/dts/mt7620n.dtsi
parentbbd8f9c96a08438b28305df4e973157fc6a45693 (diff)
downloadmaster-31e0f0ae-5f6e7e1f442edcc58beaedec9021236e91383143.tar.gz
master-31e0f0ae-5f6e7e1f442edcc58beaedec9021236e91383143.tar.bz2
master-31e0f0ae-5f6e7e1f442edcc58beaedec9021236e91383143.zip
ramips: add wmac to mt7620n device tree
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41444
Diffstat (limited to 'target/linux/ramips/dts/mt7620n.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7620n.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7620n.dtsi b/target/linux/ramips/dts/mt7620n.dtsi
index 1dedea588f..a88d9dc419 100644
--- a/target/linux/ramips/dts/mt7620n.dtsi
+++ b/target/linux/ramips/dts/mt7620n.dtsi
@@ -279,4 +279,14 @@
status = "disabled";
};
+
+ wmac@10180000 {
+ compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac";
+ reg = <0x10180000 40000>;
+
+ interrupt-parent = <&cpuintc>;
+ interrupts = <6>;
+
+ ralink,eeprom = "soc_wmac.eeprom";
+ };
};