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
master
John Crispin 2014-07-01 10:26:30 +00:00
parent 6f2759acdf
commit 5094a89e3c
1 changed files with 10 additions and 0 deletions

View File

@ -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";
};
};