]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/dt-bindings/phy/phy-imx8-pcie.h
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / include / dt-bindings / phy / phy-imx8-pcie.h
1 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
2 /*
3 * This header provides constants for i.MX8 PCIe.
4 */
5
6 #ifndef _DT_BINDINGS_IMX8_PCIE_H
7 #define _DT_BINDINGS_IMX8_PCIE_H
8
9 /* Reference clock PAD mode */
10 #define IMX8_PCIE_REFCLK_PAD_UNUSED 0
11 #define IMX8_PCIE_REFCLK_PAD_INPUT 1
12 #define IMX8_PCIE_REFCLK_PAD_OUTPUT 2
13
14 #endif /* _DT_BINDINGS_IMX8_PCIE_H */