aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/HC5761.dts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-10-05 10:25:53 +0000
committerJohn Crispin <blogic@openwrt.org>2015-10-05 10:25:53 +0000
commit9b5f8490ee983072628cc46e517315ee239b0685 (patch)
treecb7fa7eec03d132ae2742cb039adcc07d2b7a185 /target/linux/ramips/dts/HC5761.dts
parent15b0581b58416e7692d8d4e51b65e1c494d2bc57 (diff)
downloadmaster-187ad058-9b5f8490ee983072628cc46e517315ee239b0685.tar.gz
master-187ad058-9b5f8490ee983072628cc46e517315ee239b0685.tar.bz2
master-187ad058-9b5f8490ee983072628cc46e517315ee239b0685.zip
ramips: Add DTS files for HiWiFi HC5x61 models
HiWiFi HC5661/5761/5861 models are manufactured by http://www.hiwifi.com. These models have similar hardware specs(MT7620A + 128M DDR2 + 16M flash). This patch adds support for them. The original author is Justin Liu (rssnsj@gmail.com). I ported the patch to trunk and submitted it here with his approval. v3 fix 1: Merged most stuff into dtsi file 2: Remove unnecessary empty lines. Signed-off-by: Xiaoning Kang <kangxn@163.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47112 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/HC5761.dts')
-rw-r--r--target/linux/ramips/dts/HC5761.dts32
1 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/HC5761.dts b/target/linux/ramips/dts/HC5761.dts
new file mode 100644
index 0000000000..a10904cc90
--- /dev/null
+++ b/target/linux/ramips/dts/HC5761.dts
@@ -0,0 +1,32 @@
+/dts-v1/;
+
+/include/ "HC5XXX.dtsi"
+
+/ {
+ compatible = "HC5761", "ralink,mt7620a-soc";
+ model = "HiWiFi HC5761";
+
+ gpio-leds {
+ compatible = "gpio-leds";
+
+ system {
+ label = "hc5761:blue:system";
+ gpios = <&gpio0 9 1>;
+ };
+
+ internet {
+ label = "hc5761:blue:internet";
+ gpios = <&gpio0 11 1>;
+ };
+
+ wlan2g {
+ label = "hc5761:blue:wlan2g";
+ gpios = <&gpio3 0 1>;
+ };
+
+ wlan5g {
+ label = "hc5761:blue:wlan5g";
+ gpios = <&gpio0 7 1>;
+ };
+ };
+};