board: ti: am654: a53: Add initial support for am654
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 27 Aug 2018 10:29:06 +0000 (15:59 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 11 Sep 2018 12:32:55 +0000 (08:32 -0400)
commit0911d952631df97e5b69d816cceebcbccbca34cf
tree7ce192d48b230b5a9fac6717a1fc989b9e46d3cc
parent3980b16137341930ce4116225d42e35a996479c7
board: ti: am654: a53: Add initial support for am654

Add initial support for AM654 based EVM running on A53. Enable
4GB of DDR available on the EVM so that kernel DTB file
can be updated accordingly.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
[Andreas: Added 4GB ddr support]
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
arch/arm/mach-k3/Kconfig
board/ti/am65x/Kconfig [new file with mode: 0644]
board/ti/am65x/MAINTAINERS [new file with mode: 0644]
board/ti/am65x/Makefile [new file with mode: 0644]
board/ti/am65x/README [new file with mode: 0644]
board/ti/am65x/evm.c [new file with mode: 0644]
include/configs/am65x_evm.h [new file with mode: 0644]