Merge "ARM: dts: msm: Add remoteproc nodes for neo"

This commit is contained in:
qctecmdr
2022-02-08 16:53:39 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 14 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ on the Qualcomm ADSP Hexagon core.
"qcom,parrot-cdsp-pas"
"qcom,parrot-modem-pas"
"qcom,parrot-wpss-pas"
"qcom,neo-adsp-pas"
"qcom,neo-cdsp-pas"
- interrupts-extended:

View File

@@ -640,6 +640,18 @@
qcom,config-arr = <0x17800060 0x17810060 0x17820060 0x17830060>;
};
adsp_pas: remoteproc-adsp@03000000 {
compatible = "qcom,neo-adsp-pas";
reg = <0x03000000 0x10000>;
status = "disabled";
};
cdsp_pas: remoteproc-cdsp@32300000 {
compatible = "qcom,neo-cdsp-pas";
reg = <0x32300000 0x10000>;
status = "disabled";
};
clk_virt: interconnect@0 {
compatible = "qcom,neo-clk_virt";
qcom,bcm-voter-names = "hlos";