ram: aspeed: Add AST2600 DRAM control support
authorDylan Hung <dylan_hung@aspeedtech.com>
Mon, 14 Dec 2020 05:54:24 +0000 (13:54 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jan 2021 20:19:15 +0000 (15:19 -0500)
commitfde93143469fbf1ee6fdd3471d72f27dce6ecc5c
treebbb60f12f0174107643a2430fb122728f2bc351b
parenta3c85990c36508cf7a5e7be82a275b2033400118
ram: aspeed: Add AST2600 DRAM control support

AST2600 supports DDR4 SDRAM with maximum speed DDR4-1600.
The DDR4 DRAM types including 128MbX16 (2Gb), 256MbX16 (4Gb),
512MbX16 (8Gb), 1GbX16 (16Gb), and 1GbX8 TwinDie (16Gb) are supported.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
arch/arm/include/asm/arch-aspeed/sdram_ast2600.h [new file with mode: 0644]
drivers/ram/aspeed/Kconfig
drivers/ram/aspeed/Makefile
drivers/ram/aspeed/sdram_ast2600.c [new file with mode: 0644]