summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-09 12:13:55 +0000
committerJohn Crispin <john@openwrt.org>2015-02-09 12:13:55 +0000
commit654bc380ec549e3cdcc2c286ef7d67fea9509609 (patch)
treef25bfc6c0b5a8a9d50c13d0b9df290f25db9112a /target/linux/ramips/dts
parent826b461427fa2abe634e652a05dfc86fc8a6c609 (diff)
downloadmaster-31e0f0ae-654bc380ec549e3cdcc2c286ef7d67fea9509609.tar.gz
master-31e0f0ae-654bc380ec549e3cdcc2c286ef7d67fea9509609.tar.bz2
master-31e0f0ae-654bc380ec549e3cdcc2c286ef7d67fea9509609.zip
ralink: add 3.18 support
keep default as 3.14, mt7621 gic need to be ported to 3.18 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44349
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r--target/linux/ramips/dts/DIR-860L-B1.dts1
-rw-r--r--target/linux/ramips/dts/FIREWRT.dts1
-rw-r--r--target/linux/ramips/dts/MT7621.dts1
-rw-r--r--target/linux/ramips/dts/MT7628.dts1
-rw-r--r--target/linux/ramips/dts/WSR-1166.dts1
-rw-r--r--target/linux/ramips/dts/WSR-600.dts1
-rw-r--r--target/linux/ramips/dts/mt7620a.dtsi9
-rw-r--r--target/linux/ramips/dts/mt7620n.dtsi9
-rw-r--r--target/linux/ramips/dts/mt7628an.dtsi9
-rw-r--r--target/linux/ramips/dts/rt3883.dtsi9
-rw-r--r--target/linux/ramips/dts/rt5350.dtsi9
11 files changed, 46 insertions, 5 deletions
diff --git a/target/linux/ramips/dts/DIR-860L-B1.dts b/target/linux/ramips/dts/DIR-860L-B1.dts
index fd1e044bda..2d518a2462 100644
--- a/target/linux/ramips/dts/DIR-860L-B1.dts
+++ b/target/linux/ramips/dts/DIR-860L-B1.dts
@@ -7,6 +7,7 @@
model = "D-Link DIR-860L B1";
memory@0 {
+ device_type = "memory";
reg = <0x0 0x8000000>;
};
diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts
index f22c885b25..8790f7b1af 100644
--- a/target/linux/ramips/dts/FIREWRT.dts
+++ b/target/linux/ramips/dts/FIREWRT.dts
@@ -7,6 +7,7 @@
model = "Firefly FireWRT";
memory@0 {
+ device_type = "memory";
reg = <0x0 0x10000000>;
};
diff --git a/target/linux/ramips/dts/MT7621.dts b/target/linux/ramips/dts/MT7621.dts
index b3b2d85fb0..41a1fe4cab 100644
--- a/target/linux/ramips/dts/MT7621.dts
+++ b/target/linux/ramips/dts/MT7621.dts
@@ -7,6 +7,7 @@
model = "Mediatek MT7621 evaluation board";
memory@0 {
+ device_type = "memory";
reg = <0x0 0x2000000>;
};
diff --git a/target/linux/ramips/dts/MT7628.dts b/target/linux/ramips/dts/MT7628.dts
index e4cc4ed9d1..0b9bc29261 100644
--- a/target/linux/ramips/dts/MT7628.dts
+++ b/target/linux/ramips/dts/MT7628.dts
@@ -7,6 +7,7 @@
model = "Mediatek MT7628AN evaluation board";
memory@0 {
+ device_type = "memory";
reg = <0x0 0x2000000>;
};
diff --git a/target/linux/ramips/dts/WSR-1166.dts b/target/linux/ramips/dts/WSR-1166.dts
index 3d955a7367..9892782597 100644
--- a/target/linux/ramips/dts/WSR-1166.dts
+++ b/target/linux/ramips/dts/WSR-1166.dts
@@ -7,6 +7,7 @@
model = "Buffalo WSR-1166DHP";
memory@0 {
+ device_type = "memory";
reg = <0x0 0x8000000>;
};
diff --git a/target/linux/ramips/dts/WSR-600.dts b/target/linux/ramips/dts/WSR-600.dts
index c754991484..fddc81a544 100644
--- a/target/linux/ramips/dts/WSR-600.dts
+++ b/target/linux/ramips/dts/WSR-600.dts
@@ -7,6 +7,7 @@
model = "Buffalo WSR-600DHP";
memory@0 {
+ device_type = "memory";
reg = <0x0 0x4000000>;
};
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi
index 915707ca1b..c21ae0fd52 100644
--- a/target/linux/ramips/dts/mt7620a.dtsi
+++ b/target/linux/ramips/dts/mt7620a.dtsi
@@ -355,8 +355,9 @@
#reset-cells = <1>;
};
- usbphy {
+ usbphy: usbphy {
compatible = "ralink,mt7620a-usbphy";
+ #phy-cells = <1>;
resets = <&rstctrl 22 &rstctrl 25>;
reset-names = "host", "device";
@@ -425,6 +426,9 @@
interrupt-parent = <&intc>;
interrupts = <18>;
+ phys = <&usbphy 1>;
+ phy-names = "usb";
+
status = "disabled";
};
@@ -435,6 +439,9 @@
interrupt-parent = <&intc>;
interrupts = <18>;
+ phys = <&usbphy 1>;
+ phy-names = "usb";
+
status = "disabled";
};
diff --git a/target/linux/ramips/dts/mt7620n.dtsi b/target/linux/ramips/dts/mt7620n.dtsi
index 39c92aaa63..83ab03ae5d 100644
--- a/target/linux/ramips/dts/mt7620n.dtsi
+++ b/target/linux/ramips/dts/mt7620n.dtsi
@@ -223,8 +223,9 @@
#reset-cells = <1>;
};
- usbphy {
+ usbphy: usbphy {
compatible = "ralink,mt7620a-usbphy";
+ #phy-cells = <1>;
resets = <&rstctrl 22 &rstctrl 25>;
reset-names = "host", "device";
@@ -270,6 +271,9 @@
interrupt-parent = <&intc>;
interrupts = <18>;
+ phys = <&usbphy 1>;
+ phy-names = "usb";
+
status = "disabled";
};
@@ -277,6 +281,9 @@
compatible = "ralink,rt3xxx-ohci";
reg = <0x101c1000 0x1000>;
+ phys = <&usbphy 1>;
+ phy-names = "usb";
+
interrupt-parent = <&intc>;
interrupts = <18>;
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi
index bf786c8f69..855d538a4b 100644
--- a/target/linux/ramips/dts/mt7628an.dtsi
+++ b/target/linux/ramips/dts/mt7628an.dtsi
@@ -158,8 +158,9 @@
#reset-cells = <1>;
};
- usbphy {
+ usbphy: usbphy {
compatible = "ralink,mt7628an-usbphy", "ralink,mt7620a-usbphy";
+ #phy-cells = <1>;
resets = <&rstctrl 22>;
reset-names = "host";
@@ -179,6 +180,9 @@
compatible = "ralink,rt3xxx-ehci";
reg = <0x101c0000 0x1000>;
+ phys = <&usbphy 1>;
+ phy-names = "usb";
+
interrupt-parent = <&intc>;
interrupts = <18>;
};
@@ -187,6 +191,9 @@
compatible = "ralink,rt3xxx-ohci";
reg = <0x101c1000 0x1000>;
+ phys = <&usbphy 1>;
+ phy-names = "usb";
+
interrupt-parent = <&intc>;
interrupts = <18>;
};
diff --git a/target/linux/ramips/dts/rt3883.dtsi b/target/linux/ramips/dts/rt3883.dtsi
index da9a9b55fc..0c6cedd74c 100644
--- a/target/linux/ramips/dts/rt3883.dtsi
+++ b/target/linux/ramips/dts/rt3883.dtsi
@@ -333,8 +333,9 @@
};
};
- usbphy {
+ usbphy: usbphy {
compatible = "ralink,rt3xxx-usbphy";
+ #phy-cells = <1>;
resets = <&rstctrl 22 &rstctrl 25>;
reset-names = "host", "device";
@@ -354,6 +355,9 @@
compatible = "ralink,rt3xxx-ehci", "ehci-platform";
reg = <0x101c0000 0x1000>;
+ phys = <&usbphy 1>;
+ phy-names = "usb";
+
interrupt-parent = <&intc>;
interrupts = <18>;
@@ -364,6 +368,9 @@
compatible = "ralink,rt3xxx-ohci", "ohci-platform";
reg = <0x101c1000 0x1000>;
+ phys = <&usbphy 1>;
+ phy-names = "usb";
+
interrupt-parent = <&intc>;
interrupts = <18>;
diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi
index 837e012fd4..456a937ce0 100644
--- a/target/linux/ramips/dts/rt5350.dtsi
+++ b/target/linux/ramips/dts/rt5350.dtsi
@@ -243,8 +243,9 @@
#reset-cells = <1>;
};
- usbphy {
+ usbphy: usbphy {
compatible = "ralink,rt3xxx-usbphy";
+ #phy-cells = <1>;
resets = <&rstctrl 22 &rstctrl 25>;
reset-names = "host", "device";
@@ -286,6 +287,9 @@
compatible = "ralink,rt3xxx-ehci", "ehci-platform";
reg = <0x101c0000 0x1000>;
+ phys = <&usbphy 1>;
+ phy-names = "usb";
+
interrupt-parent = <&intc>;
interrupts = <18>;
};
@@ -294,6 +298,9 @@
compatible = "ralink,rt3xxx-ohci", "ohci-platform";
reg = <0x101c1000 0x1000>;
+ phys = <&usbphy 1>;
+ phy-names = "usb";
+
interrupt-parent = <&intc>;
interrupts = <18>;
};