ramips: replace pinctrl property names
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_wrtnode_wrtnode2r.dts
index afd0c93595dd27c3e51988e146cfe486c978c22f..a111a6756028d57854522d4bfef8ffec02563ef9 100644 (file)
 
                led_indicator: indicator {
                        label = "wrtnode:blue:indicator";
-                       gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
                };
        };
 };
 
 &state_default {
        gpio {
-               ralink,group = "gpio";
-               ralink,function = "gpio";
+               groups = "gpio";
+               function = "gpio";
        };
 };
 
 &pinctrl {
        led_pins: led {
                gpio {
-                       ralink,group = "wled_an";
-                       ralink,function = "gpio";
+                       groups = "wled_an";
+                       function = "gpio";
                };
        };
 };