MDI(Management Data Input/Output)包含数据线MDIO和时钟线MDC。 MDIO接口支持多达32个PHY。同一时刻内只能对一个PHY进行操作。 PHY芯片可以通过地址引脚配置地址。 同一MDIO接口下的所有PHY芯片,其器件地址不能冲突。 RJ45座子上一般有两个灯,一个黄色(橙色),一个绿色, 一般绿色亮的话表示网络连接正常,黄色闪烁的话...
管理接口:2线(MDC:管理时钟,MDIO:管理数据)。 支持10兆和100兆的总线接口速度,时钟都由PHY或FPGA提供。 16个数据线如下:(7+7+2 = 14) TX:使能,错误,时钟,数据*4。 RX:使能,错误,时钟,数据*4。 CRS载波检测,COL冲突检测。 GMII接口--(数据线: 11 * 2 + 2 == 24线) GMII采用8位接口数据,工作时...
在该ethernet_phy_init( )函数中,完成了以下工作: 设置MDIO的时钟MDC。 通过MDIO向PHY发送重置命令。 检查地址是否正确。检查的逻辑是先读取PHY的PHYID1的内容,再判断读出的内容是否正确。KSZ8051MNL芯片中,该寄存器的值是0x22。 如果地址无效的话,因为MDIO有效地址只有32个,就遍历这些地址。然后使用检查出的新地址...
还有就是A40i的EMAC和GMAC都设计了属于自己的MDC/MDIO,而不是两个共用同一个
As for PHY support, the driver itself will not provide any PHY support. The support provided by the driver is the Management Interface (MDIO/MDC), the PHY support seems to be required to be added by the developer. Please, let us know. 0 Kudos Reply Post...
GMAC_SW probed eth0 & eth1,but can NOT display clock signal of MDC by oscilloscope. part print as below: [ 2.012053] libphy: Fixed MDIO Bus: probed[ 2.060257] davinci_mdio 48485000.mdio: davinci mdio revision 1.6[ 2.066383] davinci_mdio 48485000.mdio: no live phy, ...
The software configuration of RTL8364 4 ports switch by using i.MX6 MDIO/MDC interface is no problem. Both RTL8364 and i.MX6 have 125MHz TX clock output each. Using U-boot pin and result is fail. Please reference below figure. Thank you. B/R Rich 0 Kudos Reply 09-21-2015 06...
检查核心时钟和重置应用是否正确。您还可以使用配置向量进行简单配置和测试,而不是使用MDIO。检查PG072和...
接收时钟信号 gmac_txerr 接收出错指示 gmac_col 冲突检测 gmac_crs...crs GPIO配置 gmac_clkin clkin GPIO配置 gmac_mdc 配置接口时钟 gmac_mdio 配置接口I/O 示例: gmac_used = 0 gmac_txd0 =...port:PA00 gmac_txd1 = port:PA01 gmac_txd2...通常,节点的命名应该根据它所体现的是什么样的设备。
设置MDIO的时钟MDC。 通过MDIO向PHY发送重置命令。 检查地址是否正确。检查的逻辑是先读取PHY的PHYID1的内容,再判断读出的内容是否正确。KSZ8051MNL芯片中,该寄存器的值是0x22。 如果地址无效的话,因为MDIO有效地址只有32个,就遍历这些地址。然后使用检查出的新地址重新发送一次重置命令。