mscc-phy-vsc8531.h 492 B

123456789101112131415161718192021
  1. /*
  2. * Device Tree constants for Microsemi VSC8531 PHY
  3. *
  4. * Author: Nagaraju Lakkaraju
  5. *
  6. * License: Dual MIT/GPL
  7. * Copyright (c) 2016 Microsemi Corporation
  8. */
  9. #ifndef _DT_BINDINGS_MSCC_VSC8531_H
  10. #define _DT_BINDINGS_MSCC_VSC8531_H
  11. /* MAC interface Edge rate control VDDMAC in milli Volts */
  12. #define MSCC_VDDMAC_3300 3300
  13. #define MSCC_VDDMAC_2500 2500
  14. #define MSCC_VDDMAC_1800 1800
  15. #define MSCC_VDDMAC_1500 1500
  16. #define MSCC_VDDMAC_MAX 4
  17. #define MSCC_SLOWDOWN_MAX 8
  18. #endif