Fixed phy address at 0 for SAMA5D28

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11921 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
edolomb 2018-04-13 12:56:21 +00:00
parent 356e0f5fff
commit 3cbbff60f2
1 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,13 @@
#error "MCK too high, cannot configure MDC clock"
#endif
/*
* BV1000GT boards use phy address 0
*/
#if defined(BOARD_ATSAM5D28_XULT)
#define BOARD_PHY_ADDRESS 0
#endif
/*===========================================================================*/
/* Driver exported variables. */
/*===========================================================================*/