commit | a45684ce29d482dffd3d269ff529c1157eeac982 | [log] [tgz] |
---|---|---|
author | Hanyuan Zhao <hanyuan-z@qq.com> | Fri Aug 09 16:56:54 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 27 10:15:29 2024 -0600 |
tree | b1cf3790523ba521955c2adfc59b34647a129e19 | |
parent | 2543240fe96d1240ccf4f8e47d3405b6938f5afd [diff] |
net: dc2114x: add support for platforms that don't have pci controllers There're a few ethernet IP cores which have the same functions with dc2114x, and can be connected to CPU by AXI or other buses. This commit adds support for the platforms that do not have PCI controllers, using MMIO to communicate with the dc2114x IP core. Signed-off-by: Hanyuan Zhao <zhaohy22@mails.tsinghua.edu.cn>