mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
5e099baabc
commit
97cd7572c8
26
bindings/interconnect/qcom,sdxbaagha.txt
Normal file
26
bindings/interconnect/qcom,sdxbaagha.txt
Normal 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>;
|
||||
};
|
||||
Reference in New Issue
Block a user