dts: bindings: bluetooth: Add new yaml files for ST SPI protocol V1 and V2

Add "st,hci-spi-v1.yaml" to represent STMicroelectronics SPI protocol V1
which is used by BlueNRG-MS devices.

Add "st,hci-spi-v2.yaml" to show STMicroelectronics SPI protocol V2
utilized by BlueNRG-1 and successor devices.

Signed-off-by: Ali Hozhabri <ali.hozhabri@st.com>
This commit is contained in:
Ali Hozhabri 2023-11-20 17:48:47 +01:00 committed by Fabio Baltieri
parent ae39c3f7d7
commit a9f95f18aa
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Copyright (c) 2023, STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
description: STMicroelectronics SPI protocol V1 compatible with BlueNRG-MS devices
compatible: "st,hci-spi-v1"

View File

@ -0,0 +1,6 @@
# Copyright (c) 2023, STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
description: STMicroelectronics SPI protocol V2 compatible with BlueNRG-1 and successor devices
compatible: "st,hci-spi-v2"