diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index dd1ebd5d..390053ba 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3043,6 +3043,41 @@ gunyah-label = <8>; peer-name = <4>; }; + + soccp_pas: remoteproc-soccp@a3380000 { + compatible = "qcom,sun-soccp-pas"; + reg = <0xa3380000 0x10000>; + status = "ok"; + + cx-supply = <&VDD_LPI_CX_LEVEL>; + cx-uV-uA = ; + mx-supply = <&VDD_LPI_MX_LEVEL>; + mx-uV-uA = ; + reg-names = "cx", "mx"; + + clocks = <&rpmhcc RPMH_CXO_CLK>; + clock-names = "xo"; + + memory-region = <&soccp_mem 0>; + soccp-config = <&tcsr 0x9a000>; + + /* Inputs from SOCCP */ + interrupts-extended = <&intc GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>, + <&soccp_smp2p_in 0 0>, + <&soccp_smp2p_in 1 0>, + <&soccp_smp2p_in 3 0>, + <&soccp_smp2p_in 2 0>; + + interrupt-names = "wdog", + "fatal", + "ready", + "stop-ack", + "handover"; + + /* Outputs to soccp */ + qcom,smem-states = <&soccp_smp2p_out 0>, <&soccp_smp2p_out 10>, <&soccp_smp2p_out 9>; + qcom,smem-state-names = "stop", "wakeup", "sleep"; + }; }; &reserved_memory {