dts: mtmips: enable eth port0 led and link poll functions for all boards
[oweals/u-boot.git] / arch / mips / dts / linkit-smart-7688.dts
index 935315743c132803c1a3be8ebe0dd4fef5173d62..740b73b3d14caa456ef2949c70cdc289c69575da 100644 (file)
        };
 };
 
+&pinctrl {
+       state_default: pin_state {
+               p0led {
+                       groups = "p0led_a";
+                       function = "led";
+               };
+       };
+};
+
 &uart2 {
        status = "okay";
 };
@@ -42,3 +51,7 @@
                reg = <0>;
        };
 };
+
+&eth {
+       mediatek,poll-link-phy = <0>;
+};