diff --git a/qcom/sdxkova.dtsi b/qcom/sdxkova.dtsi index bf209812..1a4d6c59 100644 --- a/qcom/sdxkova.dtsi +++ b/qcom/sdxkova.dtsi @@ -1664,6 +1664,49 @@ }; }; }; + + modem_pas: remoteproc-mss@04080000 { + compatible = "qcom,sdxpinn-modem-pas"; + reg = <0x0 0x4080000 0x0 0x10000>; + + clocks = <&rpmhcc RPMH_CXO_CLK>; + clock-names = "xo"; + + cx-supply = <&VDD_CX_LEVEL>; + cx-uV-uA = ; + mx-supply = <&VDD_MODEM_LEVEL>; + mx-uV-uA = ; + reg-names = "cx", "mx"; + + qcom,signal-aop; + qcom,qmp = <&aoss_qmp>; + memory-region = <&mpssadsp_mem>, + <&q6_mpss_dtb_mem>, + <&system_cma>, + <&dsm_partition_1_mem>, + <&dsm_partition_2_mem>, + <&qlink_logging_mem>; + firmware-name = "modem.mdt", "modem_dtb.mdt"; + + /* Inputs from mss */ + interrupts-extended = <&intc GIC_SPI 250 IRQ_TYPE_EDGE_RISING>, + <&modem_smp2p_in 0 0>, + <&modem_smp2p_in 2 0>, + <&modem_smp2p_in 1 0>, + <&modem_smp2p_in 3 0>, + <&modem_smp2p_in 7 0>; + + interrupt-names = "wdog", + "fatal", + "handover", + "ready", + "stop-ack", + "shutdown-ack"; + + /* Outputs to mss */ + qcom,smem-states = <&modem_smp2p_out 0>; + qcom,smem-state-names = "stop"; + }; }; &gcc {