summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/acpi/acpi/pmc.asl
blob: 34dcd43e4dc87ed8a1c8019cfc0e91a25b1b38fc (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

Device (PEPD)
{
	Name (_HID, "INT33A1" /* Intel Power Engine */)
	Name (_CID, EisaId ("PNP0D80") /* System Power Management Controller */)
	Name (_UID, One)
}