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_STONEYRIDGE_AOAC_DEFS_H
4 #define AMD_STONEYRIDGE_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_UART0 11
13 #define FCH_AOAC_DEV_UART1 12
14 #define FCH_AOAC_DEV_AMBA 17
15 #define FCH_AOAC_DEV_USB2 18
16 #define FCH_AOAC_DEV_USB3 23
17 
18 #endif /* AMD_STONEYRIDGE_AOAC_DEFS_H */