Merge "ARM: dts: msm: Add wpss rproc node for kera"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
eae5b8b9df
@@ -79,6 +79,7 @@ properties:
|
||||
- qcom,monaco-modem-pas
|
||||
- qcom,monaco-adsp-pas
|
||||
- qcom,tuna-wpss-pas
|
||||
- qcom,kera-wpss-pas
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
@@ -1045,6 +1045,46 @@
|
||||
nvmem-cell-names = "feat_conf6";
|
||||
};
|
||||
|
||||
wpss_pas: remoteproc-wpss@a3500000 {
|
||||
compatible = "qcom,kera-wpss-pas";
|
||||
reg = <0xa3500000 0x10000>;
|
||||
status = "ok";
|
||||
|
||||
memory-region = <&wpss_mem>;
|
||||
|
||||
firmware-name = "qca6750/wpss.mdt";
|
||||
|
||||
clocks = <&rpmhcc RPMH_CXO_CLK>;
|
||||
clock-names = "xo";
|
||||
|
||||
cx-supply = <&VDD_CX_LEVEL>;
|
||||
cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
|
||||
mx-supply = <&VDD_MX_LEVEL>;
|
||||
mx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
|
||||
reg-names = "cx","mx";
|
||||
|
||||
qcom,qmp = <&aoss_qmp>;
|
||||
|
||||
/* Inputs from wpss */
|
||||
interrupts-extended = <&intc GIC_SPI 200 IRQ_TYPE_EDGE_RISING>,
|
||||
<&wpss_smp2p_in 0 0>,
|
||||
<&wpss_smp2p_in 2 0>,
|
||||
<&wpss_smp2p_in 1 0>,
|
||||
<&wpss_smp2p_in 3 0>,
|
||||
<&wpss_smp2p_in 7 0>;
|
||||
|
||||
interrupt-names = "wdog",
|
||||
"fatal",
|
||||
"handover",
|
||||
"ready",
|
||||
"stop-ack",
|
||||
"shutdown-ack";
|
||||
|
||||
/* Outputs to wpss */
|
||||
qcom,smem-states = <&wpss_smp2p_out 0>;
|
||||
qcom,smem-state-names = "stop";
|
||||
};
|
||||
|
||||
clocks {
|
||||
xo_board: xo_board {
|
||||
compatible = "fixed-clock";
|
||||
|
Reference in New Issue
Block a user