diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-18 20:16:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-18 20:16:44 +0000 |
commit | 69ee1807edca271e31804efb033fee92c111b738 (patch) | |
tree | cb8e692777d6e817565cf1ccba6348d1d94063c2 /target/linux/ramips/dts/rt2880.dtsi | |
parent | a5b578c2d9a9c0384b395fc57ccd071e7cff2ede (diff) | |
download | upstream-69ee1807edca271e31804efb033fee92c111b738.tar.gz upstream-69ee1807edca271e31804efb033fee92c111b738.tar.bz2 upstream-69ee1807edca271e31804efb033fee92c111b738.zip |
ralink: add ethernet fe and esw reset control bit
Signed-off-by: michael lee <igvtee@gmail.com>
SVN-Revision: 44042
Diffstat (limited to 'target/linux/ramips/dts/rt2880.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt2880.dtsi | 8 |
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>; |