ramips: replace full-text licenses by SPDX identifier
[openwrt/openwrt.git] / target / linux / ramips / dts / rt2880_airlink101_ar670w.dts
index 96e4a8cbe26ed2054dd837d2338c99404a3888f1..9d78ca142c31f1cc65491e3d52664cda54d3b353 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "rt2880.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
@@ -16,7 +14,7 @@
                led-upgrade = &led_power;
        };
 
-       cfi@bdc00000 {
+       flash@bdc00000 {
                compatible = "cfi-flash";
                reg = <0xbc400000 0x800000>;
                bank-width = <2>;
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "ar670w:green:power";
+                       label = "green:power";
                        gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
                };
 
                wpsblue {
-                       label = "ar670w:blue:wps";
+                       label = "blue:wps";
                        gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
                };
        };
        };
 };
 
-&gpio0 {
-       status = "okay";
-};
-
-&pinctrl {
-       state_default: pinctrl0 {
-               gpio {
-                       ralink,group = "i2c", "spi", "uartlite";
-                       ralink,function = "gpio";
-               };
+&state_default {
+       gpio {
+               groups = "i2c", "spi", "uartlite";
+               function = "gpio";
        };
 };