1/* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
2/*
3 * Qualcomm QMP PHY constants
4 *
5 * Copyright (C) 2022 Linaro Limited
6 */
7
8#ifndef _DT_BINDINGS_PHY_QMP
9#define _DT_BINDINGS_PHY_QMP
10
11/* QMP USB4-USB3-DP clocks */
12#define QMP_USB43DP_USB3_PIPE_CLK 0
13#define QMP_USB43DP_DP_LINK_CLK 1
14#define QMP_USB43DP_DP_VCO_DIV_CLK 2
15
16/* QMP USB4-USB3-DP PHYs */
17#define QMP_USB43DP_USB3_PHY 0
18#define QMP_USB43DP_DP_PHY 1
19
20#endif /* _DT_BINDINGS_PHY_QMP */
21

source code of linux/include/dt-bindings/phy/phy-qcom-qmp.h