]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/gnu/dts/include/dt-bindings/phy/phy-miphy365x.h
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / gnu / dts / include / dt-bindings / phy / phy-miphy365x.h
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
10 #define MIPHY_TYPE_SATA         1
11 #define MIPHY_TYPE_PCIE         2
12 #define MIPHY_TYPE_USB          3
13
14 #endif /* _DT_BINDINGS_PHY_MIPHY */