coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio_defs.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _MAINBOARD_GPIO_DEFS_H
4 #define _MAINBOARD_GPIO_DEFS_H
5 
6 #include <soc/gpio_defs.h>
7 
8 // _GPIO_0 : LFFF: DVT_GPIO<0> : BOOTED
9 #define GPIO_GPIO_0 0
10 #define R_PAD_CFG_DW0_GPIO_0 0x4d8
11 #define PID_GPIO_0 PID_NorthCommunity
12 
13 // _GPIO_4 : LFFF: M2A_CFGn : M2A_SATAn
14 #define GPIO_GPIO_4 4
15 #define R_PAD_CFG_DW0_GPIO_4 0x568
16 #define PID_GPIO_4 PID_SouthCommunity
17 
18 // _GPIO_5 : LFFF: M2B_CFGn : M2B_SATAn
19 #define GPIO_GPIO_5 5
20 #define R_PAD_CFG_DW0_GPIO_5 0x570
21 #define PID_GPIO_5 PID_SouthCommunity
22 
23 
24 // _GPIO_8 : LFFF: DVT_GPIO<1> : Baud select
25 #define GPIO_GPIO_8 8
26 #define R_PAD_CFG_DW0_GPIO_8 0x5c8
27 #define PID_GPIO_8 PID_SouthCommunity
28 
29 // _GPIO_9 : LFFF: DVT_GPIO<2> : BIOS Verbose
30 #define GPIO_GPIO_9 9
31 #define R_PAD_CFG_DW0_GPIO_9 0x5d0
32 #define PID_GPIO_9 PID_SouthCommunity
33 
34 #endif /* _MAINBOARD_GPIO_DEFS_H */