board_ethernet_phy.h 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /***********************************************************************************************************************
  2. * Copyright [2020] Renesas Electronics Corporation and/or its affiliates. All Rights Reserved.
  3. *
  4. * This software and documentation are supplied by Renesas Electronics America Inc. and may only be used with products
  5. * of Renesas Electronics Corp. and its affiliates ("Renesas"). No other uses are authorized. Renesas products are
  6. * sold pursuant to Renesas terms and conditions of sale. Purchasers are solely responsible for the selection and use
  7. * of Renesas products and Renesas assumes no liability. No license, express or implied, to any intellectual property
  8. * right is granted by Renesas. This software is protected under all applicable laws, including copyright laws. Renesas
  9. * reserves the right to change or discontinue this software and/or this documentation. THE SOFTWARE AND DOCUMENTATION
  10. * IS DELIVERED TO YOU "AS IS," AND RENESAS MAKES NO REPRESENTATIONS OR WARRANTIES, AND TO THE FULLEST EXTENT
  11. * PERMISSIBLE UNDER APPLICABLE LAW, DISCLAIMS ALL WARRANTIES, WHETHER EXPLICITLY OR IMPLICITLY, INCLUDING WARRANTIES
  12. * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT, WITH RESPECT TO THE SOFTWARE OR
  13. * DOCUMENTATION. RENESAS SHALL HAVE NO LIABILITY ARISING OUT OF ANY SECURITY VULNERABILITY OR BREACH. TO THE MAXIMUM
  14. * EXTENT PERMITTED BY LAW, IN NO EVENT WILL RENESAS BE LIABLE TO YOU IN CONNECTION WITH THE SOFTWARE OR DOCUMENTATION
  15. * (OR ANY PERSON OR ENTITY CLAIMING RIGHTS DERIVED FROM YOU) FOR ANY LOSS, DAMAGES, OR CLAIMS WHATSOEVER, INCLUDING,
  16. * WITHOUT LIMITATION, ANY DIRECT, CONSEQUENTIAL, SPECIAL, INDIRECT, PUNITIVE, OR INCIDENTAL DAMAGES; ANY LOST PROFITS,
  17. * OTHER ECONOMIC DAMAGE, PROPERTY DAMAGE, OR PERSONAL INJURY; AND EVEN IF RENESAS HAS BEEN ADVISED OF THE POSSIBILITY
  18. * OF SUCH LOSS, DAMAGES, CLAIMS OR COSTS.
  19. **********************************************************************************************************************/
  20. /*******************************************************************************************************************//**
  21. * @ingroup BOARD_RA6M4_IOT
  22. * @defgroup BOARD_RA6M4_IOT_ETHERNET_PHY Board Ethernet Phy
  23. * @brief Ethernet Phy information for this board.
  24. *
  25. * This is code specific to the RA6M4_IOT board.
  26. *
  27. * @{
  28. **********************************************************************************************************************/
  29. #ifndef BSP_ETHERNET_PHY_H
  30. #define BSP_ETHERNET_PHY_H
  31. /** Common macro for FSP header files. There is also a corresponding FSP_FOOTER macro at the end of this file. */
  32. FSP_HEADER
  33. /***********************************************************************************************************************
  34. * Macro definitions
  35. **********************************************************************************************************************/
  36. #define BOARD_PHY_TYPE (0)
  37. #define BOARD_PHY_REF_CLK (1)
  38. /***********************************************************************************************************************
  39. * Typedef definitions
  40. **********************************************************************************************************************/
  41. /***********************************************************************************************************************
  42. * Exported global variables
  43. **********************************************************************************************************************/
  44. /***********************************************************************************************************************
  45. * Public Functions
  46. **********************************************************************************************************************/
  47. /** Common macro for FSP header files. There is also a corresponding FSP_HEADER macro at the top of this file. */
  48. FSP_FOOTER
  49. #endif
  50. /** @} (end defgroup BOARD_RA6M4_IOT_ETHERNET_PHY) */