ramips: mt7621 remove unused pinctrl groups in dts
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7621_afoundry_ew1200.dts
index 5c274a9664573884e7e9711bc25445f4fda49091..97f13b0bb02a5ca44bc9e71ce5d24c14fa03cfd3 100644 (file)
                bootargs = "console=ttyS0,57600";
        };
 
-       palmbus: palmbus@1E000000 {
-               i2c@900 {
-                       status = "okay";
-               };
-       };
-
        keys {
                compatible = "gpio-keys";
 
        };
 };
 
-&ethernet {
+&gmac0 {
        mtd-mac-address = <&factory 0xe000>;
 };
 
+&switch0 {
+       ports {
+               port@0 {
+                       status = "okay";
+                       label = "lan1";
+               };
+
+               port@1 {
+                       status = "okay";
+                       label = "lan2";
+               };
+
+               port@2 {
+                       status = "okay";
+                       label = "lan3";
+               };
+
+               port@3 {
+                       status = "okay";
+                       label = "lan4";
+               };
+
+               port@4 {
+                       status = "okay";
+                       label = "wan";
+                       mtd-mac-address = <&factory 0xe000>;
+                       mtd-mac-address-increment = <1>;
+               };
+       };
+};
+
 &state_default {
        gpio {
-               ralink,group = "wdt", "rgmii2", "jtag", "mdio";
-               ralink,function = "gpio";
+               groups = "i2c", "uart3", "wdt";
+               function = "gpio";
        };
 };