aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/DAP-1350.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/DAP-1350.dts')
-rw-r--r--target/linux/ramips/dts/DAP-1350.dts17
1 files changed, 9 insertions, 8 deletions
diff --git a/target/linux/ramips/dts/DAP-1350.dts b/target/linux/ramips/dts/DAP-1350.dts
index c3225db952..107acdb2c3 100644
--- a/target/linux/ramips/dts/DAP-1350.dts
+++ b/target/linux/ramips/dts/DAP-1350.dts
@@ -2,10 +2,11 @@
#include "rt3050.dtsi"
+#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
/ {
- compatible = "DAP-1350", "ralink,rt3052-soc";
+ compatible = "dlink,dap-1350", "ralink,rt3052-soc";
model = "D-Link DAP-1350";
chosen {
@@ -55,17 +56,17 @@
power {
label = "dap-1350:blue:power";
- gpios = <&gpio0 8 1>;
+ gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
};
power2 {
label = "dap-1350:red:power";
- gpios = <&gpio0 9 1>;
+ gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
};
wps {
label = "dap-1350:blue:wps";
- gpios = <&gpio0 14 1>;
+ gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
};
};
@@ -77,25 +78,25 @@
reset {
label = "reset";
- gpios = <&gpio0 10 1>;
+ gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
wps {
label = "wps";
- gpios = <&gpio0 0 1>;
+ gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
linux,code = <KEY_WPS_BUTTON>;
};
rt {
label = "rt";
- gpios = <&gpio0 11 1>;
+ gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
linux,code = <BTN_0>;
};
ap {
label = "ap";
- gpios = <&gpio0 7 1>;
+ gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
linux,code = <BTN_1>;
};
};