xref: /openbmc/u-boot/arch/x86/include/asm/arch-queensbay/tnc.h (revision 0adb5b761f4c789ae47d8abb015f5e017263d3f2)
1 /*
2  * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef _X86_ARCH_TNC_H_
8 #define _X86_ARCH_TNC_H_
9 
10 #include <pci.h>
11 
12 /* PCI Configuration Space (D31:F0): LPC */
13 #define PCH_LPC_DEV	PCI_BDF(0, 0x1f, 0)
14 
15 #endif /* _X86_ARCH_TNC_H_ */
16