summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/ArcherC20i.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-14 07:39:19 +0000
committerJohn Crispin <john@openwrt.org>2015-07-14 07:39:19 +0000
commit0ac2ef13f7a095eb0e397676fae642f59dad59e4 (patch)
tree642034c069bebe98ce64310c2cf761c94f5c4da9 /target/linux/ramips/dts/ArcherC20i.dts
parent2de791010247a33b38ab05bd6fbfb6ef72c13578 (diff)
downloadmaster-31e0f0ae-0ac2ef13f7a095eb0e397676fae642f59dad59e4.tar.gz
master-31e0f0ae-0ac2ef13f7a095eb0e397676fae642f59dad59e4.tar.bz2
master-31e0f0ae-0ac2ef13f7a095eb0e397676fae642f59dad59e4.zip
ramips: mt7620 ArcherC20i USB support
USB port of TP-Link Archer C20i does not work with trunk and CC. This patch adds two nodes (ehci and ohci) to the device tree enabling USB. Signed-off-by: Gunnar Thorburn <gunnar@thorburn.se> SVN-Revision: 46348
Diffstat (limited to 'target/linux/ramips/dts/ArcherC20i.dts')
-rw-r--r--target/linux/ramips/dts/ArcherC20i.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/ArcherC20i.dts b/target/linux/ramips/dts/ArcherC20i.dts
index a5037c9fc8..cc3d5c1a0c 100644
--- a/target/linux/ramips/dts/ArcherC20i.dts
+++ b/target/linux/ramips/dts/ArcherC20i.dts
@@ -77,6 +77,14 @@
ralink,port-map = "wllll";
};
+ ehci@101c0000 {
+ status = "okay";
+ };
+
+ ohci@101c1000 {
+ status = "okay";
+ };
+
gsw@10110000 {
ralink,port4 = "ephy";
};