aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_mikrotik_rb750gr3.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7621_mikrotik_rb750gr3.dts')
-rw-r--r--target/linux/ramips/dts/mt7621_mikrotik_rb750gr3.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ramips/dts/mt7621_mikrotik_rb750gr3.dts b/target/linux/ramips/dts/mt7621_mikrotik_rb750gr3.dts
index da2b571dd4..ebb6585c91 100644
--- a/target/linux/ramips/dts/mt7621_mikrotik_rb750gr3.dts
+++ b/target/linux/ramips/dts/mt7621_mikrotik_rb750gr3.dts
@@ -26,13 +26,13 @@
pwr {
label = "rb750gr3:blue:pwr";
- gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 16 GPIO_ACTIVE_HIGH>;
default-state = "on";
};
led_usr: usr {
label = "rb750gr3:green:usr";
- gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
};
};
@@ -41,20 +41,20 @@
mode {
label = "mode";
- gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
linux,code = <BTN_0>;
};
reset {
label = "reset";
- gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
};
beeper {
compatible = "gpio-beeper";
- gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
};
gpio_export {
@@ -64,7 +64,7 @@
usb_power {
gpio-export,name = "usb_power";
gpio-export,output = <1>;
- gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 12 GPIO_ACTIVE_HIGH>;
};
};
};