soc: Remove copyright notices
[coreboot.git] / src / soc / intel / apollolake / acpi / pcie.asl
blobd4cb02bf37efe0293c6ae18d9b5a4636024cb372
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 /* PCIe Ports */
17 Device (RP01)
19         Name (_ADR, 0x00140000)
20         Name (_DDN, "PCIe-B 0")
22         #include "pcie_port.asl"
25 Device (RP03)
27         Name (_ADR, 0x00130000)
28         Name (_DDN, "PCIe-A 0")
30         #include "pcie_port.asl"