Tool/software:
Hi TI forum,
We are developing a custom AM62A7-based board with ethernet. In our board, we are using the KSZ8775 switch chip from Microchip. The switch's port 5 is used for RGMII connection with AM62A7. Below is the pin-to-pin mapping of AM62A7 to KSZ8775.
AM62A pin number | AM62A pin description | KSZ8775 pin number | KSZ8775 pin description |
AA17 | RGMII_TD3 | 54 | RXD5_3 |
Y16 | RGMII_TD2 | 53 | RXD5_2 |
W16 | RGMII_TX_CTL | 55 | RXDV5 |
V16 | RGMII_TD1 | 50 | RXD5_1 |
Y17 | RGMII_TD0 | 49 | RXD5_0 |
AB17 | RGMII_TXC | 48 | RXC5 |
AA16 | RGMII_RXC | 47 | TXC5 |
V14 | RGMII_RD3 | 38 | TXD5_3 |
W15 | RGMII_RD2 | 37 | TXD5_2 |
V15 | RGMII_RD1 | 34 | TXD5_1 |
AB16 | RGMII_RD0 | 33 | TXD5_0 |
AA15 | RGMII_RX_CTL | 32 | TXEN5 |
Apart from RGMII pins, we are also connecting SPI lines for sending control commands. Below are details of SPI lines.
AM62A pin number | AM62A pin description | KSZ8775 pin number | KSZ8775 pin description |
C19 | SOC_SPI2_D0 | 67 | SDO |
A21 | SOC_SPI2_CLK | 68 | MDC |
B19 | SOC_SPI2_D1 | 69 | MDIO |
B21 | SOC_SPI2_CS0 | 70 | SCS_N |
Kindly help us with changes required in the device tree files. We are using the device file provided by TI for the SK-AM62A7-LP board.