From a9f95f18aaf2b7a0b9c70fe2ce17a6d45e0c2b33 Mon Sep 17 00:00:00 2001 From: Ali Hozhabri Date: Mon, 20 Nov 2023 17:48:47 +0100 Subject: [PATCH] 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 --- dts/bindings/bluetooth/st,hci-spi-v1.yaml | 6 ++++++ dts/bindings/bluetooth/st,hci-spi-v2.yaml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 dts/bindings/bluetooth/st,hci-spi-v1.yaml create mode 100644 dts/bindings/bluetooth/st,hci-spi-v2.yaml diff --git a/dts/bindings/bluetooth/st,hci-spi-v1.yaml b/dts/bindings/bluetooth/st,hci-spi-v1.yaml new file mode 100644 index 00000000000..d61b936c5b6 --- /dev/null +++ b/dts/bindings/bluetooth/st,hci-spi-v1.yaml @@ -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" diff --git a/dts/bindings/bluetooth/st,hci-spi-v2.yaml b/dts/bindings/bluetooth/st,hci-spi-v2.yaml new file mode 100644 index 00000000000..58e91e496e2 --- /dev/null +++ b/dts/bindings/bluetooth/st,hci-spi-v2.yaml @@ -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"