ARM: dts: msm: Add rpm-glink support for AminiAQ

Add rpm-glink node to enable APPS communication with RPM.

Change-Id: I49fc09ee62e52c89d70c780f27caf080254fa151
This commit is contained in:
Meenu Raja Sundaram
2022-07-13 11:29:59 +05:30
parent 78f3690e6a
commit 4cd992e344

View File

@@ -201,5 +201,30 @@
};
rpm_msg_ram: memory@045f0000 {
compatible = "qcom,rpm-msg-ram";
reg = <0x45f0000 0x7000>;
};
apcs_glb: mailbox@0f111000 {
compatible = "qcom,scuba-apcs-hmss-global";
reg = <0xF111000 0x1000>;
#mbox-cells = <1>;
};
rpm-glink {
compatible = "qcom,glink-rpm";
interrupts = <GIC_SPI 194 IRQ_TYPE_EDGE_RISING>;
qcom,rpm-msg-ram = <&rpm_msg_ram>;
mboxes = <&apcs_glb 0>;
qcom,rpm_glink_ssr {
qcom,glink-channels = "glink_ssr";
// qcom,notify-edges = <&glink_adsp>;
};
};
};