mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: qcom: Add dt node for cdsp remoteproc on Lemans
Add remoteproc device node for CDSP subsystem on Lemans target. Change-Id: Ia903f4e02c9198dbc0d97bbf70b784e104869577
This commit is contained in:
@@ -318,7 +318,7 @@
|
||||
reg = <0x0 0x99900000 0x0 0x1e00000>;
|
||||
};
|
||||
|
||||
pil_cdsp0_mem: pil_cdsp0_region@9b800000 {
|
||||
rproc_cdsp_mem: rproc_cdsp_region@9b800000 {
|
||||
no-map;
|
||||
reg = <0x0 0x9b800000 0x0 0x1e00000>;
|
||||
};
|
||||
@@ -1077,6 +1077,47 @@
|
||||
qcom,smem-state-names = "stop";
|
||||
};
|
||||
|
||||
cdsp_pas: remoteproc-cdsp@26300000 {
|
||||
compatible = "qcom,lemans-cdsp-pas";
|
||||
reg = <0x26300000 0x10000>;
|
||||
status = "ok";
|
||||
|
||||
memory-region = <&rproc_cdsp_mem>;
|
||||
|
||||
clocks = <&rpmhcc RPMH_CXO_CLK>;
|
||||
clock-names = "xo";
|
||||
|
||||
cx-supply = <&VDD_CX_LEVEL>;
|
||||
cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
|
||||
mx-supply = <&VDD_MXC_LEVEL>;
|
||||
mx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
|
||||
nsp0-supply = <&VDD_NSP_0_LEVEL>;
|
||||
nsp0-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
|
||||
reg-names = "cx","mx","nsp0";
|
||||
|
||||
interconnects = <&nspa_noc MASTER_CDSP_PROC &mc_virt SLAVE_EBI1>;
|
||||
interconnect-names = "crypto_ddr";
|
||||
|
||||
/* Inputs from turing */
|
||||
interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&cdsp_smp2p_in 0 0>,
|
||||
<&cdsp_smp2p_in 2 0>,
|
||||
<&cdsp_smp2p_in 1 0>,
|
||||
<&cdsp_smp2p_in 3 0>;
|
||||
|
||||
interrupt-names = "wdog",
|
||||
"fatal",
|
||||
"handover",
|
||||
"ready",
|
||||
"stop-ack";
|
||||
|
||||
qcom,qmp = <&aoss_qmp>;
|
||||
|
||||
/* Outputs to turing */
|
||||
qcom,smem-states = <&cdsp_smp2p_out 0>;
|
||||
qcom,smem-state-names = "stop";
|
||||
};
|
||||
|
||||
spmi_bus: qcom,spmi@c440000 {
|
||||
compatible = "qcom,spmi-pmic-arb";
|
||||
reg = <0xc440000 0x1100>,
|
||||
|
||||
Reference in New Issue
Block a user