coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
irq.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_EHL_IRQ_H_
4 #define _SOC_EHL_IRQ_H_
5 
6 #define GPIO_IRQ14 14
7 #define GPIO_IRQ15 15
8 
9 #define PCH_IRQ10 10
10 #define PCH_IRQ11 11
11 #define PCH_IRQ24 24
12 #define PCH_IRQ25 25
13 #define PCH_IRQ26 26
14 #define PCH_IRQ27 27
15 #define PCH_IRQ28 28
16 #define PCH_IRQ29 29
17 #define PCH_IRQ30 30
18 #define PCH_IRQ31 31
19 #define PCH_IRQ32 32
20 #define PCH_IRQ33 33
21 #define PCH_IRQ34 34
22 #define PCH_IRQ35 35
23 #define PCH_IRQ36 36
24 
25 /* PCI shared IRQs */
26 #define PCH_IRQ_A 16
27 #define PCH_IRQ_B 17
28 #define PCH_IRQ_C 18
29 #define PCH_IRQ_D 19
30 #define PCH_IRQ_E 20
31 #define PCH_IRQ_F 21
32 #define PCH_IRQ_G 22
33 #define PCH_IRQ_H 23
34 
35 /* LPSS Device IRQs */
36 #define LPSS_UART0_IRQ 16
37 #define LPSS_UART1_IRQ 17
38 #define LPSS_UART2_IRQ 33
39 
40 #endif /* _EHL_IRQ_H_ */