2019-01-31 16:45:15 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-01-31 16:45:15 +08:00
|
|
|
title: Bluetooth controller that provides Host Controller Interface over SPI
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives the base representation of a bluetooth controller node
|
|
|
|
that provides HCI over SPI.
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: base.yaml
|
2019-06-08 00:12:49 +08:00
|
|
|
|
2019-01-31 16:45:15 +08:00
|
|
|
parent:
|
|
|
|
bus: spi
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "zephyr,bt-hci-spi-slave"
|
|
|
|
|
|
|
|
irq-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|