Merge "ARM: dts: msm: Add soccp node for Sun"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
ba30e69c6d
@@ -3043,6 +3043,41 @@
|
|||||||
gunyah-label = <8>;
|
gunyah-label = <8>;
|
||||||
peer-name = <4>;
|
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 = <RPMH_REGULATOR_LEVEL_TURBO 0>;
|
||||||
|
mx-supply = <&VDD_LPI_MX_LEVEL>;
|
||||||
|
mx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 0>;
|
||||||
|
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 {
|
&reserved_memory {
|
||||||
|
Reference in New Issue
Block a user