dts: bindings: Add binding for iProc PCIe EP node
Add device tree binding for the iProc PCIe EP present on Broadcom Valkyrie/Viper SoC series. Signed-off-by: Abhishek Shah <abhishek.shah@broadcom.com>
This commit is contained in:
parent
3c2fa8cd51
commit
455663dbf2
19
dts/bindings/pcie/endpoint/brcm,iproc-pcie-ep.yaml
Normal file
19
dts/bindings/pcie/endpoint/brcm,iproc-pcie-ep.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Copyright 2020 Broadcom.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Broadcom iProc PCIe EP node
|
||||
|
||||
compatible: "brcm,iproc-pcie-ep"
|
||||
|
||||
include: base.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
||||
description: |
|
||||
Register space for the memory mapped PAX(PCIe to AXI bridge) registers,
|
||||
It includes registers to access EP configuration space
|
||||
and to map Host PCIe address to PCIe Outbound memory.
|
||||
|
||||
label:
|
||||
required: true
|
Loading…
Reference in a new issue