diff options
Diffstat (limited to 'target/linux/ramips/dts/MR-102N.dts')
-rw-r--r-- | target/linux/ramips/dts/MR-102N.dts | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/target/linux/ramips/dts/MR-102N.dts b/target/linux/ramips/dts/MR-102N.dts index a28deb79ed..44569eb62d 100644 --- a/target/linux/ramips/dts/MR-102N.dts +++ b/target/linux/ramips/dts/MR-102N.dts @@ -2,10 +2,11 @@ #include "rt3050.dtsi" +#include <dt-bindings/gpio/gpio.h> #include <dt-bindings/input/input.h> / { - compatible = "MR-102N", "ralink,rt3052-soc"; + compatible = "aximcom,mr-102n", "ralink,rt3052-soc"; model = "AXIMCom MR-102N"; cfi@1f000000 { @@ -55,17 +56,17 @@ usb { label = "mr-102n:green:usb"; - gpios = <&gpio0 8 1>; + gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; }; status { label = "mr-102n:amber:status"; - gpios = <&gpio0 9 1>; + gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; }; wlan { label = "mr-102n:green:wlan"; - gpios = <&gpio0 11 1>; + gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; }; }; @@ -77,13 +78,13 @@ reset { label = "reset"; - gpios = <&gpio0 13 1>; + gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; linux,code = <KEY_RESTART>; }; wps { label = "wps"; - gpios = <&gpio0 18 1>; + gpios = <&gpio0 18 GPIO_ACTIVE_LOW>; linux,code = <KEY_WPS_BUTTON>; }; }; |