board: atmel: add sama5d2_ptc_ek board
authorLudovic Desroches <ludovic.desroches@microchip.com>
Fri, 17 Nov 2017 06:57:12 +0000 (14:57 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 30 Nov 2017 03:30:50 +0000 (22:30 -0500)
commitaaa4ba930ca3bbc98f33651b175480ba86aa4dd2
tree5bba3dfbeb028c93f0098b289b53705869609623
parent48e4851f492fce44ba24572ec36f0eee51c46555
board: atmel: add sama5d2_ptc_ek board

Add the SAMA5D2 PTC EK board and remove the SAMA5D2 PTC ENGI board
which was a prototype.

Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
18 files changed:
arch/arm/dts/Makefile
arch/arm/dts/at91-sama5d2_ptc_ek.dts [new file with mode: 0644]
arch/arm/dts/sama5d2.dtsi
arch/arm/mach-at91/Kconfig
board/atmel/sama5d2_ptc/Kconfig [deleted file]
board/atmel/sama5d2_ptc/MAINTAINERS [deleted file]
board/atmel/sama5d2_ptc/Makefile [deleted file]
board/atmel/sama5d2_ptc/sama5d2_ptc.c [deleted file]
board/atmel/sama5d2_ptc_ek/Kconfig [new file with mode: 0644]
board/atmel/sama5d2_ptc_ek/MAINTAINERS [new file with mode: 0644]
board/atmel/sama5d2_ptc_ek/Makefile [new file with mode: 0644]
board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c [new file with mode: 0644]
configs/sama5d2_ptc_ek_mmc_defconfig [new file with mode: 0644]
configs/sama5d2_ptc_ek_nandflash_defconfig [new file with mode: 0644]
configs/sama5d2_ptc_nandflash_defconfig [deleted file]
configs/sama5d2_ptc_spiflash_defconfig [deleted file]
include/configs/sama5d2_ptc.h [deleted file]
include/configs/sama5d2_ptc_ek.h [new file with mode: 0644]