ralink: mt7530 - force wan port up
[oweals/openwrt.git] / target / linux / ramips / dts / mt7620n.dtsi
index e009105b137eb3556182304495df96453513c71e..8ce759ab8cd0d21df7586c317bef07eb38d89376 100644 (file)
                        status = "disabled";
                };
 
+               gpio3: gpio@688 {
+                       compatible = "ralink,mt7620a-gpio", "ralink,rt2880-gpio";
+                       reg = <0x688 0x24>;
+
+                       interrupt-parent = <&intc>;
+                       interrupts = <6>;
+
+                       gpio-controller;
+                       #gpio-cells = <2>;
+
+                       ralink,gpio-base = <72>;
+                       ralink,num-gpios = <1>;
+                       ralink,register-map = [ 00 04 08 0c
+                                               10 14 18 1c
+                                               20 24 ];
+
+                       status = "disabled";
+               };
+
                spi@b00 {
                        compatible = "ralink,mt7620a-spi", "ralink,rt2880-spi";
                        reg = <0xb00 0x100>;
                #reset-cells = <1>;
        };
 
-       ubsphy {
+       usbphy {
                compatible = "ralink,mt7620a-usbphy";
 
                resets = <&rstctrl 22 &rstctrl 25>;
 
                status = "disabled";
        };
+
+       wmac@10180000 {
+               compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac";
+               reg = <0x10180000 40000>;
+
+               interrupt-parent = <&cpuintc>;
+               interrupts = <6>;
+
+               ralink,eeprom = "soc_wmac.eeprom";
+       };
 };