phye.h 598 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright (c) 2006-2022, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef __DT_BINDINGS_PHYE_H__
  7. #define __DT_BINDINGS_PHYE_H__
  8. #define PHY_NONE 0
  9. #define PHY_TYPE_SATA 1
  10. #define PHY_TYPE_PCIE 2
  11. #define PHY_TYPE_USB2 3
  12. #define PHY_TYPE_USB3 4
  13. #define PHY_TYPE_UFS 5
  14. #define PHY_TYPE_DP 6
  15. #define PHY_TYPE_XPCS 7
  16. #define PHY_TYPE_SGMII 8
  17. #define PHY_TYPE_QSGMII 9
  18. #define PHY_TYPE_DPHY 10
  19. #define PHY_TYPE_CPHY 11
  20. #define PHY_TYPE_USXGMII 12
  21. #endif /* __DT_BINDINGS_PHYE_H__ */