From: blogic Date: Tue, 1 Jul 2014 10:26:33 +0000 (+0000) Subject: ramips: add wmac to mt7620a device tree X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=704ddaad72acc592ae7a7b9df9575ad38ea51c69;p=openwrt.git ramips: add wmac to mt7620a device tree Signed-off-by: Roman Yeryomin Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41445 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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"; + }; };