From: John Crispin Date: Mon, 2 Feb 2015 09:02:10 +0000 (+0000) Subject: ralink: add FireWRT led detail X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=4b21f8fd9caa9dc5597ef6fc73cdb4c87dc27ed0;p=15.05%2Fopenwrt.git ralink: add FireWRT led detail Signed-off-by: wengbj git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44241 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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>; + }; + }; + };