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:
Yannis Damigos 2018-01-14 16:13:57 +02:00 committed by Kumar Gala
commit 6f3779f738
2 changed files with 43 additions and 0 deletions

View 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"
...

View 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"
...