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
model = "WRTNODE";
palmbus@10000000 {
+ gpio1: gpio@638 {
+ status = "okay";
+ };
+
gpio2: gpio@660 {
status = "okay";
};
};
};
};
+
+ gpio-leds {
+ compatible = "gpio-leds";
+ indicator {
+ label = "wrtnode:blue:indicator";
+ gpios = <&gpio1 14 1>;
+ };
+ };
};