Skip to content
Snippets Groups Projects
Commit f5d93d35 authored by blogic's avatar blogic
Browse files

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: default avatarChristian Mehlis <christian@m3hlis.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46350 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 944b647a
No related branches found
No related tags found
No related merge requests found
......@@ -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>;
};
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment