ramips: replace pinctrl property names
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_d-team_pbr-d1.dts
index bcc9d00519826a938375d71a411885c8f218aa31..d406bac0e87cd44f39dc4516573f25624f733a7f 100644 (file)
 
                usb {
                        label = "pbr-d1:orange:usb";
-                       gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
                        trigger-sources = <&ohci_port1>, <&ehci_port1>;
                        linux,default-trigger = "usbport";
                };
 
                led_power: power {
                        label = "pbr-d1:orange:power";
-                       gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
                        default-state = "on";
                };
        };
@@ -46,7 +46,7 @@
 
                reset {
                        label = "reset";
-                       gpios = <&gpio1 38 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 70 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
        };
 
 &state_default {
        gpio {
-               ralink,group = "gpio";
-               ralink,function = "gpio";
+               groups = "gpio";
+               function = "gpio";
        };
 
        i2c {
-               ralink,group = "i2c";
-               ralink,function = "gpio";
+               groups = "i2c";
+               function = "gpio";
        };
 
        i2s {
-               ralink,group = "i2s";
-               ralink,function = "gpio";
+               groups = "i2s";
+               function = "gpio";
        };
 
        spis {
-               ralink,group = "spis";
-               ralink,function = "gpio";
+               groups = "spis";
+               function = "gpio";
        };
 
        wdt {
-               ralink,group = "wdt";
-               ralink,function = "gpio";
+               groups = "wdt";
+               function = "gpio";
        };
 };