diff --git a/boards/arm/nucleo_f767zi/doc/index.rst b/boards/arm/nucleo_f767zi/doc/index.rst index 5275c68ca7a..4a375722313 100644 --- a/boards/arm/nucleo_f767zi/doc/index.rst +++ b/boards/arm/nucleo_f767zi/doc/index.rst @@ -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 diff --git a/boards/arm/nucleo_f767zi/nucleo_f767zi.dts b/boards/arm/nucleo_f767zi/nucleo_f767zi.dts index d131df70ece..2849224cc0d 100644 --- a/boards/arm/nucleo_f767zi/nucleo_f767zi.dts +++ b/boards/arm/nucleo_f767zi/nucleo_f767zi.dts @@ -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.