ARM: dts: Add EMAC AXI settings for Arria10
Add the device tree entries needed to support the EMAC AXI bus settings on the Arria10 SoCFPGA chip. Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Родитель
59d94d2ed4
Коммит
cda1ade6a2
|
@ -408,6 +408,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
socfpga_axi_setup: stmmac-axi-config {
|
||||||
|
snps,wr_osr_lmt = <0xf>;
|
||||||
|
snps,rd_osr_lmt = <0xf>;
|
||||||
|
snps,blen = <0 0 0 0 16 0 0>;
|
||||||
|
};
|
||||||
|
|
||||||
gmac0: ethernet@ff800000 {
|
gmac0: ethernet@ff800000 {
|
||||||
compatible = "altr,socfpga-stmmac", "snps,dwmac-3.72a", "snps,dwmac";
|
compatible = "altr,socfpga-stmmac", "snps,dwmac-3.72a", "snps,dwmac";
|
||||||
altr,sysmgr-syscon = <&sysmgr 0x44 0>;
|
altr,sysmgr-syscon = <&sysmgr 0x44 0>;
|
||||||
|
@ -424,6 +430,7 @@
|
||||||
clock-names = "stmmaceth";
|
clock-names = "stmmaceth";
|
||||||
resets = <&rst EMAC0_RESET>;
|
resets = <&rst EMAC0_RESET>;
|
||||||
reset-names = "stmmaceth";
|
reset-names = "stmmaceth";
|
||||||
|
snps,axi-config = <&socfpga_axi_setup>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -443,6 +450,7 @@
|
||||||
clock-names = "stmmaceth";
|
clock-names = "stmmaceth";
|
||||||
resets = <&rst EMAC1_RESET>;
|
resets = <&rst EMAC1_RESET>;
|
||||||
reset-names = "stmmaceth";
|
reset-names = "stmmaceth";
|
||||||
|
snps,axi-config = <&socfpga_axi_setup>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -460,6 +468,7 @@
|
||||||
rx-fifo-depth = <16384>;
|
rx-fifo-depth = <16384>;
|
||||||
clocks = <&l4_mp_clk>;
|
clocks = <&l4_mp_clk>;
|
||||||
clock-names = "stmmaceth";
|
clock-names = "stmmaceth";
|
||||||
|
snps,axi-config = <&socfpga_axi_setup>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче