From 7b4cffc6061c5196085c9c8d988ea4b2a81c383e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 1 Jul 2014 10:26:33 +0000 Subject: [PATCH] ramips: add wmac to mt7620a device tree Signed-off-by: Roman Yeryomin Signed-off-by: John Crispin SVN-Revision: 41445 --- target/linux/ramips/dts/mt7620a.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"; + }; }; -- 2.30.2