boards: stm32l562_dk: Add spi on arduino header

It adds Arduino SPI support

Signed-off-by: Luc Viala <lviala@zaack.io>
This commit is contained in:
Luc Viala 2021-06-11 10:31:51 +02:00 committed by Maureen Helm
commit 1bc36323e2
5 changed files with 13 additions and 0 deletions

View file

@ -197,6 +197,7 @@ Default Zephyr Peripheral Mapping:
- USART_1 TX/RX : PA9/PA10
- I2C_1 SCL/SDA : PB6/PB7
- SPI_1 SCK/MISO/MOSI : PG2/PG3/PG4 (BT SPI bus)
- SPI_3 NSS/SCK/MISO/MOSI : PE0/PG9/PB4/PB5 (Arduino SPI)
- USER_PB : PC13
- LD10 : PG12
- PWM_2_CH1 : PA0