28 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 *4 * This header provides constants for the phy framework5 *6 * Copyright (C) 2014 STMicroelectronics7 * Author: Gabriel Fernandez <gabriel.fernandez@st.com>8 */9 10#ifndef _DT_BINDINGS_PHY11#define _DT_BINDINGS_PHY12 13#define PHY_NONE 014#define PHY_TYPE_SATA 115#define PHY_TYPE_PCIE 216#define PHY_TYPE_USB2 317#define PHY_TYPE_USB3 418#define PHY_TYPE_UFS 519#define PHY_TYPE_DP 620#define PHY_TYPE_XPCS 721#define PHY_TYPE_SGMII 822#define PHY_TYPE_QSGMII 923#define PHY_TYPE_DPHY 1024#define PHY_TYPE_CPHY 1125#define PHY_TYPE_USXGMII 1226 27#endif /* _DT_BINDINGS_PHY */28