summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/acpi/ipu.asl
blob: 337782d2cc0dee642ce8c9340aefdce0c025a601 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

Scope (\_SB.PCI0)
{
	Device (IPU0)
	{
		Name (_ADR, 0x00050000)
		Name (_DDN, "Camera and Imaging Subsystem")
	}
}