coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ast2400.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_ASPEED_AST2400_H
4 #define SUPERIO_ASPEED_AST2400_H
5 
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 */
15 
16 #endif /* SUPERIO_ASPEED_AST2400_H */