Skip to content

Commit 67c1d78

Browse files
mnazimamirulDinh Nguyen
authored andcommitted
arm64: dts: socfpga: agilex5: Add IOMMUS property for ethernet nodes
To enable SMMU integration, populate the iommus property to the ethernet device-tree node. Signed-off-by: Nazim Amirul <muhammad.nazim.amirul.nazle.asmade@altera.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
1 parent ebb6a68 commit 67c1d78

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@
568568
snps,tso;
569569
altr,sysmgr-syscon = <&sysmgr 0x44 0>;
570570
snps,clk-csr = <0>;
571+
iommus = <&smmu 1>;
571572
status = "disabled";
572573

573574
stmmac_axi_emac0_setup: stmmac-axi-config {
@@ -680,6 +681,7 @@
680681
snps,tso;
681682
altr,sysmgr-syscon = <&sysmgr 0x48 0>;
682683
snps,clk-csr = <0>;
684+
iommus = <&smmu 2>;
683685
status = "disabled";
684686

685687
stmmac_axi_emac1_setup: stmmac-axi-config {
@@ -792,6 +794,7 @@
792794
snps,tso;
793795
altr,sysmgr-syscon = <&sysmgr 0x4c 0>;
794796
snps,clk-csr = <0>;
797+
iommus = <&smmu 3>;
795798
status = "disabled";
796799

797800
stmmac_axi_emac2_setup: stmmac-axi-config {

0 commit comments

Comments
 (0)