xref: /openbmc/u-boot/include/dt-bindings/phy/phy.h (revision 81401325)
1*0b45a79fSStefan Roese /*
2*0b45a79fSStefan Roese  *
3*0b45a79fSStefan Roese  * This header provides constants for the phy framework
4*0b45a79fSStefan Roese  *
5*0b45a79fSStefan Roese  * Copyright (C) 2014 STMicroelectronics
6*0b45a79fSStefan Roese  * Author: Gabriel Fernandez <gabriel.fernandez@st.com>
7*0b45a79fSStefan Roese  * License terms:  GNU General Public License (GPL), version 2
8*0b45a79fSStefan Roese  */
9*0b45a79fSStefan Roese 
10*0b45a79fSStefan Roese #ifndef _DT_BINDINGS_PHY
11*0b45a79fSStefan Roese #define _DT_BINDINGS_PHY
12*0b45a79fSStefan Roese 
13*0b45a79fSStefan Roese #define PHY_NONE		0
14*0b45a79fSStefan Roese #define PHY_TYPE_SATA		1
15*0b45a79fSStefan Roese #define PHY_TYPE_PCIE		2
16*0b45a79fSStefan Roese #define PHY_TYPE_USB2		3
17*0b45a79fSStefan Roese #define PHY_TYPE_USB3		4
18*0b45a79fSStefan Roese 
19*0b45a79fSStefan Roese #endif /* _DT_BINDINGS_PHY */
20