From: John Crispin Date: Tue, 1 Jul 2014 10:26:30 +0000 (+0000) Subject: ramips: add wmac to mt7620n device tree X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5f6e7e1f442edcc58beaedec9021236e91383143;p=openwrt%2Fstaging%2Fthess.git ramips: add wmac to mt7620n device tree Signed-off-by: Roman Yeryomin SVN-Revision: 41444 --- 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"; + }; };