ramips: added led support for wrtnode board

This syncs the dts file with the one provided by the wrtnode team:
https://github.com/WRTnode/openwrt-patches/blob/master/R41508/wrtnode_factory_firmware_dts.patch

Signed-off-by: Christian Mehlis <christian@m3hlis.de>

SVN-Revision: 46350
This commit is contained in:
John Crispin 2015-07-14 07:41:19 +00:00
parent b618573815
commit 1aca6e6b27

View file

@ -7,6 +7,10 @@
model = "WRTNODE";
palmbus@10000000 {
gpio1: gpio@638 {
status = "okay";
};
gpio2: gpio@660 {
status = "okay";
};
@ -77,4 +81,12 @@
};
};
};
gpio-leds {
compatible = "gpio-leds";
indicator {
label = "wrtnode:blue:indicator";
gpios = <&gpio1 14 1>;
};
};
};