Lee Jones | d821bfa | 2014-07-09 12:41:11 +0100 | [diff] [blame] | 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 */ |