Add a binding to represent a PCIe bus. This way PCIe devices can be ordered under a parent PCIe bus object and make help of DT BUS macros for conditional code. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
15 lines
246 B
YAML
15 lines
246 B
YAML
# Copyright (c) 2020 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common fields for PCIe bus controllers
|
|
|
|
include: base.yaml
|
|
|
|
bus: pcie
|
|
|
|
properties:
|
|
"#address-cells":
|
|
required: true
|
|
"#size-cells":
|
|
required: true
|