coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
aoac_defs.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef AMD_PICASSO_AOAC_DEFS_H
4 #define AMD_PICASSO_AOAC_DEFS_H
5 
6 /* FCH AOAC device offsets for AOAC_DEV_D3_CTL/AOAC_DEV_D3_STATE */
7 #define FCH_AOAC_DEV_CLK_GEN 0
8 #define FCH_AOAC_DEV_I2C2 7
9 #define FCH_AOAC_DEV_I2C3 8
10 #define FCH_AOAC_DEV_I2C4 9
11 #define FCH_AOAC_DEV_UART0 11
12 #define FCH_AOAC_DEV_UART1 12
13 #define FCH_AOAC_DEV_UART2 16
14 #define FCH_AOAC_DEV_AMBA 17
15 #define FCH_AOAC_DEV_UART3 26
16 #define FCH_AOAC_DEV_ESPI 27
17 #define FCH_AOAC_DEV_EMMC 28
18 
19 #endif /* AMD_PICASSO_AOAC_DEFS_H */