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 <alexandre.bourdiol@st.com>
This commit is contained in:
Alexandre Bourdiol 2022-03-04 12:05:07 +01:00 committed by Carles Cufí
parent 8a4013b2e1
commit f1ad7ede9c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {