payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / superio / fintek / f81866d / f81866d.h
blob4f81d5a85ef7f4aadafa467d3b0cdd0ec56b7483
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /*
4 * Datasheet:
5 * - Name: F81866D/A-I, Release Date: Jan 2012, Version: V0.12P
6 * - Link: http://www.alldatasheet.com/datasheet-pdf/pdf/459085/FINTEK/F81866AD-I.html
7 */
9 #ifndef SUPERIO_FINTEK_F81866_H
10 #define SUPERIO_FINTEK_F81866_H
12 /* Logical Device Numbers (LDN) */
13 #define F81866D_FDC 0x00 /* Floppy */
14 #define F81866D_SP1 0x10 /* UART1 */
15 #define F81866D_SP2 0x11 /* UART2 */
16 #define F81866D_SP3 0x12 /* UART3 */
17 #define F81866D_SP4 0x13 /* UART4 */
18 #define F81866D_SP5 0x14 /* UART3 */
19 #define F81866D_SP6 0x15 /* UART4 */
20 #define F81866D_PP 0x03 /* Parallel Port */
21 #define F81866D_HWM 0x04 /* Hardware Monitor */
22 #define F81866D_KBC 0x05 /* Keyboard/Mouse */
23 #define F81866D_GPIO 0x06 /* General Purpose I/O (GPIO) */
24 #define F81866D_WDT 0x07 /* Watchdog */
25 #define F81866D_PME 0x0a /* Power Management Events (PME) */
27 #endif /* SUPERIO_FINTEK_F81866_H */