1279377Simp/*
2279377Simp *
3279377Simp * This header provides constants for the phy framework
4279377Simp *
5279377Simp * Copyright (C) 2014 STMicroelectronics
6279377Simp * Author: Gabriel Fernandez <gabriel.fernandez@st.com>
7279377Simp * License terms:  GNU General Public License (GPL), version 2
8279377Simp */
9279377Simp
10279377Simp#ifndef _DT_BINDINGS_PHY
11279377Simp#define _DT_BINDINGS_PHY
12279377Simp
13279377Simp#define PHY_NONE		0
14279377Simp#define PHY_TYPE_SATA		1
15279377Simp#define PHY_TYPE_PCIE		2
16279377Simp#define PHY_TYPE_USB2		3
17279377Simp#define PHY_TYPE_USB3		4
18279377Simp
19279377Simp#endif /* _DT_BINDINGS_PHY */
20