soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / superio / aspeed / ast2400 / ast2400.h
blobdc9fe1a6e5e2cf79839a414a7499d69690defd46
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef SUPERIO_ASPEED_AST2400_H
4 #define SUPERIO_ASPEED_AST2400_H
6 #define AST2400_SUART1 0x2 /* Com1 */
7 #define AST2400_SUART2 0x3 /* Com2 */
8 #define AST2400_SWC 0x4 /* System Wake-Up Control */
9 #define AST2400_KBC 0x5 /* Keyboard controller */
10 #define AST2400_GPIO 0x7 /* GPIO */
11 #define AST2400_SUART3 0xB /* Com3 */
12 #define AST2400_SUART4 0xC /* Com4 */
13 #define AST2400_ILPC2AHB 0xD /* LPC 2 AHB */
14 #define AST2400_MAILBOX 0xE /* Mailbox */
16 #endif /* SUPERIO_ASPEED_AST2400_H */