ARM: dts: msm8974: Introduce the wcnss remoteproc node
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Link: https://lore.kernel.org/r/20191104212302.105469-1-luca@z3ntu.xyz Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
98073faf9f
commit
c7c0edecfb
|
@ -31,7 +31,7 @@
|
||||||
no-map;
|
no-map;
|
||||||
};
|
};
|
||||||
|
|
||||||
reserved@d200000 {
|
wcnss_region: wcnss@d200000 {
|
||||||
reg = <0x0d200000 0xa00000>;
|
reg = <0x0d200000 0xa00000>;
|
||||||
no-map;
|
no-map;
|
||||||
};
|
};
|
||||||
|
@ -796,6 +796,70 @@
|
||||||
clock-names = "core";
|
clock-names = "core";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pronto: remoteproc@fb21b000 {
|
||||||
|
compatible = "qcom,pronto-v2-pil", "qcom,pronto";
|
||||||
|
reg = <0xfb204000 0x2000>, <0xfb202000 0x1000>, <0xfb21b000 0x3000>;
|
||||||
|
reg-names = "ccu", "dxe", "pmu";
|
||||||
|
|
||||||
|
memory-region = <&wcnss_region>;
|
||||||
|
|
||||||
|
interrupts-extended = <&intc GIC_SPI 149 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<&wcnss_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<&wcnss_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<&wcnss_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<&wcnss_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
|
||||||
|
|
||||||
|
vddpx-supply = <&pm8941_s3>;
|
||||||
|
|
||||||
|
qcom,smem-states = <&wcnss_smp2p_out 0>;
|
||||||
|
qcom,smem-state-names = "stop";
|
||||||
|
|
||||||
|
status = "disabled";
|
||||||
|
|
||||||
|
iris {
|
||||||
|
compatible = "qcom,wcn3680";
|
||||||
|
|
||||||
|
clocks = <&rpmcc RPM_SMD_CXO_A2>;
|
||||||
|
clock-names = "xo";
|
||||||
|
|
||||||
|
vddxo-supply = <&pm8941_l6>;
|
||||||
|
vddrfa-supply = <&pm8941_l11>;
|
||||||
|
vddpa-supply = <&pm8941_l19>;
|
||||||
|
vdddig-supply = <&pm8941_s3>;
|
||||||
|
};
|
||||||
|
|
||||||
|
smd-edge {
|
||||||
|
interrupts = <GIC_SPI 142 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
|
||||||
|
qcom,ipc = <&apcs 8 17>;
|
||||||
|
qcom,smd-edge = <6>;
|
||||||
|
|
||||||
|
wcnss {
|
||||||
|
compatible = "qcom,wcnss";
|
||||||
|
qcom,smd-channels = "WCNSS_CTRL";
|
||||||
|
status = "disabled";
|
||||||
|
|
||||||
|
qcom,mmio = <&pronto>;
|
||||||
|
|
||||||
|
bt {
|
||||||
|
compatible = "qcom,wcnss-bt";
|
||||||
|
};
|
||||||
|
|
||||||
|
wifi {
|
||||||
|
compatible = "qcom,wcnss-wlan";
|
||||||
|
|
||||||
|
interrupts = <GIC_SPI 145 IRQ_TYPE_EDGE_RISING>,
|
||||||
|
<GIC_SPI 146 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
interrupt-names = "tx", "rx";
|
||||||
|
|
||||||
|
qcom,smem-states = <&apps_smsm 10>, <&apps_smsm 9>;
|
||||||
|
qcom,smem-state-names = "tx-enable", "tx-rings-empty";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
msmgpio: pinctrl@fd510000 {
|
msmgpio: pinctrl@fd510000 {
|
||||||
compatible = "qcom,msm8974-pinctrl";
|
compatible = "qcom,msm8974-pinctrl";
|
||||||
reg = <0xfd510000 0x4000>;
|
reg = <0xfd510000 0x4000>;
|
||||||
|
|
Loading…
Reference in New Issue