mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
d2ebfd0519
Screw the description like that inbred T3Q
15 lines
357 B
C
15 lines
357 B
C
/* 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 */
|