phy-miphy365x.h 336 B

1234567891011121314
  1. /*
  2. * This header provides constants for the phy framework
  3. * based on the STMicroelectronics MiPHY365x.
  4. *
  5. * Author: Lee Jones <lee.jones@linaro.org>
  6. */
  7. #ifndef _DT_BINDINGS_PHY_MIPHY
  8. #define _DT_BINDINGS_PHY_MIPHY
  9. #define MIPHY_TYPE_SATA 1
  10. #define MIPHY_TYPE_PCIE 2
  11. #define MIPHY_TYPE_USB 3
  12. #endif /* _DT_BINDINGS_PHY_MIPHY */