rockchip: dts: rk3328-evb: Move gmac2io related nodes to -u-boot.dtsi
[oweals/u-boot.git] / arch / arm / dts / rk3328-evb.dts
index e9bc849f8c23bd803b6dce5c57083c9575346998..97bef37cf610407f23a20a9a88146aca52e0f5ae 100644 (file)
                stdout-path = &uart2;
        };
 
-       gmac_clkin: external-gmac-clock {
-               compatible = "fixed-clock";
-               clock-frequency = <125000000>;
-               clock-output-names = "gmac_clkin";
-               #clock-cells = <0>;
-       };
-
        vcc3v3_sdmmc: sdmmc-pwren {
                compatible = "regulator-fixed";
                regulator-name = "vcc3v3";
        status = "okay";
 };
 
-&gmac2io {
-       phy-supply = <&vcc_phy>;
-       phy-mode = "rgmii";
-       clock_in_out = "input";
-       snps,reset-gpio = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
-       snps,reset-active-low;
-       snps,reset-delays-us = <0 10000 50000>;
-       assigned-clocks = <&cru SCLK_MAC2IO>, <&cru SCLK_MAC2IO_EXT>;
-       assigned-clock-parents = <&gmac_clkin>, <&gmac_clkin>;
-       pinctrl-names = "default";
-       pinctrl-0 = <&rgmiim1_pins>;
-       tx_delay = <0x26>;
-       rx_delay = <0x11>;
-       status = "okay";
-};
-
 &usb_host0_ehci {
        status = "okay";
 };