Skip to content

Commit 498006f

Browse files
Viken Dadhaniyaandersson
authored andcommitted
arm64: dts: qcom: sc7280: add slimbus DT node
Populate the DTSI node for slimbus instance to be used by bluetooth FM audio case. Signed-off-by: Viken Dadhaniya <quic_vdadhani@quicinc.com> Link: https://lore.kernel.org/r/20240215090910.30021-1-quic_vdadhani@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 942bf46 commit 498006f

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2688,6 +2688,31 @@
26882688
status = "disabled";
26892689
};
26902690

2691+
slimbam: dma-controller@3a84000 {
2692+
compatible = "qcom,bam-v1.7.0";
2693+
reg = <0 0x03a84000 0 0x20000>;
2694+
interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
2695+
#dma-cells = <1>;
2696+
qcom,controlled-remotely;
2697+
num-channels = <31>;
2698+
qcom,ee = <1>;
2699+
qcom,num-ees = <2>;
2700+
iommus = <&apps_smmu 0x1826 0x0>;
2701+
status = "disabled";
2702+
};
2703+
2704+
slim: slim-ngd@3ac0000 {
2705+
compatible = "qcom,slim-ngd-v1.5.0";
2706+
reg = <0 0x03ac0000 0 0x2c000>;
2707+
interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
2708+
dmas = <&slimbam 3>, <&slimbam 4>;
2709+
dma-names = "rx", "tx";
2710+
iommus = <&apps_smmu 0x1826 0x0>;
2711+
#address-cells = <1>;
2712+
#size-cells = <0>;
2713+
status = "disabled";
2714+
};
2715+
26912716
lpass_hm: clock-controller@3c00000 {
26922717
compatible = "qcom,sc7280-lpasshm";
26932718
reg = <0 0x03c00000 0 0x28>;

0 commit comments

Comments
 (0)