arm64: dts: qcom: qcs404: Add remoteproc nodes
authorBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 9 Nov 2018 09:44:13 +0000 (15:14 +0530)
committerAndy Gross <andy.gross@linaro.org>
Sun, 18 Nov 2018 07:08:36 +0000 (01:08 -0600)
Add the TrustZone based remoteproc nodes and their glink edges for
adsp, cdsp and wcss. Enable them for EVB common DTS.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
arch/arm64/boot/dts/qcom/qcs404.dtsi

index db035fef67d9083a0fe7d50a85951dcb74a58d32..a39924efebe46f4a0d7336d45a418e18663d758e 100644 (file)
        };
 };
 
+&remoteproc_adsp {
+       status = "ok";
+};
+
+&remoteproc_cdsp {
+       status = "ok";
+};
+
+&remoteproc_wcss {
+       status = "ok";
+};
+
 &rpm_requests {
        pms405-regulators {
                compatible = "qcom,rpm-pms405-regulators";
index 46fce264c8feff33b4b4f566069046e40f98a93d..06607419c9d61b8ece5a786f233c302b3f8ce8fa 100644 (file)
                method = "smc";
        };
 
+       remoteproc_adsp: remoteproc-adsp {
+               compatible = "qcom,qcs404-adsp-pas";
+
+               interrupts-extended = <&intc GIC_SPI 293 IRQ_TYPE_EDGE_RISING>,
+                                     <&adsp_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
+                                     <&adsp_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
+                                     <&adsp_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
+                                     <&adsp_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
+               interrupt-names = "wdog", "fatal", "ready",
+                                 "handover", "stop-ack";
+
+               clocks = <&xo_board>;
+               clock-names = "xo";
+
+               memory-region = <&adsp_fw_mem>;
+
+               qcom,smem-states = <&adsp_smp2p_out 0>;
+               qcom,smem-state-names = "stop";
+
+               status = "disabled";
+
+               glink-edge {
+                       interrupts = <GIC_SPI 289 IRQ_TYPE_EDGE_RISING>;
+
+                       qcom,remote-pid = <2>;
+                       mboxes = <&apcs_glb 8>;
+
+                       label = "adsp";
+               };
+       };
+
+       remoteproc_cdsp: remoteproc-cdsp {
+               compatible = "qcom,qcs404-cdsp-pas";
+
+               interrupts-extended = <&intc GIC_SPI 229 IRQ_TYPE_EDGE_RISING>,
+                                     <&cdsp_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
+                                     <&cdsp_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
+                                     <&cdsp_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
+                                     <&cdsp_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
+               interrupt-names = "wdog", "fatal", "ready",
+                                 "handover", "stop-ack";
+
+               clocks = <&xo_board>;
+               clock-names = "xo";
+
+               memory-region = <&cdsp_fw_mem>;
+
+               qcom,smem-states = <&cdsp_smp2p_out 0>;
+               qcom,smem-state-names = "stop";
+
+               status = "disabled";
+
+               glink-edge {
+                       interrupts = <GIC_SPI 141 IRQ_TYPE_EDGE_RISING>;
+
+                       qcom,remote-pid = <5>;
+                       mboxes = <&apcs_glb 12>;
+
+                       label = "cdsp";
+               };
+       };
+
+       remoteproc_wcss: remoteproc-wcss {
+               compatible = "qcom,qcs404-wcss-pas";
+
+               interrupts-extended = <&intc GIC_SPI 153 IRQ_TYPE_EDGE_RISING>,
+                                     <&wcss_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
+                                     <&wcss_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
+                                     <&wcss_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
+                                     <&wcss_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
+               interrupt-names = "wdog", "fatal", "ready",
+                                 "handover", "stop-ack";
+
+               clocks = <&xo_board>;
+               clock-names = "xo";
+
+               memory-region = <&wlan_fw_mem>;
+
+               qcom,smem-states = <&wcss_smp2p_out 0>;
+               qcom,smem-state-names = "stop";
+
+               status = "disabled";
+
+               glink-edge {
+                       interrupts = <GIC_SPI 156 IRQ_TYPE_EDGE_RISING>;
+
+                       qcom,remote-pid = <1>;
+                       mboxes = <&apcs_glb 16>;
+
+                       label = "wcss";
+               };
+       };
+
        reserved-memory {
                #address-cells = <2>;
                #size-cells = <2>;