aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-07-01 10:26:33 +0000
committerJohn Crispin <blogic@openwrt.org>2014-07-01 10:26:33 +0000
commit11a85aabcc14c938739dd017dfddc0f946ea1163 (patch)
tree22b4a636769c61157346a5c9a03e5b9bcd64c841 /target/linux/ramips
parent5094a89e3c0c9aae0d56cb49cf79c3ca311bf845 (diff)
downloadmaster-187ad058-11a85aabcc14c938739dd017dfddc0f946ea1163.tar.gz
master-187ad058-11a85aabcc14c938739dd017dfddc0f946ea1163.tar.bz2
master-187ad058-11a85aabcc14c938739dd017dfddc0f946ea1163.zip
ramips: add wmac to mt7620a device tree
Signed-off-by: Roman Yeryomin <roman@advem.lv> Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41445 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/dts/mt7620a.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi
index b990ed3f5c..b2c2779d67 100644
--- a/target/linux/ramips/dts/mt7620a.dtsi
+++ b/target/linux/ramips/dts/mt7620a.dtsi
@@ -442,4 +442,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";
+ };
};