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:
parent
8a4013b2e1
commit
f1ad7ede9c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue