dt-bindings: interconnect: add interconnect bindings for SDXBAAGHA

Add interconnect device bindings. These devices can be used to
describe any RPMH and NoC based interconnect devices.

Change-Id: I8d10961c4043c0110fed0e6993df7b97d22f7a67
This commit is contained in:
Raviteja Laggyshetty
2022-05-29 22:20:45 +05:30
committed by Gerrit - the friendly Code Review server
parent 5e099baabc
commit 97cd7572c8

View File

@@ -0,0 +1,26 @@
Qualcomm Technologies, Inc. SDXBAAGHA Network-On-Chip interconnect driver binding
-----------------------------------------------------------
SDXBAAGHA interconnect providers support system bandwidth requirements through
RPMh hardware accelerators known as Bus Clock Manager (BCM). The provider is
able to communicate with the BCM through the Resource State Coordinator (RSC)
associated with each execution environment. Provider nodes must point to at
least one RPMh device child node pertaining to their RSC and each provider
can map to multiple RPMh resources.
Required properties :
- compatible : shall contain only one of the following:
"qcom,sdxbaagha-aggre_noc",
"qcom,sdxbaagha-cnoc_main",
"qcom,sdxbaagha-dc_noc_dch",
"qcom,sdxbaagha-mc_virt",
"qcom,sdxbaagha-mem_noc",
"qcom,sdxbaagha-snoc",
- #interconnect-cells : should contain 1
Examples:
snoc: interconnect@15C0000 {
compatible = "qcom,sdxbaagha-snoc";
#interconnect-cells = <1>;
};