blob: fbb609b48c9cce5c4e9833d465f549a209a575c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#include <soc/intel/common/block/acpi/acpi/ipu.asl>
/* IPU3 processing system - Device 14, Function 3 */
Device (CIO2)
{
Name (_ADR, 0x00140003)
Name (_DDN, "Camera and Imaging Subsystem")
Name (CAMD, 0x00)
}
|