Tool/software:
Hi,
I am trying to interface AM623 with DP83848 ethernet PHY. But while booting Linux it is showing following error
[ 3.282475] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 3.335653] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 7.446063] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[ 7.459109] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@2 read phy-mode err -22
[ 7.486254] am65-cpsw-nuss: probe of 8000000.ethernet failed with error -22
The linux device tree configuration is adding below.
The dp83848 PHY is configured as "rmii" mod and its address is "1". And the GPIO pin "GPIO1_0" is used as PHY reset signal.
I have applied this same configuration in u-boot device tree, and it is working but in Linux it is showing error while booing.