boards: arm: DTS update for ST boards that include BlueNRG-MS
Update DTS files of the STMicroelectronics boards which have BlueNRG-MS as a BLE module. Signed-off-by: Ali Hozhabri <ali.hozhabri@st.com>
This commit is contained in:
parent
a9f95f18aa
commit
d9c4ce7255
4 changed files with 4 additions and 4 deletions
|
@ -152,7 +152,7 @@
|
||||||
<&gpioe 0 GPIO_ACTIVE_LOW>;
|
<&gpioe 0 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
spbtle-rf@0 {
|
spbtle-rf@0 {
|
||||||
compatible = "zephyr,bt-hci-spi";
|
compatible = "zephyr,bt-hci-spi", "st,hci-spi-v1";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
reset-gpios = <&gpioa 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
reset-gpios = <&gpioa 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
||||||
irq-gpios = <&gpioe 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
irq-gpios = <&gpioe 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
||||||
|
|
|
@ -191,7 +191,7 @@
|
||||||
<&gpioe 0 GPIO_ACTIVE_LOW>;
|
<&gpioe 0 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
spbtle-rf@0 {
|
spbtle-rf@0 {
|
||||||
compatible = "zephyr,bt-hci-spi";
|
compatible = "zephyr,bt-hci-spi", "st,hci-spi-v1";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
reset-gpios = <&gpioa 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
reset-gpios = <&gpioa 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
||||||
irq-gpios = <&gpioe 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
irq-gpios = <&gpioe 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
spbtle-rf@0 {
|
spbtle-rf@0 {
|
||||||
compatible = "zephyr,bt-hci-spi";
|
compatible = "zephyr,bt-hci-spi", "st,hci-spi-v1";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
irq-gpios = <&gpiog 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
irq-gpios = <&gpiog 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
||||||
reset-gpios = <&gpiog 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
reset-gpios = <&gpiog 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
cs-gpios = <&arduino_header 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; /* A1 */
|
cs-gpios = <&arduino_header 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; /* A1 */
|
||||||
|
|
||||||
spbtle_rf_x_nucleo_idb05a1: spbtle-rf@0 {
|
spbtle_rf_x_nucleo_idb05a1: spbtle-rf@0 {
|
||||||
compatible = "zephyr,bt-hci-spi";
|
compatible = "zephyr,bt-hci-spi", "st,hci-spi-v1";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
reset-gpios = <&arduino_header 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; /* D7 */
|
reset-gpios = <&arduino_header 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; /* D7 */
|
||||||
irq-gpios = <&arduino_header 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* A0 */
|
irq-gpios = <&arduino_header 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* A0 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue