Merge "ARM: dts: msm: Add wpss node for ravelin"

This commit is contained in:
qctecmdr
2022-11-04 06:44:55 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 64 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ on the Qualcomm ADSP Hexagon core.
"qcom,anorak-cdsp-pas"
"qcom,ravelin-adsp-pas"
"qcom,ravelin-modem-pas"
"qcom,ravelin-wpss-pas"
- interrupts-extended:

View File

@@ -1589,6 +1589,69 @@
};
};
};
wpss_pas: remoteproc-wpss@8a00000 {
compatible = "qcom,ravelin-wpss-pas";
reg = <0x08a00000 0x10000>;
status = "ok";
memory-region = <&wpss_moselle_mem>;
firmware-name = "adrastea/wpss.mdt";
clocks = <&rpmhcc RPMH_CXO_CLK>;
clock-names = "xo";
cx-supply = <&VDD_CX_LEVEL>;
cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
mx-supply = <&VDD_MX_LEVEL>;
mx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
reg-names = "cx","mx";
qcom,qmp = <&aoss_qmp>;
/* Inputs from wpss */
interrupts-extended = <&intc GIC_SPI 587 IRQ_TYPE_EDGE_RISING>,
<&wpss_smp2p_in 0 0>,
<&wpss_smp2p_in 2 0>,
<&wpss_smp2p_in 1 0>,
<&wpss_smp2p_in 3 0>,
<&wpss_smp2p_in 7 0>;
interrupt-names = "wdog",
"fatal",
"handover",
"ready",
"stop-ack",
"shutdown-ack";
/* Outputs to wpss */
qcom,smem-states = <&wpss_smp2p_out 0>;
qcom,smem-state-names = "stop";
glink-edge {
qcom,remote-pid = <13>;
transport = "smem";
mboxes = <&ipcc_mproc IPCC_CLIENT_WPSS
IPCC_MPROC_SIGNAL_GLINK_QMP>;
mbox-names = "wpss_smem";
interrupt-parent = <&ipcc_mproc>;
interrupts = <IPCC_CLIENT_WPSS
IPCC_MPROC_SIGNAL_GLINK_QMP
IRQ_TYPE_EDGE_RISING>;
label = "wpss";
qcom,glink-label = "wpss";
qcom,wpss_qrtr {
qcom,glink-channels = "IPCRTR";
qcom,intents = <0x800 5
0x2000 3
0x4400 2>;
};
};
};
qcom,msm_gsi {
compatible = "qcom,msm_gsi";
};