mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 05:28:19 +00:00
Tiva Ethernet: Configure external PHY interrupt pin
This commit is contained in:
parent
bc1c73244b
commit
bb76c88f19
1 changed files with 4 additions and 0 deletions
|
|
@ -3372,6 +3372,10 @@ static inline void tiva_phy_initialize(FAR struct tiva_ethmac_s *priv)
|
|||
tiva_configgpio(GPIO_EN0_LED2);
|
||||
|
||||
#else /* if defined(CONFIG_TIVA_PHY_MII) || defined(CONFIG_TIVA_PHY_RMII) */
|
||||
/* External PHY interrupt pin */
|
||||
|
||||
tiva_configgpio(GPIO_EN0_INTRN);
|
||||
|
||||
/* Configure GPIO pins to support MII or RMII */
|
||||
/* MDC and MDIO are common to both modes */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue