Skip to content

Commit ae2e42b

Browse files
Jeppe Odgaardfabiobaltieri
authored andcommitted
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 <jeppe.odgaard@prevas.dk>
1 parent 5902f00 commit ae2e42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/nucleo_u083rc/nucleo_u083rc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ stm32_lp_tick_source: &lptim1 {
153153

154154
&spi1{
155155
pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pa7>;
156-
cs-gpios = <&gpioa 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
156+
cs-gpios = <&gpiob 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
157157
pinctrl-names = "default";
158158
status = "okay";
159159
};

0 commit comments

Comments
 (0)