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
This commit is contained in:
parent
5f6e7e1f44
commit
2e8c6e4128
1 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue