18 lines
336 B
YAML
18 lines
336 B
YAML
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
Bluetooth controller node that provides Host Controller Interface (HCI)
|
|
over SPI
|
|
|
|
compatible: "zephyr,bt-hci-spi-slave"
|
|
|
|
include: base.yaml
|
|
|
|
on-bus: spi
|
|
|
|
properties:
|
|
irq-gpios:
|
|
type: phandle-array
|
|
required: true
|