> +&gmac0 { > + clock_in_out = "output"; > + phy-mode = "rgmii-rxid"; rgmii-rxid is odd. Does the PCB really have an extra long TX clock line, but a short RX clock line? Try changing this to rgmii-id, and drop the tx_delay property. Andrew