In USDPAA dts file fsl-ls1043a-rdb-usdpaa.dts, all Ethernet ports have been assigned to DPDK, you need to delete one Ethernet port definition in the dts file to assign it to Linux Kernel.
fsl,dpaa {
compatible = "fsl,ls1043a", "fsl,dpaa", "simple-bus";
dma-coherent;
/* ethernet@0 {
compatible = "fsl,dpa-ethernet-init";
fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
fsl,qman-frame-queues-rx = <0x50 1 0x51 1>;
fsl,qman-frame-queues-tx = <0x70 1 0x71 1>;
};*/
... ...