aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/acpi/pcie.asl
blob: f7cf04f3133e9b02a6d7d31372a1d962b6b3f0bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0-only */

/* PCIe Ports */

Device (RP01)
{
	Name (_ADR, 0x00140000)
	Name (_DDN, "PCIe-B 0")

	#include "pcie_port.asl"
}

Device (RP03)
{
	Name (_ADR, 0x00130000)
	Name (_DDN, "PCIe-A 0")

	#include "pcie_port.asl"
}