ARM: dts: msm: Add ipcc and ipcc-self-ping nodes for sun
Add ipcc and ipcc-self-ping nodes for sun SoC. Change-Id: Ib5df260528abb33a5b25dbb1b2e22013cdcd2ee1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
ffb39c4997
commit
34baffc09d
@@ -176,6 +176,15 @@
|
|||||||
ranges = <0 0 0 0xffffffff>;
|
ranges = <0 0 0 0xffffffff>;
|
||||||
compatible = "simple-bus";
|
compatible = "simple-bus";
|
||||||
|
|
||||||
|
ipcc_mproc: qcom,ipcc@406000 {
|
||||||
|
compatible = "qcom,ipcc";
|
||||||
|
reg = <0x406000 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <3>;
|
||||||
|
#mbox-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
tlmm: pinctrl@f000000 {
|
tlmm: pinctrl@f000000 {
|
||||||
compatible = "qcom,sun-tlmm";
|
compatible = "qcom,sun-tlmm";
|
||||||
reg = <0xf000000 0x1000000>;
|
reg = <0xf000000 0x1000000>;
|
||||||
@@ -903,3 +912,8 @@
|
|||||||
&qupv3_se7_2uart {
|
&qupv3_se7_2uart {
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#include "ipcc-test.dtsi"
|
||||||
|
/delete-node/ &ipcc_self_ping_adsp;
|
||||||
|
/delete-node/ &ipcc_self_ping_cdsp;
|
||||||
|
/delete-node/ &ipcc_self_ping_slpi;
|
||||||
|
Reference in New Issue
Block a user