bf7d3ad8c6
For SAMD21 devices, the board flash signals must be named in pins.csv as FLASH_MOSI, FLASH_MISO, FLASH_SCK, FLASH_CS for creating the SPI object. And rename the QSPI pins to QSPI_xxxx instead of FLASH_xxx. Signed-off-by: robert-hh <robert@hammelrath.com>
1.3 KiB
1.3 KiB
1 | # Pin rows contain Pin number and pin name. |
---|---|
2 | # Pin rows start with PIN_ |
3 | # If the pin name is omitted, the pin number is added as name. |
4 | # Empty lines and lines not starting with PIN_ are ignored |
5 | PIN_PB08,A0_D0 |
6 | PIN_PB09,A1_D1 |
7 | PIN_PA07,A2_D2 |
8 | PIN_PB04,A3_D3 |
9 | PIN_PB05,A4_D4 |
10 | PIN_PB06,A5_D5 |
11 | PIN_PA04,A6_D6 |
12 | PIN_PB07,A7_D7 |
13 | PIN_PA06,A8_D8 |
14 | PIN_PD08,SWITCH_X |
15 | PIN_PD09,SWITCH_Y |
16 | PIN_PD10,SWITCH_Z |
17 | PIN_PD12,SWITCH_B |
18 | PIN_PD20,SWITCH_U |
19 | PIN_PC26,BUTTON_1 |
20 | PIN_PC27,BUTTON_2 |
21 | PIN_PC28,BUTTON_3 |
22 | PIN_PC14,ENABLE_5V |
23 | PIN_PC15,ENABLE_3V3 |
24 | PIN_PB26,TX |
25 | PIN_PB27,RX |
26 | PIN_PA13,SDA0 |
27 | PIN_PA12,SCL0 |
28 | PIN_PA17,SDA1 |
29 | PIN_PA16,SCL1 |
30 | PIN_PB02,MOSI |
31 | PIN_PB00,MISO |
32 | PIN_PB03,SCK |
33 | PIN_PB01,CS |
34 | PIN_PB15,GPCLK0 |
35 | PIN_PB12,GPCLK1 |
36 | PIN_PB13,GPCLK2 |
37 | PIN_PC16,SD_MOSI |
38 | PIN_PC18,SD_MISO |
39 | PIN_PC17,SD_SCK |
40 | PIN_PC19,SD_CS |
41 | PIN_PD21,SD_DET |
42 | PIN_PA20,I2S_LRCLK |
43 | PIN_PA21,I2S_SDIN |
44 | PIN_PA22,I2S_SDOUT |
45 | PIN_PB16,I2C_BCLK |
46 | PIN_PB18,LCD_MISO |
47 | PIN_PB19,LCD_MOSI |
48 | PIN_PB20,LCD_SCK |
49 | PIN_PB21,LCD_CS |
50 | PIN_PC05,LCD_BACKLIGHT |
51 | PIN_PC06,LCD_D_C |
52 | PIN_PC07,LCD_RESET |
53 | PIN_PC10,LCD_XL |
54 | PIN_PC11,LCD_YU |
55 | PIN_PC12,LCD_XR |
56 | PIN_PC13,LCD_YD |
57 | PIN_PC30,MIC |
58 | PIN_PD11,BUZZER |
59 | PIN_PB11,QSPI_CS |
60 | PIN_PB10,QSPI_SCK |
61 | PIN_PA08,QSPI_D0 |
62 | PIN_PA09,QSPI_D1 |
63 | PIN_PA10,QSPI_D2 |
64 | PIN_PA11,QSPI_D3 |
65 | PIN_PA15,LED_BLUE |
66 | PIN_PC05,LED_LCD |
67 | PIN_PA24,USB_DM |
68 | PIN_PA25,USB_DP |
69 | PIN_PA26,USB_SOF |
70 | PIN_PA30,SWCLK |
71 | PIN_PA31,SWDIO |