Skip to content

Commit 5cf0ebd

Browse files
kaushalk-quicandersson
authored andcommitted
arm64: dts: qcom: sdx75: Add QPIC BAM support
Add devicetree node to enable support for QPIC BAM DMA controller on Qualcomm SDX75 platform. Signed-off-by: Kaushal Kumar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 831e7dc commit 5cf0ebd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

arch/arm64/boot/dts/qcom/sdx75.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,20 @@
880880
qcom,bcm-voters = <&apps_bcm_voter>;
881881
};
882882

883+
qpic_bam: dma-controller@1c9c000 {
884+
compatible = "qcom,bam-v1.7.0";
885+
reg = <0x0 0x01c9c000 0x0 0x1c000>;
886+
interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>;
887+
clocks = <&rpmhcc RPMH_QPIC_CLK>;
888+
clock-names = "bam_clk";
889+
#dma-cells = <1>;
890+
qcom,ee = <0>;
891+
qcom,controlled-remotely;
892+
iommus = <&apps_smmu 0x100 0x3>;
893+
dma-coherent;
894+
status = "disabled";
895+
};
896+
883897
tcsr_mutex: hwlock@1f40000 {
884898
compatible = "qcom,tcsr-mutex";
885899
reg = <0x0 0x01f40000 0x0 0x40000>;

0 commit comments

Comments
 (0)