31 lines
580 B
YAML
31 lines
580 B
YAML
#
|
|
# Copyright (c) 2018, I-SENSE group of ICCS
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: STMicroelectronics SPBTLE-RF bluetooth module
|
|
id: st,spbtle-rf
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives the base representation of SPBTLE-RF bluetooth module
|
|
|
|
inherits:
|
|
!include spi-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "st,spbtle-rf"
|
|
|
|
irq-gpios:
|
|
type: compound
|
|
category: required
|
|
generation: define, use-prop-name
|
|
|
|
reset-gpios:
|
|
type: compound
|
|
category: required
|
|
generation: define, use-prop-name
|
|
...
|