arm64: dts: qcom: sa8775p-ride: enable remoteprocs
Enable all remoteproc nodes on the sa8775p-ride board and point to the appropriate firmware files. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Link: https://lore.kernel.org/r/20240805-topic-sa8775p-iot-remoteproc-v4-6-86affdc72c04@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
df54dcb34f
commit
2bec6f6a22
@@ -702,6 +702,31 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&remoteproc_adsp {
|
||||
firmware-name = "qcom/sa8775p/adsp.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&remoteproc_cdsp0 {
|
||||
firmware-name = "qcom/sa8775p/cdsp0.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&remoteproc_cdsp1 {
|
||||
firmware-name = "qcom/sa8775p/cdsp1.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&remoteproc_gpdsp0 {
|
||||
firmware-name = "qcom/sa8775p/gpdsp0.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&remoteproc_gpdsp1 {
|
||||
firmware-name = "qcom/sa8775p/gpdsp1.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart10 {
|
||||
compatible = "qcom,geni-debug-uart";
|
||||
pinctrl-0 = <&qup_uart10_default>;
|
||||
|
||||
Reference in New Issue
Block a user