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