ramips: add support for SNR-CPE-ME2-SFP
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_tplink_tl-mr3020-v3.dts
index d1b5dd49dcb4d825b9b090e9cd1e2f7c319d67dc..3ffa732541113a92958300c425ff1c417785ff98 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7628an.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
@@ -14,6 +12,7 @@
                led-failsafe = &led_power;
                led-running = &led_power;
                led-upgrade = &led_power;
+               label-mac-device = &ethernet;
        };
 
        chosen {
        };
 
        keys {
-               compatible = "gpio-keys-polled";
-               poll-interval = <20>;
+               compatible = "gpio-keys";
 
                wps {
                        label = "wps";
-                       gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
 
                modec1 {
                        label = "sw1";
-                       gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
                        linux,code = <BTN_0>;
+                       linux,input-type = <EV_SW>;
                };
 
                modec2 {
                        label = "sw2";
-                       gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
                        linux,code = <BTN_1>;
+                       linux,input-type = <EV_SW>;
                };
        };
 
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "tl-mr3020-v3:green:power";
-                       gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
+                       label = "green:power";
+                       gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
                        default-state = "on";
                };
 
                wan {
-                       label = "tl-mr3020-v3:green:3g";
-                       gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
+                       label = "green:3g";
+                       gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
                        trigger-sources = <&ehci_port1>, <&ohci_port1>;
                        linux,default-trigger = "usbport";
                };
 
                wlan {
-                       label = "tl-mr3020-v3:green:wlan";
-                       gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
+                       label = "green:wlan";
+                       gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
+                       linux,default-trigger = "phy0tpt";
                };
 
                wps {
-                       label = "tl-mr3020-v3:green:wps";
-                       gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
+                       label = "green:wps";
+                       gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
                };
 
                lan {
-                       label = "tl-mr3020-v3:green:lan";
-                       gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
+                       label = "green:lan";
+                       gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
+               };
+       };
+
+       gpio_export {
+               compatible = "gpio-export";
+               #size-cells = <0>;
+
+               usbpower {
+                       gpio-export,name = "usbpower";
+                       gpio-export,output = <1>;
+                       gpios = <&gpio 39 GPIO_ACTIVE_HIGH>;
                };
        };
 };
 &spi0 {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
-               spi-max-frequency = <10000000>;
+               spi-max-frequency = <50000000>;
+               m25p,fast-read;
 
                partitions {
                        compatible = "fixed-partitions";
        };
 };
 
-&ehci {
-       status = "okay";
-};
-
-&ohci {
-       status = "okay";
-};
-
-&pinctrl {
-       state_default: pinctrl0 {
-               gpio {
-                       ralink,group = "i2s", "refclk", "wdt", "p2led_an", "p1led_an", "p0led_an", "wled_an";
-                       ralink,function = "gpio";
-               };
+&state_default {
+       gpio {
+               groups = "i2s", "refclk", "wdt", "p4led_an", "p2led_an", "p1led_an", "p0led_an", "wled_an";
+               function = "gpio";
        };
 };
 
 &wmac {
        status = "okay";
-       mtd-mac-address = <&factory 0xf100>;
+
        mediatek,mtd-eeprom = <&factory 0x20000>;
+
+       nvmem-cells = <&macaddr_factory_f100>;
+       nvmem-cell-names = "mac-address";
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0xf100>;
+       nvmem-cells = <&macaddr_factory_f100>;
+       nvmem-cell-names = "mac-address";
+};
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_f100: macaddr@f100 {
+               reg = <0xf100 0x6>;
+       };
 };