diff options
| author | Rohit Agarwal <[email protected]> | 2024-04-26 11:23:24 +0530 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2024-05-26 19:51:08 -0500 |
| commit | 220be0f04eb1c753fdfe8ff95942fbcdc5ed650a (patch) | |
| tree | c66352be1401c918614233de200f3a0a7d10e299 | |
| parent | 404a89438abc0b89ec9adaf35c26743c17e448ce (diff) | |
arm64: dts: qcom: sdx75: Add IPCC node
Add IPCC devicetree node to Qcom's SDX75 platform.
Signed-off-by: Rohit Agarwal <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sdx75.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdx75.dtsi b/arch/arm64/boot/dts/qcom/sdx75.dtsi index da1704061d58..15bb987f6554 100644 --- a/arch/arm64/boot/dts/qcom/sdx75.dtsi +++ b/arch/arm64/boot/dts/qcom/sdx75.dtsi @@ -441,6 +441,15 @@ #power-domain-cells = <1>; }; + ipcc: mailbox@408000 { + compatible = "qcom,sdx75-ipcc", "qcom,ipcc"; + reg = <0 0x00408000 0 0x1000>; + interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>; + interrupt-controller; + #interrupt-cells = <3>; + #mbox-cells = <2>; + }; + qupv3_id_0: geniqup@9c0000 { compatible = "qcom,geni-se-qup"; reg = <0x0 0x009c0000 0x0 0x2000>; |