boards: arm: nucleo_h743zi: full Arduino SPI support
Full Arduino SPI support for nucleo_h743zi Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
This commit is contained in:
parent
d6f093d3e2
commit
092ffa5d1e
2 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,7 @@ and a ST morpho connector. Board is configured as follows:
|
|||
- I2C : PB8, PB9
|
||||
- ADC1_INP15 : PA3
|
||||
- ETH : PA1, PA2, PA7, PB13, PC1, PC4, PC5, PG11, PG13
|
||||
- SPI1 SCK/MISO/MOSI : PA5/PA6/PB5 (Arduino SPI)
|
||||
- SPI1 NSS/SCK/MISO/MOSI : PD14/PA5/PA6/PB5 (Arduino SPI)
|
||||
|
||||
System Clock
|
||||
------------
|
||||
|
|
|
@ -149,6 +149,7 @@
|
|||
&spi1 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pb5>;
|
||||
cs-gpios = <&gpiod 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
||||
};
|
||||
|
||||
&backup_sram {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue