Add support for the Atmel SAMG53
flash: at91sam4: add support for the SAMG53 family (this also covers the SAMG51). The SAMG5x parts have an EEFC (enhanced embedded flash controller) which seems to be identical to the EFC that the sam4 driver supports. Add a script for the Xplained Pro G53 board, this has the onboard CMSIS-DAP debugger and a SAMG53N19. Tested on this board and chip combination. Change-Id: I12af50402cd2069b3c7380d92e6fe54816d6c045 Signed-off-by: Andrey Yurovsky <yurovsky@gmail.com> Reviewed-on: http://openocd.zylin.com/1974 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
committed by
Spencer Oliver
parent
d585c1627a
commit
8e44a9663d
11
tcl/board/atmel_samg53_xplained_pro.cfg
Normal file
11
tcl/board/atmel_samg53_xplained_pro.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# Atmel SAMG53 Xplained Pro evaluation kit.
|
||||
# http://www.atmel.com/tools/ATSAMG53-XPRO.aspx
|
||||
#
|
||||
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
|
||||
# chip name
|
||||
set CHIPNAME ATSAMG53N19
|
||||
|
||||
source [find target/at91samg5x.cfg]
|
||||
Reference in New Issue
Block a user