dts: bindings: add binding for bluetooth modules
Provide dts yaml bindings for bluetooth modules used by 96b_carbon and disco_l475_iot1 boards. Devices are denoted as spi-devices and inherit from spi-device.yaml Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
58c842934a
commit
6f3779f738
2 changed files with 43 additions and 0 deletions
21
dts/bindings/bluetooth/st,spbtle-rf.yaml
Normal file
21
dts/bindings/bluetooth/st,spbtle-rf.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
#
|
||||
# Copyright (c) 2018, I-SENSE group of ICCS
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
---
|
||||
title: STMicroelectronics SPBTLE-RF bluetooth module
|
||||
id: st,spbtle-rf
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives the base representation of SPBTLE-RF bluetooth module
|
||||
|
||||
inherits:
|
||||
!include spi-device.yaml
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
constraint: "st,spbtle-rf"
|
||||
|
||||
...
|
22
dts/bindings/bluetooth/zephyr,bt-hci-spi.yaml
Normal file
22
dts/bindings/bluetooth/zephyr,bt-hci-spi.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
# Copyright (c) 2018, I-SENSE group of ICCS
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
---
|
||||
title: Bluetooth module based on Zephyr's Bluetooth HCI SPI driver
|
||||
id: zephyr,bt-hci-spi
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives the base representation of a bluetooth module which use
|
||||
Zephyr's bluetooth Host Controller Interface SPI driver (e.g. nRF51822).
|
||||
|
||||
inherits:
|
||||
!include spi-device.yaml
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
constraint: "zephyr,bt-hci-spi"
|
||||
|
||||
...
|
Loading…
Add table
Add a link
Reference in a new issue