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