aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/AWM002-EVB.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/AWM002-EVB.dtsi')
-rw-r--r--target/linux/ramips/dts/AWM002-EVB.dtsi11
1 files changed, 6 insertions, 5 deletions
diff --git a/target/linux/ramips/dts/AWM002-EVB.dtsi b/target/linux/ramips/dts/AWM002-EVB.dtsi
index 0e82436027..7a66af21af 100644
--- a/target/linux/ramips/dts/AWM002-EVB.dtsi
+++ b/target/linux/ramips/dts/AWM002-EVB.dtsi
@@ -1,5 +1,6 @@
#include "rt5350.dtsi"
+#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
/ {
@@ -10,17 +11,17 @@
tx {
label = "awm002-evb:green:tx";
- gpios = <&gpio0 15 1>;
+ gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
};
rx {
label = "awm002-evb:green:rx";
- gpios = <&gpio0 16 1>;
+ gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
};
wps {
label = "awm002-evb:green:wps";
- gpios = <&gpio0 21 1>;
+ gpios = <&gpio0 21 GPIO_ACTIVE_LOW>;
};
};
@@ -32,13 +33,13 @@
reset_wps {
label = "reset_wps";
- gpios = <&gpio0 0 1>;
+ gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
mode {
label = "mode";
- gpios = <&gpio0 20 1>;
+ gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
linux,code = <BTN_0>;
};
};