We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831e7dc commit 5cf0ebdCopy full SHA for 5cf0ebd
arch/arm64/boot/dts/qcom/sdx75.dtsi
@@ -880,6 +880,20 @@
880
qcom,bcm-voters = <&apps_bcm_voter>;
881
};
882
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
+
897
tcsr_mutex: hwlock@1f40000 {
898
compatible = "qcom,tcsr-mutex";
899
reg = <0x0 0x01f40000 0x0 0x40000>;
0 commit comments