You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
673 B

/* 40vxbYt8521Phy.cdf - Yt8521 phy configuration file */
/*
*
* This program is OPEN SOURCE software: you can redistribute it and/or modify it;
* This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
*/
Component INCLUDE_YT8521PHY {
NAME yt8521 Phy driver
SYNOPSIS yt8521 10/100/1000 ethernet PHY
_CHILDREN FOLDER_DRIVERS
_INIT_ORDER hardWareInterFaceBusInit
INIT_RTN ytPhyRegister();
REQUIRES INCLUDE_MII_BUS
INIT_AFTER INCLUDE_MII_BUS
}