boards: arm: nucleo_h753zi: full Arduino SPI support

Full Arduino SPI support for nucleo_h753zi

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
This commit is contained in:
Alexandre Bourdiol 2021-06-17 14:21:48 +02:00 committed by Anas Nashif
commit 35d650543a
2 changed files with 2 additions and 1 deletions

View file

@ -145,7 +145,7 @@ and a ST morpho connector. Board is configured as follows:
- I2C : PB8, PB9 - I2C : PB8, PB9
- ADC1_INP15 : PA3 - ADC1_INP15 : PA3
- ETH : PA1, PA2, PA7, PB13, PC1, PC4, PC5, PG11, PG13 - ETH : PA1, PA2, PA7, PB13, PC1, PC4, PC5, PG11, PG13
- SPI1 SCK/MISO/MOSI : PA5/PA6/PB5 (Arduino SPI) - SPI1 NSS/SCK/MISO/MOSI : PD14PA5/PA6/PB5 (Arduino SPI)
System Clock System Clock
------------ ------------

View file

@ -149,6 +149,7 @@
&spi1 { &spi1 {
status = "okay"; status = "okay";
pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pb5>; pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pb5>;
cs-gpios = <&gpiod 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
}; };
&flash0 { &flash0 {