Skip to content

Commit f13bb10

Browse files
committed
flash/nor/atsame5: add SAME51G18A and SAME51G19A devices
Change-Id: Icbb49c76594152e9c5da1c7465675de26c86540e Signed-off-by: Tomas Vanek <[email protected]> Reported-by: [email protected] Fixes: https://sourceforge.net/p/openocd/tickets/288/ Reviewed-on: http://openocd.zylin.com/5984 Tested-by: jenkins
1 parent b588977 commit f13bb10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/flash/nor/atsame5.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ struct samd_part {
113113
};
114114

115115
/* See SAM D5x/E5x Family Silicon Errata and Data Sheet Clarification
116-
* DS80000748B */
116+
* DS80000748K */
117117
/* Known SAMD51 parts. */
118118
static const struct samd_part samd51_parts[] = {
119119
{ 0x00, "SAMD51P20A", 1024, 256 },
@@ -134,6 +134,8 @@ static const struct samd_part same51_parts[] = {
134134
{ 0x02, "SAME51J19A", 512, 192 },
135135
{ 0x03, "SAME51J18A", 256, 128 },
136136
{ 0x04, "SAME51J20A", 1024, 256 },
137+
{ 0x05, "SAME51G19A", 512, 192 }, /* New in rev D */
138+
{ 0x06, "SAME51G18A", 256, 128 }, /* New in rev D */
137139
};
138140

139141
/* Known SAME53 parts. */

0 commit comments

Comments
 (0)