summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/acpi/pch_glan.asl
blob: 174f993ec250d14619e9587c8ec41ff0aae59b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

/* Intel Gigabit Ethernet Controller 0:1f.6 */

Device (GLAN)
{
	Name (_ADR, 0x001f0006)

	Name (_S0W, 3)

	Name (_PRW, Package() {GPE0_PME_B0, 4})

	Method (_DSW, 3) {}
}