aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/WL-330N3G.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/WL-330N3G.dts')
-rw-r--r--target/linux/ramips/dts/WL-330N3G.dts13
1 files changed, 7 insertions, 6 deletions
diff --git a/target/linux/ramips/dts/WL-330N3G.dts b/target/linux/ramips/dts/WL-330N3G.dts
index 948d37dc98..3801a9d9ef 100644
--- a/target/linux/ramips/dts/WL-330N3G.dts
+++ b/target/linux/ramips/dts/WL-330N3G.dts
@@ -2,10 +2,11 @@
#include "rt3050.dtsi"
+#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
/ {
- compatible = "WL-330N3G", "ralink,rt3050-soc";
+ compatible = "asus,wl-330n3g", "ralink,rt3050-soc";
model = "Asus WL-330N3G";
gpio-leds {
@@ -13,17 +14,17 @@
3g {
label = "wl-330n3g:blue:3g";
- gpios = <&gpio0 9 1>;
+ gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
};
3g2 {
label = "wl-330n3g:red:3g";
- gpios = <&gpio0 13 1>;
+ gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
};
power {
label = "wl-330n3g:blue:power";
- gpios = <&gpio0 11 1>;
+ gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
};
};
@@ -35,13 +36,13 @@
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_RESTART>;
};
};