2018-01-14 22:13:57 +08:00
|
|
|
# Copyright (c) 2018, I-SENSE group of ICCS
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-10-29 00:34:12 +08:00
|
|
|
description: |
|
2019-11-19 15:39:11 +08:00
|
|
|
Bluetooth module that uses Zephyr's Bluetooth Host Controller Interface SPI
|
|
|
|
driver (e.g. nRF51822)
|
2018-01-14 22:13:57 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "zephyr,bt-hci-spi"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: spi-device.yaml
|
2018-01-14 22:13:57 +08:00
|
|
|
|
|
|
|
properties:
|
2018-05-15 15:46:58 +08:00
|
|
|
irq-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-05-15 15:46:58 +08:00
|
|
|
|
|
|
|
reset-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|