samd/mcu: Fix wrong EIC table entries in pin-af-table.csv.

Fixes:
- SAMD21: PB16
- SAMD51: PB03, PB22 and PB00.

Signed-off-by: robert-hh <robert@hammelrath.com>
pull/13303/head
robert-hh 2023-12-30 09:04:18 +01:00 zatwierdzone przez Damien George
rodzic aea93a88f8
commit 3d0b6276f3
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ PA16,0,,10,30,20,06
PA17,1,,11,31,21,07
PA18,2,,12,32,30,02
PA19,3,,13,33,31,03
PB16,9,,50,,60,04
PB16,0,,50,,60,04
PB17,1,,51,,61,05
PA20,4,,52,32,70,04
PA21,5,,53,33,71,07

1 # The pin_cap_tables contain the information anbout pin mux set and pad
42 PA17,1,,11,31,21,07
43 PA18,2,,12,32,30,02
44 PA19,3,,13,33,31,03
45 PB16,9,,50,,60,04 PB16,0,,50,,60,04
46 PB17,1,,51,,61,05
47 PA20,4,,52,32,70,04
48 PA21,5,,53,33,71,07

Wyświetl plik

@ -11,7 +11,7 @@
# Rows not starting with pa, pb, pc or pd are ignored.
# When editing the table with a spread sheet, take care to import the data as text.
Pin,EIC,ADC0,ADC1,SERCOM1,SERCOM2,TC,TCC1,TCC2
PB03,9,15,,,51,61,,
PB03,3,15,,,51,61,,
PA00,0,,,,10,20,,
PA01,1,,,,11,21,,
PC00,0,,10,,,,,
@ -87,7 +87,7 @@ PA22,6,,,30,51,40,16,02
PA23,7,,,31,50,41,17,03
PA24,8,,,32,52,50,22,
PA25,9,,,33,53,51,,
PB22,22,,,12,52,70,,
PB22,6,,,12,52,70,,
PB23,7,,,13,53,71,,
PB24,8,,,00,21,,,
PB25,9,,,01,20,,,
@ -107,6 +107,6 @@ PB30,14,,,70,51,00,40,06
PB31,15,,,71,50,01,41,07
PC30,14,,12,,,,,
PC31,15,,13,,,,,
PB00,9,12,,,52,70,,
PB00,0,12,,,52,70,,
PB01,1,13,,,53,71,,
PB02,2,14,,,50,60,22,

1 # The pin_cap_table is a subset from table 6-1 of the data sheet.
11 # Rows not starting with pa, pb, pc or pd are ignored.
12 # When editing the table with a spread sheet, take care to import the data as text.
13 Pin,EIC,ADC0,ADC1,SERCOM1,SERCOM2,TC,TCC1,TCC2
14 PB03,9,15,,,51,61,, PB03,3,15,,,51,61,,
15 PA00,0,,,,10,20,,
16 PA01,1,,,,11,21,,
17 PC00,0,,10,,,,,
87 PA23,7,,,31,50,41,17,03
88 PA24,8,,,32,52,50,22,
89 PA25,9,,,33,53,51,,
90 PB22,22,,,12,52,70,, PB22,6,,,12,52,70,,
91 PB23,7,,,13,53,71,,
92 PB24,8,,,00,21,,,
93 PB25,9,,,01,20,,,
107 PB31,15,,,71,50,01,41,07
108 PC30,14,,12,,,,,
109 PC31,15,,13,,,,,
110 PB00,9,12,,,52,70,, PB00,0,12,,,52,70,,
111 PB01,1,13,,,53,71,,
112 PB02,2,14,,,50,60,22,