summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621.dtsi
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-11-12 14:55:00 +0000
committerJohn Crispin <john@openwrt.org>2014-11-12 14:55:00 +0000
commitbfcdc8711cc437f836fa529183e35c0e845da4fc (patch)
tree79e874d2d887d4218e1282f3a7582803d4744e89 /target/linux/ramips/dts/mt7621.dtsi
parent86e3315ecee80c6cd0b0728e119866f735d4f910 (diff)
downloadmaster-31e0f0ae-bfcdc8711cc437f836fa529183e35c0e845da4fc.tar.gz
master-31e0f0ae-bfcdc8711cc437f836fa529183e35c0e845da4fc.tar.bz2
master-31e0f0ae-bfcdc8711cc437f836fa529183e35c0e845da4fc.zip
ralink: fix up dts for mt7621 eval board
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43238
Diffstat (limited to 'target/linux/ramips/dts/mt7621.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7621.dtsi27
1 files changed, 3 insertions, 24 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi
index e00ddd2c0a..859749cce4 100644
--- a/target/linux/ramips/dts/mt7621.dtsi
+++ b/target/linux/ramips/dts/mt7621.dtsi
@@ -1,7 +1,7 @@
/ {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "ralink,mtk7620a-soc";
+ compatible = "mediatek,mtk7621-soc";
cpus {
cpu@0 {
@@ -201,28 +201,9 @@
#address-cells = <1>;
#size-cells = <0>;
- ralink,port-map = "llllw";
-
interrupt-parent = <&gic>;
interrupts = <3>;
-/* resets = <&rstctrl 21 &rstctrl 23>;
- reset-names = "fe", "esw";
-
- port@4 {
- compatible = "ralink,mt7620a-gsw-port", "ralink,eth-port";
- reg = <4>;
-
- status = "disabled";
- };
-
- port@5 {
- compatible = "ralink,mt7620a-gsw-port", "ralink,eth-port";
- reg = <5>;
-
- status = "disabled";
- };
-*/
mdio-bus {
#address-cells = <1>;
#size-cells = <0>;
@@ -230,9 +211,6 @@
phy1f: ethernet-phy@1f {
reg = <0x1f>;
phy-mode = "rgmii";
-
- interrupt-parent = <&gic>;
- interrupts = <23>;
};
};
};
@@ -240,6 +218,7 @@
gsw@1e110000 {
compatible = "ralink,mt7620a-gsw";
reg = <0x1e110000 8000>;
-
+ interrupt-parent = <&gic>;
+ interrupts = <23>;
};
};