aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/rt2880.dtsi
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-01-18 20:16:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-01-18 20:16:44 +0000
commit754c3f5d786b6782b68f0146d655cedb4b2de517 (patch)
tree877afe208f27270a7f9f067b9b958fe8ebc18567 /target/linux/ramips/dts/rt2880.dtsi
parent31fa24e3e3000f8df1fd2c31bed03a1b9eeb7388 (diff)
downloadupstream-754c3f5d786b6782b68f0146d655cedb4b2de517.tar.gz
upstream-754c3f5d786b6782b68f0146d655cedb4b2de517.tar.bz2
upstream-754c3f5d786b6782b68f0146d655cedb4b2de517.zip
ralink: add ethernet fe and esw reset control bit
Signed-off-by: michael lee <igvtee@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44042 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/rt2880.dtsi')
-rw-r--r--target/linux/ramips/dts/rt2880.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/rt2880.dtsi b/target/linux/ramips/dts/rt2880.dtsi
index 646cb6a991..feabe42572 100644
--- a/target/linux/ramips/dts/rt2880.dtsi
+++ b/target/linux/ramips/dts/rt2880.dtsi
@@ -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>;