ramips: add wmac to mt7620a device tree
authorJohn Crispin <john@openwrt.org>
Tue, 1 Jul 2014 10:26:33 +0000 (10:26 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 1 Jul 2014 10:26:33 +0000 (10:26 +0000)
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41445

target/linux/ramips/dts/mt7620a.dtsi

index b990ed3f5c5eea741189e7393d4d7c9892959064..b2c2779d67e041576a2d0aec5cf2e5d13b274d35 100644 (file)
 
                status = "disabled";
        };
+
+       wmac@10180000 {
+               compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac";
+               reg = <0x10180000 40000>;
+
+               interrupt-parent = <&cpuintc>;
+               interrupts = <6>;
+
+               ralink,eeprom = "soc_wmac.eeprom";
+       };
 };