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

@@ -149,6 +149,11 @@
};
};
rstctrl: rstctrl {
compatible = "ralink,rt2880-reset";
#reset-cells = <1>;
};
ethernet@400000 {
compatible = "ralink,rt2880-eth";
reg = <0x00400000 10000>;
@@ -156,6 +161,9 @@
#address-cells = <1>;
#size-cells = <0>;
resets = <&rstctrl 18>;
reset-names = "fe";
interrupt-parent = <&cpuintc>;
interrupts = <5>;