In dts arch/arm64/boot/dts/freescale/qoriq-fman3-0-10g-1.dtsi, please modify the following device node.
ethernet@f2000 {
cell-index = <0x9>;
compatible = "fsl,fman-memac";
reg = <0xf2000 0x1000>;
fsl,fman-ports = <&fman0_rx_0x11 &fman0_tx_0x31>;
pcsphy-handle = <&pcsphy7>;
};
Modify to:
ethernet@f2000 {
cell-index = <0x9>;
compatible = "fsl,fman-memac";
reg = <0xf2000 0x1000>;
fsl,fman-ports = <&fman0_rx_0x11 &fman0_tx_0x31>;
ptp-timer = <&ptp_timer0>;
pcsphy-handle = <&pcsphy7>;
};