25 lines
472 B
YAML
25 lines
472 B
YAML
#
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
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.
|
|
|
|
include: base.yaml
|
|
|
|
parent:
|
|
bus: spi
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "zephyr,bt-hci-spi-slave"
|
|
|
|
irq-gpios:
|
|
type: phandle-array
|
|
required: true
|