Part Number: DP83826I
Hello
We are using DP83826IRHBR with IMX93 processor
Below device tree entry
&fec {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&pinctrl_fec>;
pinctrl-1 = <&pinctrl_fec_sleep>;
phy-mode = "rmii";
phy-handle = <ðphy1>;
snps,clk-csr = <6>;
status = "okay"; mdio {
compatible = "snps,dwmac-mdio";
#address-cells = <1>;
#size-cells = <0>; ethphy1: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0>;
pinctrl-0 = <&pinctrl_eth1>;
reset-gpios = <&gpio4 26 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
reset-deassert-us = <80000>;
};
};
};
getting below error logs
[ 1.963513] fec 42890000.ethernet: Invalid MAC address: 00:00:00:00:00:00
[ 1.970314] fec 42890000.ethernet: Using random MAC address: 56:b0:d4:15:89:a7
[ 1.978861] mdio_bus 42890000.ethernet-1: MDIO device at address 0 is missing.
[ 1.986766] fec 42890000.ethernet eth0: registered PHC device 0
[ 15.078672] fec 42890000.ethernet eth0: Unable to connect to phy
Pin details
MODESELECT - GND
COL - 1.8 V
CRS - NC
TX_D0 - ENET2_TX_D0 (processor pin)
TX_D1 - ENET2_TX_D1 (processor pin)
TX_D2 and TX_D3 - NC
TX_CLK - NC
RX_D0 - ENET2_RX_D0 (processor pin)
RX_D1 - ENET2_RX_D1 (processor pin)
RX_D2 and RX_D3 - NC
RX_CLK - NC
Can you please help
