boards: arm: nucleo_f767zi: full Arduino SPI support
Full Arduino SPI support for nucleo_f767zi Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
This commit is contained in:
parent
c7dc28f32d
commit
d6f093d3e2
2 changed files with 3 additions and 3 deletions
|
@ -157,7 +157,7 @@ and a ST morpho connector. Board is configured as follows:
|
|||
- USB DP : PA12
|
||||
- I2C : PB8, PB9
|
||||
- PWM : PE13
|
||||
- SPI : PA4, PA5, PA6, PA7
|
||||
- SPI : PD14, PA5, PA6, PA7
|
||||
|
||||
.. note::
|
||||
The Arduino Uno v3 specified SPI device conflicts with the on-board ETH
|
||||
|
|
|
@ -127,8 +127,8 @@
|
|||
};
|
||||
|
||||
&spi1 {
|
||||
pinctrl-0 = <&spi1_nss_pa4 &spi1_sck_pa5
|
||||
&spi1_miso_pa6 &spi1_mosi_pa7>;
|
||||
pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pa7>;
|
||||
cs-gpios = <&gpiod 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
||||
/*
|
||||
* WARNING: The pin PA7 will conflict on selection of SPI_1 and
|
||||
* ETH_STM32_HAL.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue