arm64: dts: agilex: Add SysMgr to Ethernet nodes
Ethernet needs the System Manager to setup the low-level interface and PHY. Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
@@ -113,6 +113,7 @@
|
|||||||
rx-fifo-depth = <16384>;
|
rx-fifo-depth = <16384>;
|
||||||
snps,multicast-filter-bins = <256>;
|
snps,multicast-filter-bins = <256>;
|
||||||
iommus = <&smmu 1>;
|
iommus = <&smmu 1>;
|
||||||
|
altr,sysmgr-syscon = <&sysmgr 0x44 0>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
rx-fifo-depth = <16384>;
|
rx-fifo-depth = <16384>;
|
||||||
snps,multicast-filter-bins = <256>;
|
snps,multicast-filter-bins = <256>;
|
||||||
iommus = <&smmu 2>;
|
iommus = <&smmu 2>;
|
||||||
|
altr,sysmgr-syscon = <&sysmgr 0x48 8>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -143,6 +145,7 @@
|
|||||||
rx-fifo-depth = <16384>;
|
rx-fifo-depth = <16384>;
|
||||||
snps,multicast-filter-bins = <256>;
|
snps,multicast-filter-bins = <256>;
|
||||||
iommus = <&smmu 3>;
|
iommus = <&smmu 3>;
|
||||||
|
altr,sysmgr-syscon = <&sysmgr 0x4c 16>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user