162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * This header provides constants for i.MX8 PCIe. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_IMX8_PCIE_H 762306a36Sopenharmony_ci#define _DT_BINDINGS_IMX8_PCIE_H 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci/* Reference clock PAD mode */ 1062306a36Sopenharmony_ci#define IMX8_PCIE_REFCLK_PAD_UNUSED 0 1162306a36Sopenharmony_ci#define IMX8_PCIE_REFCLK_PAD_INPUT 1 1262306a36Sopenharmony_ci#define IMX8_PCIE_REFCLK_PAD_OUTPUT 2 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif /* _DT_BINDINGS_IMX8_PCIE_H */ 15