From 976ea69bfe8d6c574e1b3040cc5d63d7523cf74a Mon Sep 17 00:00:00 2001 From: Chandana Kishori Chiluveru Date: Fri, 18 Aug 2023 07:48:24 -0700 Subject: [PATCH] ARM: dts: qcom: Add SLIMBUS and BAM dtsi nodes for SUN Add Slimbus and BAM dtsi nodes for SUN. Change-Id: Ic4e97121cb030e2e34dd0db56a49f2c95917e005 Signed-off-by: Chandana Kishori Chiluveru --- qcom/sun.dtsi | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 3ed69a52..ee819161 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -616,6 +616,32 @@ wakeup-parent = <&pdc>; }; + slimbam: bamdma@6C04000 { + compatible = "qcom,bam-v1.7.0"; + qcom,controlled-remotely; + reg = <0x6C04000 0x20000>, <0x6C8F000 0x1000>; + reg-names = "bam", "bam_remote_mem"; + num-channels = <31>; + interrupts = <0 164 IRQ_TYPE_LEVEL_HIGH>; + #dma-cells = <1>; + qcom,ee = <1>; + qcom,num-ees = <2>; + }; + + slim_msm: slim@6C40000 { + compatible = "qcom,slim-ngd-v1.5.0"; + reg = <0x6C40000 0x2C000>, <0x6C8E000 0x1000>; + reg-names = "ctrl", "slimbus_remote_mem"; + interrupts = <0 163 IRQ_TYPE_LEVEL_HIGH>; + qcom,apps-ch-pipes = <0x0>; + qcom,ea-pc = <0x4E0>; + dmas = <&slimbam 3>, <&slimbam 4>; + dma-names = "rx", "tx"; + #address-cells = <1>; + #size-cells = <0>; + status = "disabled"; + }; + intc: interrupt-controller@16000000 { compatible = "arm,gic-v3"; #interrupt-cells = <3>;