Added ULPI tag in board files.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8272 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2015-09-04 07:31:59 +00:00
parent f6c67102be
commit fc3f6b32fc
2 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,11 @@
#define BOARD_PHY_ID MII_LAN8742A_ID
#define BOARD_PHY_RMII
/*
* The board has an ULPI USB PHY.
*/
#define BOARD_OTG2_USES_ULPI
/*
* Board oscillators-related settings.
*/

View File

@ -16,6 +16,9 @@
<identifier>MII_LAN8742A_ID</identifier>
<bus_type>RMII</bus_type>
</ethernet_phy>
<usb_phy>
<bus_type>ULPI</bus_type>
</usb_phy>
<subtype>STM32F746xx</subtype>
<clocks
HSEFrequency="25000000"