ramips: add support for TP-Link TL-MR3420 v5
[openwrt/openwrt.git] / target / linux / ramips / dts / ZTE-Q7.dts
index 44bed871aa50228bf12673c3469e709c971c7532..db426eea3d451edebedd9b6e73143a1c1d26a63c 100644 (file)
@@ -2,10 +2,11 @@
 
 #include "mt7620a.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "ZTE-Q7", "ralink,mt7620a-soc";
+       compatible = "zte,q7", "ralink,mt7620a-soc";
        model = "ZTE Q7";
 
        gpio-leds {
 
                statred {
                        label = "zte-q7:red:status";
-                       gpios = <&gpio0 13 1>;
+                       gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
                };
 
                statblue {
                        label = "zte-q7:blue:status";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                };
        };
 
@@ -30,7 +31,7 @@
 
                reset {
                        label = "reset";
-                       gpios = <&gpio1 2 1>;
+                       gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
        };
@@ -52,7 +53,6 @@
                #size-cells = <1>;
                compatible = "jedec,spi-nor";
                reg = <0>;
-               linux,modalias = "m25p80", "en25q64";
                spi-max-frequency = <10000000>;
 
                partition@0 {
@@ -90,8 +90,6 @@
 };
 
 &ethernet {
-       pinctrl-names = "default";
-       pinctrl-0 = <&ephy_pins>;
        mtd-mac-address = <&factory 0x4>;
        mediatek,portmap = "wllll";
 };
 &ohci {
        status = "okay";
 };
+
+&gsw {
+       mediatek,port4 = "ephy";
+};