diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-01 10:26:30 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-01 10:26:30 +0000 |
commit | 5094a89e3c0c9aae0d56cb49cf79c3ca311bf845 (patch) | |
tree | 8d441b5c47f903b2b59316647f25666adcd84710 /target | |
parent | 6f2759acdf7acedd7e841199cb129ddd6050d293 (diff) | |
download | upstream-5094a89e3c0c9aae0d56cb49cf79c3ca311bf845.tar.gz upstream-5094a89e3c0c9aae0d56cb49cf79c3ca311bf845.tar.bz2 upstream-5094a89e3c0c9aae0d56cb49cf79c3ca311bf845.zip |
ramips: add wmac to mt7620n device tree
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41444 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/mt7620n.dtsi | 10 |
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"; + }; }; |