x86: remove old references to kmod-acpi-button
[openwrt.git] / target / linux / ramips / dts / WRTNODE.dts
index 33d7c91..d5ff18e 100644 (file)
@@ -4,9 +4,13 @@
 
 / {
        compatible = "wrtnode", "ralink,mt7620n-soc";
-       model = "WRTNode";
+       model = "WRTNODE";
 
        palmbus@10000000 {
+               gpio1: gpio@638 {
+                       status = "okay";
+               };
+
                gpio2: gpio@660 {
                        status = "okay";
                };
@@ -21,7 +25,7 @@
                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "mx25l12805d";
+                               compatible = "jedec,spi-nor";
                                reg = <0 0>;
                                linux,modalias = "m25p80", "w25q128";
                                spi-max-frequency = <10000000>;
 
        ethernet@10100000 {
                mtd-mac-address = <&factory 0x4>;
-               ralink,port-map = "wllll";
+               mediatek,portmap = "wllll";
+       };
+
+       wmac@10180000 {
+               ralink,mtd-eeprom = <&factory 0>;
        };
 
        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>;
+               };
+       };
 };