aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-02 09:02:10 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-02 09:02:10 +0000
commit4b21f8fd9caa9dc5597ef6fc73cdb4c87dc27ed0 (patch)
tree052ca47777234f0d81ca6af65aa08f0d4474bea0 /target
parentac8a6123f8bc7ec54b2b1a1bd7b5f0a38c42ebfc (diff)
downloadmaster-187ad058-4b21f8fd9caa9dc5597ef6fc73cdb4c87dc27ed0.tar.gz
master-187ad058-4b21f8fd9caa9dc5597ef6fc73cdb4c87dc27ed0.tar.bz2
master-187ad058-4b21f8fd9caa9dc5597ef6fc73cdb4c87dc27ed0.zip
ralink: add FireWRT led detail
Signed-off-by: wengbj <fl.service@t-firefly.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44241 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/dts/FIREWRT.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts
index 4e9e28bc9f..faebe2fbe6 100644
--- a/target/linux/ramips/dts/FIREWRT.dts
+++ b/target/linux/ramips/dts/FIREWRT.dts
@@ -83,4 +83,13 @@
mtd-mac-address = <&factory 0xe000>;
};
+ gpio-leds {
+ compatible = "gpio-leds";
+
+ power {
+ label = "firewrt:green:power";
+ gpios = <&gpio0 22 1>;
+ };
+ };
+
};