Commit f6f78787 authored by Richard Zhu's avatar Richard Zhu Committed by Vinod Koul
Browse files

dt-bindings: phy: phy-imx8-pcie: Add binding for the pad modes of imx8 pcie phy

parent b156117a
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
 * This header provides constants for i.MX8 PCIe.
 */

#ifndef _DT_BINDINGS_IMX8_PCIE_H
#define _DT_BINDINGS_IMX8_PCIE_H

/* Reference clock PAD mode */
#define IMX8_PCIE_REFCLK_PAD_UNUSED	0
#define IMX8_PCIE_REFCLK_PAD_INPUT	1
#define IMX8_PCIE_REFCLK_PAD_OUTPUT	2

#endif /* _DT_BINDINGS_IMX8_PCIE_H */