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