ARM: dts: qcom: Add IPCC node for cliffs
Add IPCC node for cliffs to enable inter processor interrupt router feature. Change-Id: I86abc9e6dca2f169f51391e47c7b8ccce1d81b0c Signed-off-by: Shivendra Pratap <quic_spratap@quicinc.com>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/soc/qcom,ipcc.h>
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Tuna";
|
||||
@@ -291,6 +292,15 @@
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
};
|
||||
|
||||
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>;
|
||||
};
|
||||
};
|
||||
|
||||
#include "tuna-pinctrl.dtsi"
|
||||
|
Reference in New Issue
Block a user