soc: Remove copyright notices
[coreboot.git] / src / soc / intel / icelake / acpi / serialio.asl
blob2a1cc6b2dd8446d94d153b4d22e8d305510d8318
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; version 2 of the License.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  */
15 /* Intel Serial IO Devices */
17 Device (I2C0)
19         Name (_ADR, 0x00150000)
20         Name (_DDN, "Serial IO I2C Controller 0")
23 Device (I2C1)
25         Name (_ADR, 0x00150001)
26         Name (_DDN, "Serial IO I2C Controller 1")
29 Device (I2C2)
31         Name (_ADR, 0x00150002)
32         Name (_DDN, "Serial IO I2C Controller 2")
35 Device (I2C3)
37         Name (_ADR, 0x00150003)
38         Name (_DDN, "Serial IO I2C Controller 3")
41 Device (I2C4)
43         Name (_ADR, 0x00190000)
44         Name (_DDN, "Serial IO I2C Controller 4")
47 Device (I2C5)
49         Name (_ADR, 0x00190001)
50         Name (_DDN, "Serial IO I2C Controller 5")
53 Device (SPI0)
55         Name (_ADR, 0x001e0002)
56         Name (_DDN, "Serial IO SPI Controller 0")
59 Device (SPI1)
61         Name (_ADR, 0x001e0003)
62         Name (_DDN, "Serial IO SPI Controller 1")
65 Device (SPI2)
67         Name (_ADR, 0x00120006)
68         Name (_DDN, "Serial IO SPI Controller 2")
71 Device (UAR0)
73         Name (_ADR, 0x001e0000)
74         Name (_DDN, "Serial IO UART Controller 0")
77 Device (UAR1)
79         Name (_ADR, 0x001e0001)
80         Name (_DDN, "Serial IO UART Controller 1")
83 Device (UAR2)
85         Name (_ADR, 0x00190002)
86         Name (_DDN, "Serial IO UART Controller 2")