summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/acpi/acpi/ipu.asl
blob: 3a821e55240a580fb5f2e2837bcfc4f5304e5425 (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. */

/* IPU3 input system - Device 05, Function 0 */
Device (IMGU)
{
	Name (_ADR, 0x00050000)
	Name (_DDN, "Imaging Unit")
	Name (_CCA, ZERO)
	Name (CAMD, 0x01)
}