diff --git a/bindings/remoteproc/qcom,adsp.txt b/bindings/remoteproc/qcom,adsp.txt index 812a6913..9b1e2c2a 100644 --- a/bindings/remoteproc/qcom,adsp.txt +++ b/bindings/remoteproc/qcom,adsp.txt @@ -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: diff --git a/qcom/neo.dtsi b/qcom/neo.dtsi index 4226cc74..c0bb4c4e 100644 --- a/qcom/neo.dtsi +++ b/qcom/neo.dtsi @@ -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";