aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/PSG1208.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/PSG1208.dts')
-rw-r--r--target/linux/ramips/dts/PSG1208.dts9
1 files changed, 5 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/PSG1208.dts b/target/linux/ramips/dts/PSG1208.dts
index 6680f5df2a..f008ec7ab7 100644
--- a/target/linux/ramips/dts/PSG1208.dts
+++ b/target/linux/ramips/dts/PSG1208.dts
@@ -2,10 +2,11 @@
#include "mt7620a.dtsi"
+#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
/ {
- compatible = "PSG1208", "ralink,mt7620a-soc";
+ compatible = "phicomm,psg1208", "ralink,mt7620a-soc";
model = "Phicomm PSG1208";
gpio-leds {
@@ -13,12 +14,12 @@
wan {
label = "psg1208:white:wps";
- gpios = <&gpio1 15 1>;
+ gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
};
wlan {
label = "psg1208:white:wlan2g";
- gpios = <&gpio3 0 1>;
+ gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
};
};
@@ -30,7 +31,7 @@
reset {
label = "reset";
- gpios = <&gpio0 1 1>;
+ gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
};