Added ULPI tag in board files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8272 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
f6c67102be
commit
fc3f6b32fc
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue