boards: arm: nucleo_l496zg: full Arduino SPI support
Full Arduino SPI support for nucleo_l496zg Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
This commit is contained in:
parent
c08abca079
commit
bf006d09ed
2 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,7 @@ Default Zephyr Peripheral Mapping:
|
|||
- PWM_2_CH1: PA0
|
||||
- I2C_1_SCL: PB8
|
||||
- I2C_1_SDA: PB7
|
||||
- SPI_1_NSS: PD14
|
||||
- SPI_1_SCK: PA5
|
||||
- SPI_1_MISO: PA6
|
||||
- SPI_1_MOSI: PA7
|
||||
|
|
|
@ -139,6 +139,7 @@
|
|||
|
||||
&spi1 {
|
||||
pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pa7>;
|
||||
cs-gpios = <&gpiod 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue