summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/interconnect/qcom,sdm845.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/interconnect/qcom,sdm845.txt')
-rw-r--r--dts/Bindings/interconnect/qcom,sdm845.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/dts/Bindings/interconnect/qcom,sdm845.txt b/dts/Bindings/interconnect/qcom,sdm845.txt
new file mode 100644
index 0000000000..5c4f1d9116
--- /dev/null
+++ b/dts/Bindings/interconnect/qcom,sdm845.txt
@@ -0,0 +1,24 @@
+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>;
+ };
+};
+