Merge "ARM: dts: qcom: Add CDSP remoteproc in SDMSHRIKE"

This commit is contained in:
qctecmdr
2022-07-01 09:40:18 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 41 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ on the Qualcomm Technologies inc ADSP Hexagon core.
"qcom,khaje-cdsp-pas"
"qcom,khaje-modem-pas"
"qcom,sdmshrike-adsp-pas"
"qcom,sdmshrike-cdsp-pas"
- interrupts-extended:
Usage: required

View File

@@ -414,7 +414,7 @@
reg = <0x0 0x98800000 0x0 0x100000>;
};
pil_cdsp_mem: cdsp_regions@98900000 {
rproc_cdsp_mem: rproc_cdsp_region@98900000 {
no-map;
reg = <0x0 0x98900000 0x0 0x1400000>;
};
@@ -1424,6 +1424,45 @@
qcom,smem-states = <&adsp_smp2p_out 0>;
qcom,smem-state-names = "stop";
};
cdsp_pas: remoteproc-cdsp@0x8300000 {
compatible = "qcom,sm8150-cdsp-pas";
reg = <0x8300000 0x100000>;
status = "ok";
cx-supply = <&VDD_CX_LEVEL>;
cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
reg-names = "cx";
clocks = <&rpmhcc RPMH_CXO_CLK>;
clock-names = "xo";
qcom,qmp = <&aoss_qmp>;
interconnects = <&aggre2_noc MASTER_CRYPTO &mc_virt SLAVE_EBI1>;
interconnect-names = "crypto_ddr";
memory-region = <&rproc_cdsp_mem>;
/* Inputs from ssc */
interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_EDGE_RISING>,
<&cdsp_smp2p_in 0 0>,
<&cdsp_smp2p_in 2 0>,
<&cdsp_smp2p_in 1 0>,
<&cdsp_smp2p_in 3 0>,
<&cdsp_smp2p_in 7 0>;
interrupt-names = "wdog",
"fatal",
"handover",
"ready",
"stop-ack",
"shutdown-ack";
/* Outputs to turing */
qcom,smem-states = <&cdsp_smp2p_out 0>;
qcom,smem-state-names = "stop";
};
};
&firmware {