ramips: add missing kernel symbols
[openwrt.git] / target / linux / ramips / dts / WRTNODE.dts
index 3fb2303..23dbf5c 100644 (file)
@@ -7,6 +7,10 @@
        model = "WRTNODE";
 
        palmbus@10000000 {
+               gpio1: gpio@638 {
+                       status = "okay";
+               };
+
                gpio2: gpio@660 {
                        status = "okay";
                };
        pinctrl {
                state_default: pinctrl0 {
                        default {
-                               ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf";
+                               ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf", "spi refclk";
                                ralink,function = "gpio";
                        };
                };
        };
+
+       gpio-leds {
+               compatible = "gpio-leds";
+
+               indicator {
+                       label = "wrtnode:blue:indicator";
+                       gpios = <&gpio1 14 1>;
+               };
+       };
 };