ramips: mt7621: convert GPIO dts refs
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / mt7621_mikrotik_rbm11g.dts
index 60b6395c17948fa2cb058948e33503399cd71ae6..022e8faaab91568930e332a4a943504350377274 100644 (file)
 
                led_usr: usr {
                        label = "rbm11g:green:usr";
-                       gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
+                       gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
                };
 
                rssi0 {
                        label = "rbm11g:green:rssi0";
-                       gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
                };
 
                rssi1 {
                        label = "rbm11g:green:rssi1";
-                       gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
                };
 
                rssi2 {
                        label = "rbm11g:green:rssi2";
-                       gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
                };
 
                rssi3 {
                        label = "rbm11g:green:rssi3";
-                       gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 25 GPIO_ACTIVE_LOW>;
                };
 
                rssi4 {
                        label = "rbm11g:green:rssi4";
-                       gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 26 GPIO_ACTIVE_LOW>;
                };
        };
 
@@ -59,7 +59,7 @@
 
                res {
                        label = "reset";
-                       gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
        };
@@ -70,7 +70,7 @@
 
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
-               gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>;
+               gpio = <&gpio 9 GPIO_ACTIVE_HIGH>;
                enable-active-high;
                regulator-boot-on;
                regulator-always-on;