ARM: dts: msm: Add smmu iova address and size for ICNSS
Add smmu iova address and size for ICNSS. It will be used to attach to smmu driver. CRs-Fixed: 1049889 Change-Id: I7aad55ba6ac69ad2ca7a8783bf4fdd8241d112cc Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org>
This commit is contained in:
parent
e94b446eac
commit
8d1b122a74
1 changed files with 5 additions and 3 deletions
|
@ -2727,13 +2727,15 @@
|
||||||
qcom,icnss@18800000 {
|
qcom,icnss@18800000 {
|
||||||
compatible = "qcom,icnss";
|
compatible = "qcom,icnss";
|
||||||
reg = <0x18800000 0x800000>,
|
reg = <0x18800000 0x800000>,
|
||||||
<0x10AC000 0x20>;
|
<0x10AC000 0x20>,
|
||||||
reg-names = "membase", "mpm_config";
|
<0xa0000000 0x10000000>,
|
||||||
|
<0xb0000000 0x10000>;
|
||||||
|
reg-names = "membase", "mpm_config",
|
||||||
|
"smmu_iova_base", "smmu_iova_ipa";
|
||||||
clocks = <&clock_gcc clk_aggre2_noc_clk>;
|
clocks = <&clock_gcc clk_aggre2_noc_clk>;
|
||||||
clock-names = "smmu_aggre2_noc_clk";
|
clock-names = "smmu_aggre2_noc_clk";
|
||||||
iommus = <&anoc2_smmu 0x1900>,
|
iommus = <&anoc2_smmu 0x1900>,
|
||||||
<&anoc2_smmu 0x1901>;
|
<&anoc2_smmu 0x1901>;
|
||||||
qcom,wlan-smmu-iova-address = <0xa0000000 0x10000000>;
|
|
||||||
interrupts = <0 413 0 /* CE0 */ >,
|
interrupts = <0 413 0 /* CE0 */ >,
|
||||||
<0 414 0 /* CE1 */ >,
|
<0 414 0 /* CE1 */ >,
|
||||||
<0 415 0 /* CE2 */ >,
|
<0 415 0 /* CE2 */ >,
|
||||||
|
|
Loading…
Add table
Reference in a new issue