treewide: replace GPLv2 long form headers with SPDX header
[coreboot.git] / src / mainboard / intel / apollolake_rvp / dsdt.asl
blobe63de17d6570b1f41b44a0b9d99cfcfb6b2adc19
1 /* This file is part of the coreboot project. */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 #include <acpi/acpi.h>
5 DefinitionBlock(
6         "dsdt.aml",
7         "DSDT",
8         0x02,           /* DSDT revision: ACPI v2.0 and up */
9         OEM_ID,
10         ACPI_TABLE_CREATOR,
11         0x20110725      /* OEM revision */
14         Scope (\_SB) {
15                 Device (PCI0)
16                 {
17                         Name (_HID, EISAID ("PNP0A08")) /* PCIe */
18                 }
19         }
21         #include <southbridge/intel/common/acpi/sleepstates.asl>