ARM: dts: msm: Add direct-link device node support
Add support for direct-link device tree node, this device will be used for configuring LPASS SID iommu bank in direct-link use case. Change-Id: I31ce562bd8cbdd4692d6c721325fc15627a3f624 CRs-Fixed: 3990401
This commit is contained in:
@@ -199,6 +199,20 @@
|
||||
*/
|
||||
wlan-txrx-intr-cpumask = <0x3 0x30>;
|
||||
};
|
||||
|
||||
wlan_direct_link: qcom,cnss-direct-link {
|
||||
compatible = "qcom,cnss-direct-link";
|
||||
iommus = <&apps_smmu 0x100f 0x0>;
|
||||
qcom,iommu-group = <&cnss_audio_iommu_group0>;
|
||||
memory-region = <&direct_link_iommu_region_partition>;
|
||||
dma-coherent;
|
||||
|
||||
direct_link_iommu_region_partition: direct_link_iommu_region_partition {
|
||||
iommu-addresses = <&wlan_direct_link 0x00000000 0x18000000>,
|
||||
<&wlan_direct_link 0xb0000000 0x50000000>;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
&pcie0_rp {
|
||||
|
@@ -198,6 +198,19 @@
|
||||
*/
|
||||
wlan-txrx-intr-cpumask = <0x3 0x30>;
|
||||
};
|
||||
|
||||
wlan_direct_link: qcom,cnss-direct-link {
|
||||
compatible = "qcom,cnss-direct-link";
|
||||
iommus = <&apps_smmu 0x100f 0x0>;
|
||||
qcom,iommu-group = <&cnss_audio_iommu_group0>;
|
||||
memory-region = <&direct_link_iommu_region_partition>;
|
||||
dma-coherent;
|
||||
|
||||
direct_link_iommu_region_partition: direct_link_iommu_region_partition {
|
||||
iommu-addresses = <&wlan_direct_link 0x00000000 0x18000000>,
|
||||
<&wlan_direct_link 0xb0000000 0x50000000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&pcie0_rp {
|
||||
|
Reference in New Issue
Block a user