ARM: dts: qcom: sdx65: Add interconnect nodes
authorRohit Agarwal <quic_rohiagar@quicinc.com>
Mon, 2 May 2022 09:06:32 +0000 (14:36 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 27 Jun 2022 21:07:55 +0000 (16:07 -0500)
Add interconnect devicetree nodes in SDX65 platform.

Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
[bjorn: Sorted nodes]
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/1651482395-29443-2-git-send-email-quic_rohiagar@quicinc.com
arch/arm/boot/dts/qcom-sdx65.dtsi

index 610e6b9..93ac4c7 100644 (file)
                };
        };
 
+       mc_virt: interconnect-mc-virt {
+               compatible = "qcom,sdx65-mc-virt";
+               #interconnect-cells = <1>;
+               qcom,bcm-voters = <&apps_bcm_voter>;
+       };
+
        psci {
                compatible = "arm,psci-1.0";
                method = "smc";
                        status = "disabled";
                };
 
+               system_noc: interconnect@1620000 {
+                       compatible = "qcom,sdx65-system-noc";
+                       reg = <0x01620000 0x31200>;
+                       #interconnect-cells = <1>;
+                       qcom,bcm-voters = <&apps_bcm_voter>;
+               };
+
                tcsr_mutex: hwlock@1f40000 {
                        compatible = "qcom,tcsr-mutex";
                        reg = <0x01f40000 0x40000>;
                        status = "disabled";
                };
 
+               mem_noc: interconnect@9680000 {
+                       compatible = "qcom,sdx65-mem-noc";
+                       reg = <0x09680000 0x27200>;
+                       #interconnect-cells = <1>;
+                       qcom,bcm-voters = <&apps_bcm_voter>;
+               };
+
                spmi_bus: qcom,spmi@c440000 {
                        compatible = "qcom,spmi-pmic-arb";
                        reg = <0xc440000 0xd00>,
                                        };
                                };
                        };
+
+                       apps_bcm_voter: bcm-voter {
+                               compatible = "qcom,bcm-voter";
+                       };
+
                };
        };