6db4831e98
Android 14
25 lines
800 B
Plaintext
25 lines
800 B
Plaintext
Qualcomm SDM845 Network-On-Chip interconnect driver binding
|
|
-----------------------------------------------------------
|
|
|
|
SDM845 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 reside within
|
|
an RPMh device node pertaining to their RSC and each provider maps to a single
|
|
RPMh resource.
|
|
|
|
Required properties :
|
|
- compatible : shall contain only one of the following:
|
|
"qcom,sdm845-rsc-hlos"
|
|
- #interconnect-cells : should contain 1
|
|
|
|
Examples:
|
|
|
|
apps_rsc: rsc {
|
|
rsc_hlos: interconnect {
|
|
compatible = "qcom,sdm845-rsc-hlos";
|
|
#interconnect-cells = <1>;
|
|
};
|
|
};
|
|
|