mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 15:11:54 +00:00
Merge "dt-bindings: interconnect: add interconnect bindings for Cinder"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
cb3ddfbbe2
24
bindings/interconnect/qcom,cinder.txt
Normal file
24
bindings/interconnect/qcom,cinder.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
Qualcomm Technologies, Inc. Cinder Network-On-Chip interconnect driver binding
|
||||
-----------------------------------------------------------
|
||||
|
||||
Cinder 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,cinder-clk_virt",
|
||||
"qcom,cinder-gem_noc",
|
||||
"qcom,cinder-mc_virt",
|
||||
"qcom,cinder-system_noc",
|
||||
- #interconnect-cells : should contain 1
|
||||
|
||||
Examples:
|
||||
|
||||
system_noc: interconnect@1640000 {
|
||||
compatible = "qcom,cinder-system_noc";
|
||||
interconnect-cells = <1>;
|
||||
};
|
||||
Reference in New Issue
Block a user