ARM: dts: msm: Add adsp_pas device node on SM6150
Add adsp_pas device tree node to load firmware images of lpass on SM6150. Change-Id: Ia6c1d716b7488348c781fdb161df55fb9c0c46e1 Signed-off-by: Kunal Singh Ranawat <quic_kranawat@quicinc.com>
This commit is contained in:
committed by
Ankur Matariya
parent
22cdda910d
commit
ea473191d1
@@ -80,6 +80,7 @@ properties:
|
||||
- qcom,monaco-adsp-pas
|
||||
- qcom,tuna-wpss-pas
|
||||
- qcom,kera-wpss-pas
|
||||
- qcom,sm6150-adsp-pas
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
||||
@@ -1168,6 +1168,44 @@
|
||||
hwlocks = <&tcsr_mutex 3>;
|
||||
};
|
||||
|
||||
adsp_pas: remoteproc-adsp@62400000 {
|
||||
compatible = "qcom,sm6150-adsp-pas";
|
||||
reg = <0x62400000 0x00100>;
|
||||
status = "ok";
|
||||
|
||||
cx-supply = <&L8A_LEVEL>;
|
||||
cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 0>;
|
||||
reg-names = "cx";
|
||||
clocks = <&rpmhcc RPMH_CXO_CLK>;
|
||||
clock-names = "xo";
|
||||
|
||||
mboxes = <&qmp_aop 0>;
|
||||
|
||||
interconnects = <&aggre1_noc MASTER_CRYPTO &mc_virt SLAVE_EBI1>;
|
||||
interconnect-names = "crypto_ddr";
|
||||
|
||||
memory-region = <&pil_adsp_mem>;
|
||||
|
||||
/* Inputs from ssc */
|
||||
interrupts-extended = <&intc GIC_SPI 162 IRQ_TYPE_EDGE_RISING>,
|
||||
<&adsp_smp2p_in 0 0>,
|
||||
<&adsp_smp2p_in 2 0>,
|
||||
<&adsp_smp2p_in 1 0>,
|
||||
<&adsp_smp2p_in 3 0>,
|
||||
<&adsp_smp2p_in 7 0>;
|
||||
|
||||
interrupt-names = "wdog",
|
||||
"fatal",
|
||||
"handover",
|
||||
"ready",
|
||||
"stop-ack",
|
||||
"shutdown-ack";
|
||||
|
||||
/* Outputs to turing */
|
||||
qcom,smem-states = <&adsp_smp2p_out 0>;
|
||||
qcom,smem-state-names = "stop";
|
||||
};
|
||||
|
||||
qcom,sps {
|
||||
compatible = "qcom,msm-sps-4k";
|
||||
qcom,pipe-attr-ee;
|
||||
|
||||
Reference in New Issue
Block a user