From f1ad7ede9c788ebf4895082c86097cc4efee4dc4 Mon Sep 17 00:00:00 2001 From: Alexandre Bourdiol Date: Fri, 4 Mar 2022 12:05:07 +0100 Subject: [PATCH] boards: arm: disco_l475_iot1 BLE SPI CS is active low On board disco_l475_iot1, BLE SPI CS is active low Signed-off-by: Alexandre Bourdiol --- boards/arm/disco_l475_iot1/disco_l475_iot1.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/disco_l475_iot1/disco_l475_iot1.dts b/boards/arm/disco_l475_iot1/disco_l475_iot1.dts index 431861581fc..181bd2d0a6b 100644 --- a/boards/arm/disco_l475_iot1/disco_l475_iot1.dts +++ b/boards/arm/disco_l475_iot1/disco_l475_iot1.dts @@ -154,7 +154,7 @@ pinctrl-0 = <&spi3_sck_pc10 &spi3_miso_pc11 &spi3_mosi_pc12>; pinctrl-names = "default"; - cs-gpios = <&gpiod 13 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>, + cs-gpios = <&gpiod 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, <&gpioe 0 GPIO_ACTIVE_LOW>; spbtle-rf@0 {