X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fat91sam4.c;h=6e53b4e94da78987d9db66fdbdc0d7f3731cad6c;hp=8e873a6c7e76254796f0928c1e6533ae24688dea;hb=61de77ef88ffd997e11e0a6d2eefb407bcca41ce;hpb=1662c854e200949ca47f56e6c2080f246662ba75 diff --git a/src/flash/nor/at91sam4.c b/src/flash/nor/at91sam4.c index 8e873a6c7e..6e53b4e94d 100644 --- a/src/flash/nor/at91sam4.c +++ b/src/flash/nor/at91sam4.c @@ -496,6 +496,40 @@ static const struct sam4_chip_details all_sam4_details[] = { }, }, + /*atsam4s4a - LQFP48/BGA48*/ + { + .chipid_cidr = 0x288b09e0, + .name = "at91sam4s4a", + .total_flash_size = 256 * 1024, + .total_sram_size = 64 * 1024, + .n_gpnvms = 2, + .n_banks = 1, + { +/* .bank[0] = {*/ + { + .probed = 0, + .pChip = NULL, + .pBank = NULL, + .bank_number = 0, + .base_address = FLASH_BANK_BASE_S, + .controller_address = 0x400e0a00, + .flash_wait_states = 6, /* workaround silicon bug */ + .present = 1, + .size_bytes = 256 * 1024, + .nsectors = 32, + .sector_size = 8192, + .page_size = 512, + }, +/* .bank[1] = {*/ + { + .present = 0, + .probed = 0, + .bank_number = 1, + + }, + }, + }, + /*at91sam4sd32c*/ { .chipid_cidr = 0x29a70ee0,