6c037af086
This step just creates the table. The firmware cannot be built at this commit. The next commit will complete the pin-af mechanism.
1.7 KiB
1.7 KiB
1 | # The pin_cap_tables contain the information anbout pin mux set and pad |
---|---|
2 | # for some of the peripheral devices with many possible assignments. |
3 | # The pin_cap_table is a subset from table 7-1 of the data sheet. |
4 | # It contain the information about pin mux set and pad |
5 | # The eic and adc columns contain the decimal numer for the respecitive |
6 | # quantity, the columns for sercom, tc and tcc have in each cell |
7 | # the device number in the upper nibble, and the pad number in the lower |
8 | # nibble. If a signal is not available, the cell in the csv table is left empty. |
9 | # The first column is the pin id, not the number of the board pin. |
10 | # Rows not starting with pa, pb, pc or pd are ignored. |
11 | # When editing the table with a spread sheet, take care to import the data as text. |
12 | # |
13 | # Pin,EIC,ADC,SERCOM1,SERCOM2,TC,TCC |
14 | pa00,0,,,10,20, |
15 | pa01,1,,,11,21, |
16 | pa02,2,0,,,, |
17 | pa03,3,1,,,, |
18 | pb04,4,12,,,, |
19 | pb05,5,13,,,, |
20 | pb06,6,14,,,, |
21 | pb07,7,15,,,, |
22 | pb08,8,2,,40,40, |
23 | pb09,9,3,,41,41, |
24 | pa04,4,4,,00,00, |
25 | pa05,5,5,,01,01, |
26 | pa06,6,6,,02,10, |
27 | pa07,7,7,,03,11, |
28 | pa08,,16,00,20,00,12 |
29 | pa09,9,17,01,21,01,13 |
30 | pa10,10,18,02,22,10,02 |
31 | pa11,11,19,03,23,11,03 |
32 | pb10,10,,,42,50,04 |
33 | pb11,11,,,43,51,05 |
34 | pb12,12,,40,,40,06 |
35 | pb13,13,,41,,41,07 |
36 | pb14,14,,42,,50, |
37 | pb15,15,,43,,51, |
38 | pa12,12,,20,40,20,06 |
39 | pa13,13,,21,41,20,07 |
40 | pa14,14,,22,42,30,04 |
41 | pa15,15,,23,43,31,05 |
42 | pa16,0,,10,30,20,06 |
43 | pa17,1,,11,31,21,07 |
44 | pa18,2,,12,32,30,02 |
45 | pa19,3,,13,33,31,03 |
46 | pb16,9,,50,,60,04 |
47 | pb17,1,,51,,61,05 |
48 | pa20,4,,52,32,70,04 |
49 | pa21,5,,53,33,71,07 |
50 | pa22,6,,30,50,40,04 |
51 | pa23,7,,31,51,41,05 |
52 | pa24,12,,32,52,50,12 |
53 | pa25,13,,33,53,51,13 |
54 | pb22,6,,,52,70, |
55 | pb23,7,,,53,71, |
56 | pa27,15,,,,, |
57 | pa28,8,,,,, |
58 | pa30,10,,,12,10, |
59 | pa31,11,,,13,11, |
60 | pb30,14,,,50,00,12 |
61 | pb31,15,,,51,01,13 |
62 | pb00,0,,,52,70, |
63 | pb01,1,,,53,71, |
64 | pb02,2,,,50,60, |
65 | pb03,3,,,51,61, |