SAMA5D4-EK bridge configuration: Correct configuration -- PHY interfaces are RMII not MII
This commit is contained in:
parent
cb11af9112
commit
726af630e2
@ -3686,7 +3686,10 @@ Configurations
|
||||
|
||||
STATUS:
|
||||
|
||||
2014-11-17: Configuration created. Not yet verified.
|
||||
2014-11-17: Configuration created. Only partially verified. EMAC0
|
||||
seems functional, but EMAC1 does not respond to pings. Cannot perform
|
||||
the full bridge test yet anyway because there still is no host-side
|
||||
test driver in apps/examples/bridge.
|
||||
|
||||
dramboot:
|
||||
|
||||
|
@ -233,9 +233,8 @@ CONFIG_SAMA5_EMAC0_NRXBUFFERS=16
|
||||
CONFIG_SAMA5_EMAC0_NTXBUFFERS=8
|
||||
CONFIG_SAMA5_EMAC0_PHYADDR=1
|
||||
# CONFIG_SAMA5_EMAC0_PHYINIT is not set
|
||||
CONFIG_SAMA5_EMAC0_MII=y
|
||||
# CONFIG_SAMA5_EMAC0_RMII is not set
|
||||
# CONFIG_SAMA5_EMAC0_CLAUSE45 is not set
|
||||
# CONFIG_SAMA5_EMAC0_MII is not set
|
||||
CONFIG_SAMA5_EMAC0_RMII=y
|
||||
CONFIG_SAMA5_EMAC0_AUTONEG=y
|
||||
CONFIG_SAMA5_EMAC0_PHYSR=30
|
||||
CONFIG_SAMA5_EMAC0_PHYSR_ALTCONFIG=y
|
||||
@ -252,9 +251,8 @@ CONFIG_SAMA5_EMAC1_NRXBUFFERS=16
|
||||
CONFIG_SAMA5_EMAC1_NTXBUFFERS=8
|
||||
CONFIG_SAMA5_EMAC1_PHYADDR=1
|
||||
# CONFIG_SAMA5_EMAC1_PHYINIT is not set
|
||||
CONFIG_SAMA5_EMAC1_MII=y
|
||||
# CONFIG_SAMA5_EMAC1_RMII is not set
|
||||
# CONFIG_SAMA5_EMAC1_CLAUSE45 is not set
|
||||
# CONFIG_SAMA5_EMAC1_MII is not set
|
||||
CONFIG_SAMA5_EMAC1_RMII=y
|
||||
CONFIG_SAMA5_EMAC1_AUTONEG=y
|
||||
CONFIG_SAMA5_EMAC1_PHYSR=30
|
||||
CONFIG_SAMA5_EMAC1_PHYSR_ALTCONFIG=y
|
||||
@ -1011,7 +1009,6 @@ CONFIG_NETUTILS_NETLIB=y
|
||||
#
|
||||
# NxPlayer media player library / command Line
|
||||
#
|
||||
# CONFIG_SYSTEM_NXPLAYER is not set
|
||||
|
||||
#
|
||||
# RAM test
|
||||
|
Loading…
Reference in New Issue
Block a user