arm64: dts: qcom: qcs615-ride: enable remoteprocs

Enable all remoteproc nodes on the qcs615-ride board and point to the
appropriate firmware files to allow proper functioning of the remote
processors.

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
Link: https://lore.kernel.org/r/20250526-add_qcs615_remoteproc_support-v4-6-06a7d8bed0b5@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Lijuan Gao
2025-05-26 13:21:52 +08:00
committed by Bjorn Andersson
parent 18b011d456
commit 47d59463bd

View File

@@ -240,6 +240,18 @@ &qupv3_id_0 {
status = "okay";
};
&remoteproc_adsp {
firmware-name = "qcom/qcs615/adsp.mbn";
status = "okay";
};
&remoteproc_cdsp {
firmware-name = "qcom/qcs615/cdsp.mbn";
status = "okay";
};
&rpmhcc {
clocks = <&xo_board_clk>;
};