arm: dts: mediatek: add ethernet and sgmii dts node for mt7622
[oweals/u-boot.git] / arch / arm / dts / mt7622-rfb.dts
index ec30f5c6eb3d002c887c4d99af6be84082762e5c..f05c3fe14d7cf0afef576340da13933655ff7699 100644 (file)
        pinctrl-0 = <&watchdog_pins>;
        status = "okay";
 };
+
+&eth {
+       status = "okay";
+       mediatek,gmac-id = <0>;
+       phy-mode = "sgmii";
+       mediatek,switch = "mt7531";
+       reset-gpios = <&gpio 54 GPIO_ACTIVE_HIGH>;
+
+       fixed-link {
+               speed = <1000>;
+               full-duplex;
+       };
+};