1# Copyright (c) 2022 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4# Common fields for PCIe devices
5
6properties:
7  vendor-id:
8    type: int
9    description: Vendor ID of the device
10  device-id:
11    type: int
12    description: Device ID of the device
13  class-rev:
14    type: int
15    description: Optional class/revision register filter
16  class-rev-mask:
17    type: int
18    description: Class/revision register mask
19