2
0
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:
Felix Fietkau
2015-01-18 20:16:44 +00:00
parent a5b578c2d9
commit 69ee1807ed
9 changed files with 44 additions and 0 deletions

View File

@@ -214,6 +214,9 @@
compatible = "ralink,rt3050-eth";
reg = <0x10100000 10000>;
resets = <&rstctrl 21>;
reset-names = "fe";
interrupt-parent = <&cpuintc>;
interrupts = <5>;
};
@@ -222,6 +225,9 @@
compatible = "ralink,rt3050-esw";
reg = <0x10110000 8000>;
resets = <&rstctrl 23>;
reset-names = "esw";
interrupt-parent = <&intc>;
interrupts = <17>;
};