commit | c724f3ed74d0f6ddc5d75b10572dcc64be8a515b | [log] [tgz] |
---|---|---|
author | Jacky Chou <jacky_chou@aspeedtech.com> | Mon Jul 08 14:07:18 2024 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Sep 11 20:34:43 2024 +0800 |
tree | 939d6bbeaae005da1effeec439eab2d6a91bf0c3 | |
parent | 40c45a57974bdb09fffa31dde65ddf69e5de53eb [diff] |
net: ftgmac100: Add Aspeed AST2700 support Add support of Aspeed AST2700 SoC. AST2700 is based on ARM64 so modify the DMA address related code to fit both ARM and ARM64. Besides, the RMII/RGMII mode control register is moved from SCU500 to MAC50 so initialize the register in ftgmac100_start correspondingly. Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com> Acked-by: Leo Yu-Chi Liang <ycliang@andestech.com>