soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / superio / fintek / f81865f / f81865f.h
blob5a5b1236433c3aaf22ae599e5c039c221d4fec68
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /*
4 * Datasheet:
5 * - Name: F81865F/F-I
6 */
7 #ifndef SUPERIO_FINTEK_F81865_H
8 #define SUPERIO_FINTEK_F81865_H
10 /* Logical Device Numbers (LDN). */
11 #define F81865F_FDC 0x00 /* Floppy */
12 #define F81865F_SP1 0x10 /* UART1 */
13 #define F81865F_SP2 0x11 /* UART2 */
14 #define F81865F_PP 0x03 /* Parallel Port */
15 #define F81865F_HWM 0x04 /* Hardware Monitor */
16 #define F81865F_KBC 0x05 /* Keyboard/Mouse */
17 #define F81865F_GPIO 0x06 /* General Purpose I/O (GPIO) */
18 #define F81865F_PME 0x0a /* Power Management Events (PME) */
20 #endif /* SUPERIO_FINTEK_F81865_H */