diff options
author | John Crispin <john@openwrt.org> | 2014-07-01 10:26:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-01 10:26:33 +0000 |
commit | 2e8c6e4128ab67c109cbf4019f5f5b79aa44db08 (patch) | |
tree | 03d2d41cf07bd769e6334b247089b8e96a064336 /target/linux | |
parent | 5f6e7e1f442edcc58beaedec9021236e91383143 (diff) | |
download | upstream-2e8c6e4128ab67c109cbf4019f5f5b79aa44db08.tar.gz upstream-2e8c6e4128ab67c109cbf4019f5f5b79aa44db08.tar.bz2 upstream-2e8c6e4128ab67c109cbf4019f5f5b79aa44db08.zip |
ramips: add wmac to mt7620a device tree
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41445
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/mt7620a.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
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"; + }; }; |