From ae2e42b9257dbcc46dcfd96e614c362c81433ece Mon Sep 17 00:00:00 2001 From: Jeppe Odgaard Date: Thu, 20 Feb 2025 08:58:54 +0100 Subject: [PATCH] boards: st: nucleo_u083rc: move spi cs Move CS to GPIO connected to pin header CN5 pin 8 which is also labeled CS. This GPIO is free and is also placed next to the other SPI GPIOs. Signed-off-by: Jeppe Odgaard --- boards/st/nucleo_u083rc/nucleo_u083rc.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/st/nucleo_u083rc/nucleo_u083rc.dts b/boards/st/nucleo_u083rc/nucleo_u083rc.dts index cfe5e149562..b9d1ca27c1b 100644 --- a/boards/st/nucleo_u083rc/nucleo_u083rc.dts +++ b/boards/st/nucleo_u083rc/nucleo_u083rc.dts @@ -153,7 +153,7 @@ stm32_lp_tick_source: &lptim1 { &spi1{ pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pa7>; - cs-gpios = <&gpioa 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + cs-gpios = <&gpiob 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; pinctrl-names = "default"; status = "okay"; };