23 lines
478 B
YAML
23 lines
478 B
YAML
|
#
|
||
|
# 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"
|
||
|
|
||
|
...
|