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_SABRINA_AOAC_DEFS_H
4 #define AMD_SABRINA_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_I2C0 5
9 #define FCH_AOAC_DEV_I2C1 6
10 #define FCH_AOAC_DEV_I2C2 7
11 #define FCH_AOAC_DEV_I2C3 8
12 #define FCH_AOAC_DEV_I2C4 9
13 #define FCH_AOAC_DEV_I2C5 10
14 #define FCH_AOAC_DEV_UART0 11
15 #define FCH_AOAC_DEV_UART1 12
16 #define FCH_AOAC_DEV_UART2 16
17 #define FCH_AOAC_DEV_AMBA 17
18 #define FCH_AOAC_DEV_UART4 20
19 #define FCH_AOAC_DEV_UART3 26
20 #define FCH_AOAC_DEV_ESPI 27
21 #define FCH_AOAC_DEV_EMMC 28
22 
23 #endif /* AMD_SABRINA_AOAC_DEFS_H */