forked from Ivasoft/openwrt
ralink: add ethernet fe and esw reset control bit
Signed-off-by: michael lee <igvtee@gmail.com> SVN-Revision: 44042
This commit is contained in:
@@ -204,6 +204,9 @@
|
||||
compatible = "ralink,rt3352-eth", "ralink,rt3050-eth";
|
||||
reg = <0x10100000 10000>;
|
||||
|
||||
resets = <&rstctrl 21>;
|
||||
reset-names = "fe";
|
||||
|
||||
interrupt-parent = <&cpuintc>;
|
||||
interrupts = <5>;
|
||||
};
|
||||
@@ -212,6 +215,9 @@
|
||||
compatible = "ralink,rt3352-esw", "ralink,rt3050-esw";
|
||||
reg = <0x10110000 8000>;
|
||||
|
||||
resets = <&rstctrl 23>;
|
||||
reset-names = "esw";
|
||||
|
||||
interrupt-parent = <&intc>;
|
||||
interrupts = <17>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user