summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/FIREWRT.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-02 09:02:10 +0000
committerJohn Crispin <john@openwrt.org>2015-02-02 09:02:10 +0000
commitd725678a434b10ae662f78639a5b1b60e1707861 (patch)
tree9ea70b4522c4636138565de42ccd2afe4c8dc11f /target/linux/ramips/dts/FIREWRT.dts
parent1258b4cc94425d7b756869804706ebb664e73bac (diff)
downloadmaster-31e0f0ae-d725678a434b10ae662f78639a5b1b60e1707861.tar.gz
master-31e0f0ae-d725678a434b10ae662f78639a5b1b60e1707861.tar.bz2
master-31e0f0ae-d725678a434b10ae662f78639a5b1b60e1707861.zip
ralink: add FireWRT led detail
Signed-off-by: wengbj <fl.service@t-firefly.com> SVN-Revision: 44241
Diffstat (limited to 'target/linux/ramips/dts/FIREWRT.dts')
-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>;
+ };
+ };
+
};