mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-06 13:09:58 +00:00
arm64: dts: qcom: sdx75: Add remoteproc node
Add MPSS remoteproc node for SDX75 SoC. Signed-off-by: Naina Mehta <quic_nainmeht@quicinc.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240709064924.325478-5-quic_nainmeht@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
7a7d98fca6
commit
41c72f36b2
@ -891,6 +891,53 @@ tcsr: syscon@1fc0000 {
|
|||||||
reg = <0x0 0x01fc0000 0x0 0x30000>;
|
reg = <0x0 0x01fc0000 0x0 0x30000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
remoteproc_mpss: remoteproc@4080000 {
|
||||||
|
compatible = "qcom,sdx75-mpss-pas";
|
||||||
|
reg = <0 0x04080000 0 0x4040>;
|
||||||
|
|
||||||
|
interrupts-extended = <&intc GIC_SPI 250 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<&smp2p_modem_in 0 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<&smp2p_modem_in 1 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<&smp2p_modem_in 2 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<&smp2p_modem_in 3 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<&smp2p_modem_in 7 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
interrupt-names = "wdog",
|
||||||
|
"fatal",
|
||||||
|
"ready",
|
||||||
|
"handover",
|
||||||
|
"stop-ack",
|
||||||
|
"shutdown-ack";
|
||||||
|
|
||||||
|
clocks = <&rpmhcc RPMH_CXO_CLK>;
|
||||||
|
clock-names = "xo";
|
||||||
|
|
||||||
|
power-domains = <&rpmhpd RPMHPD_CX>,
|
||||||
|
<&rpmhpd RPMHPD_MSS>;
|
||||||
|
power-domain-names = "cx",
|
||||||
|
"mss";
|
||||||
|
|
||||||
|
memory-region = <&mpssadsp_mem>, <&q6_mpss_dtb_mem>,
|
||||||
|
<&mpss_dsm_mem>, <&mpss_dsm_mem_2>,
|
||||||
|
<&qlink_logging_mem>;
|
||||||
|
|
||||||
|
qcom,qmp = <&aoss_qmp>;
|
||||||
|
|
||||||
|
qcom,smem-states = <&smp2p_modem_out 0>;
|
||||||
|
qcom,smem-state-names = "stop";
|
||||||
|
|
||||||
|
status = "disabled";
|
||||||
|
|
||||||
|
glink-edge {
|
||||||
|
interrupts-extended = <&ipcc IPCC_CLIENT_MPSS
|
||||||
|
IPCC_MPROC_SIGNAL_PING
|
||||||
|
IRQ_TYPE_EDGE_RISING>;
|
||||||
|
mboxes = <&ipcc IPCC_CLIENT_MPSS
|
||||||
|
IPCC_MPROC_SIGNAL_PING>;
|
||||||
|
label = "mpss";
|
||||||
|
qcom,remote-pid = <1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
sdhc: mmc@8804000 {
|
sdhc: mmc@8804000 {
|
||||||
compatible = "qcom,sdx75-sdhci", "qcom,sdhci-msm-v5";
|
compatible = "qcom,sdx75-sdhci", "qcom,sdhci-msm-v5";
|
||||||
reg = <0x0 0x08804000 0x0 0x1000>;
|
reg = <0x0 0x08804000 0x0 0x1000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user