Author: blogic Date: 2014-07-01 12:26:33 +0200 (Tue, 01 Jul 2014) New Revision: 41445
Modified: trunk/target/linux/ramips/dts/mt7620a.dtsi Log: ramips: add wmac to mt7620a device tree Signed-off-by: Roman Yeryomin <[email protected]> Signed-off-by: John Crispin <[email protected]> Modified: trunk/target/linux/ramips/dts/mt7620a.dtsi =================================================================== --- trunk/target/linux/ramips/dts/mt7620a.dtsi 2014-07-01 10:26:30 UTC (rev 41444) +++ trunk/target/linux/ramips/dts/mt7620a.dtsi 2014-07-01 10:26:33 UTC (rev 41445) @@ -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"; + }; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
