1# Copyright (c) 2023 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4# Common fields for ACPI informed based devices 5 6properties: 7 acpi-hid: 8 type: string 9 description: Used to supply OSPM with the device’s PNP ID or ACPI ID. 10 A node is consder as acpi based or not based on whether this property 11 is present or not. 12 13 acpi-uid: 14 type: string 15 description: | 16 Provides OSPM with a logical device ID that does not change 17 across reboots. This object is optional, but is required when the device 18 has no other way to report a persistent unique device ID. The _UID must be 19 unique across all devices with either a common _HID or _CID. 20 21 acpi-comp-id: 22 type: string-array 23 description: Used to supply OSPM with a device’s Plug and Play-Compatible Device ID 24