boards: arm: b_l4s5i_iot01a: SPI chip-select is active low.
According to RM0432, the chip-select of SPI is active low. Fixes #36289 Signed-off-by: Sam Chen <sam.chen@iota.org>
This commit is contained in:
parent
9fe8a207b5
commit
a5fce2022a
1 changed files with 2 additions and 2 deletions
|
@ -131,8 +131,8 @@
|
|||
pinctrl-0 = <&spi3_sck_pc10 &spi3_miso_pc11 &spi3_mosi_pc12>;
|
||||
status = "okay";
|
||||
|
||||
cs-gpios = <&gpiod 13 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>,
|
||||
<&gpioe 0 GPIO_ACTIVE_HIGH>;
|
||||
cs-gpios = <&gpiod 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>,
|
||||
<&gpioe 0 GPIO_ACTIVE_LOW>;
|
||||
|
||||
spbtle-rf@0 {
|
||||
compatible = "zephyr,bt-hci-spi";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue