af76d061f8
Update dts files to use ST vendor specific HCI SPI Bluetooth driver. Remove unnecessary GPIO bias for output pins. Signed-off-by: Ali Hozhabri <ali.hozhabri@st.com>
19 lines
463 B
Plaintext
19 lines
463 B
Plaintext
/*
|
|
* Copyright (c) 2019 STMicroelectronics
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&arduino_spi {
|
|
cs-gpios = <&arduino_header 1 GPIO_ACTIVE_LOW>; /* A1 */
|
|
|
|
spbtle_rf_x_nucleo_idb05a1: spbtle-rf@0 {
|
|
compatible = "st,hci-spi-v1";
|
|
reg = <0>;
|
|
reset-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>; /* D7 */
|
|
irq-gpios = <&arduino_header 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* A0 */
|
|
spi-max-frequency = <DT_FREQ_M(2)>;
|
|
spi-hold-cs;
|
|
};
|
|
};
|