Part Number: TDA2EXEVM
The SOC is tda2ex, when porting PHY dp83tc811rwrndrq1,
Now we have a problem,
The ifconfig command can have eth0 eth1 network nodes
But dmesg printing:
[ 24.443725] net eth1: initializing cpsw version 1.15 (0)
[ 24.446223] net eth0: initialized cpsw ale version 1.4
[ 24.446253] net eth0: ALE Table size 1024
[ 24.466050] libphy: phy_ connect
[ 24.466086] libphy: PHY 48485000. mdio:02 not found
[ 24.466116] net eth1: phy "48485000. mdio:02 " not found on slave 1, err -19
[ 24.527922] net eth0: initializing cpsw version 1.15 (0)
[ 24.532029] libphy: phy_ connect
[ 24.532056] libphy: PHY 48485000. mdio:01 not found
[ 24.532083] net eth0: phy "48485000. mdio:01 " not found on slave 0, err -19
[ 25.778533] random: nonblocking pool is initialized
[ 25.809925] tfat: fail_ safe is enabled
[ 25.810774] tfat: cluster_ heap_ lbo 0x402000
[ 25.810796] tfat: 12 blkbits for normal inodes
It seems that MAC layer is connected, but PHY layer is not.
What's the problem? Attached is the corresponding device tree configuration and more detailed complete dmesg log printing.