flash/nor/at91samd: add missing SAMR34/35 part numbers
All DIDs are taken from "SAM R34/R35 Errata Sheet" (DS80000834A). Signed-off-by: Andrew Lalaev <andrey.lalaev@gmail.com> Change-Id: Ie35f58e61bb02919c0676c91938c90192481d995 Reviewed-on: https://review.openocd.org/c/openocd/+/7521 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
parent
70d771c7b7
commit
8d1261c248
|
@ -244,7 +244,11 @@ static const struct samd_part saml21_parts[] = {
|
|||
|
||||
/* SAMR34/R35 parts have integrated SAML21 with a lora radio */
|
||||
{ 0x28, "SAMR34J18", 256, 40 },
|
||||
{ 0x29, "SAMR34J17", 128, 24 },
|
||||
{ 0x2A, "SAMR34J16", 64, 12 },
|
||||
{ 0x2B, "SAMR35J18", 256, 40 },
|
||||
{ 0x2C, "SAMR35J17", 128, 24 },
|
||||
{ 0x2D, "SAMR35J16", 64, 12 },
|
||||
};
|
||||
|
||||
/* Known SAML22 parts. */
|
||||
|
|
Loading…
Reference in New Issue