soc: Remove copyright notices
[coreboot.git] / src / soc / intel / apollolake / acpi / soc_int.asl
blobf8d0876fbdc9833545670791fad036f8dd6455e8
1 /*
2  * This file is part of the coreboot project.
3  *
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  */
16 #ifndef _SOC_INT_DEFINE_ASL_
17 #define _SOC_INT_DEFINE_ASL_
19 #define SDCARD_INT      3       /* Need to be shared by PMC and SCC only*/
20 #define UART0_INT       4       /* Need to be shared by PMC and SCC only*/
21 #define UART1_INT       5       /* Need to be shared by PMC and SCC only*/
22 #define UART2_INT       6       /* Need to be shared by PMC and SCC only*/
23 #define UART3_INT       7       /* Need to be shared by PMC and SCC only*/
24 #define XDCI_INT        13      /* Need to be shared by PMC and SCC only*/
25 #define GPIO_BANK_INT   14
26 #define NPK_INT         16
27 #define PIRQA_INT       16
28 #define PIRQB_INT       17
29 #define PIRQC_INT       18
30 #define SATA_INT        19
31 #define GEN_INT         19
32 #define PIRQD_INT       19
33 #define XHCI_INT        17      /* Need to be shared by PMC and SCC only*/
34 #define SMBUS_INT       20      /* PIRQE */
35 #define CSE_INT         20      /* PIRQE */
36 #define IUNIT_INT       21      /* PIRQF */
37 #define PIRQF_INT       21
38 #define PIRQG_INT       22
39 #define PUNIT_INT       24
40 #define AUDIO_INT       25
41 #define ISH_INT         26
42 #define I2C0_INT        27
43 #define I2C1_INT        28
44 #define I2C2_INT        29
45 #define I2C3_INT        30
46 #define I2C4_INT        31
47 #define I2C5_INT        32
48 #define I2C6_INT        33
49 #define I2C7_INT        34
50 #define SPI0_INT        35
51 #define SPI1_INT        36
52 #define SPI2_INT        37
53 #define UFS_INT         38
54 #define EMMC_INT        39
55 #define PMC_INT         40
56 #define SDIO_INT        42
57 #define CNVI_INT        44
59 #endif  /* _SOC_INT_DEFINE_ASL_ */