aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/WL-330N.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/WL-330N.dts')
-rw-r--r--target/linux/ramips/dts/WL-330N.dts11
1 files changed, 6 insertions, 5 deletions
diff --git a/target/linux/ramips/dts/WL-330N.dts b/target/linux/ramips/dts/WL-330N.dts
index 3095e24510..0eb7b7ff78 100644
--- a/target/linux/ramips/dts/WL-330N.dts
+++ b/target/linux/ramips/dts/WL-330N.dts
@@ -2,10 +2,11 @@
#include "rt3050.dtsi"
+#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
/ {
- compatible = "WL-330N", "ralink,rt3050-soc";
+ compatible = "asus,wl-330n", "ralink,rt3050-soc";
model = "Asus WL-330N";
gpio-leds {
@@ -13,12 +14,12 @@
link {
label = "wl-330n:blue:link";
- gpios = <&gpio0 9 1>;
+ gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
};
power {
label = "wl-330n:blue:power";
- gpios = <&gpio0 11 1>;
+ gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
};
};
@@ -30,13 +31,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>;
};
};