1# Copyright (c) 2020 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4# Common fields for PCIe bus controllers
5
6include: [base.yaml, acpi.yaml]
7
8description: Generic PCIe host controller
9
10compatible: "pcie-controller"
11
12bus: pcie
13
14properties:
15  "#address-cells":
16    required: true
17  "#size-cells":
18    required: true
19