Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *
0004  * This header provides constants for the phy framework
0005  *
0006  * Copyright (C) 2014 STMicroelectronics
0007  * Author: Gabriel Fernandez <gabriel.fernandez@st.com>
0008  */
0009 
0010 #ifndef _DT_BINDINGS_PHY
0011 #define _DT_BINDINGS_PHY
0012 
0013 #define PHY_NONE        0
0014 #define PHY_TYPE_SATA       1
0015 #define PHY_TYPE_PCIE       2
0016 #define PHY_TYPE_USB2       3
0017 #define PHY_TYPE_USB3       4
0018 #define PHY_TYPE_UFS        5
0019 #define PHY_TYPE_DP     6
0020 #define PHY_TYPE_XPCS       7
0021 #define PHY_TYPE_SGMII      8
0022 #define PHY_TYPE_QSGMII     9
0023 #define PHY_TYPE_DPHY       10
0024 #define PHY_TYPE_CPHY       11
0025 
0026 #endif /* _DT_BINDINGS_PHY */