/* SPDX-License-Identifier: GPL-2.0-only */1/*2*3* This header provides constants for the phy framework4*5* Copyright (C) 2014 STMicroelectronics6* Author: Gabriel Fernandez <[email protected]>7*/89#ifndef _DT_BINDINGS_PHY10#define _DT_BINDINGS_PHY1112#define PHY_NONE 013#define PHY_TYPE_SATA 114#define PHY_TYPE_PCIE 215#define PHY_TYPE_USB2 316#define PHY_TYPE_USB3 417#define PHY_TYPE_UFS 518#define PHY_TYPE_DP 619#define PHY_TYPE_XPCS 720#define PHY_TYPE_SGMII 821#define PHY_TYPE_QSGMII 922#define PHY_TYPE_DPHY 1023#define PHY_TYPE_CPHY 1124#define PHY_TYPE_USXGMII 122526#endif /* _DT_BINDINGS_PHY */272829