/* SPDX-License-Identifier: GPL-2.0-only */ /* * * This header provides constants for the phy framework * * Copyright (C) 2014 STMicroelectronics * Author: Gabriel Fernandez <[email protected]> */ #ifndef _DT_BINDINGS_PHY #define _DT_BINDINGS_PHY #define PHY_NONE … #define PHY_TYPE_SATA … #define PHY_TYPE_PCIE … #define PHY_TYPE_USB2 … #define PHY_TYPE_USB3 … #define PHY_TYPE_UFS … #define PHY_TYPE_DP … #define PHY_TYPE_XPCS … #define PHY_TYPE_SGMII … #define PHY_TYPE_QSGMII … #define PHY_TYPE_DPHY … #define PHY_TYPE_CPHY … #define PHY_TYPE_USXGMII … #endif /* _DT_BINDINGS_PHY */