[PATCH v2 1/6] dt-bindings: bluetooth: qca: add QCC2072

From: Rahul Samana

Date: Mon Jul 27 2026 - 11:57:04 EST


QCC2072 can be used on M.2 E-key cards where the card power resources are
described by the pcie-m2-e-connector node. In that setup, the M.2 power
sequencing provider creates the Bluetooth serdev child after matching the
QCC2072 PCI function.

Integrated non-M.2 designs need board-specific power resources. Document
only the compatible for now and leave those properties to be added with
matching driver support.

Document the qcom,qcc2072-bt compatible used for QCC2072 Bluetooth
controllers connected over UART.

Signed-off-by: Rahul Samana <rahul.samana@xxxxxxxxxxxxxxxx>
---
.../bindings/net/bluetooth/qcom,qcc2072-bt.yaml | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/bluetooth/qcom,qcc2072-bt.yaml b/Documentation/devicetree/bindings/net/bluetooth/qcom,qcc2072-bt.yaml
new file mode 100644
index 000000000000..e4b281ef261f
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/bluetooth/qcom,qcc2072-bt.yaml
@@ -0,0 +1,39 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/net/bluetooth/qcom,qcc2072-bt.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Qualcomm QCC2072 Bluetooth
+
+maintainers:
+ - Bartosz Golaszewski <brgl@xxxxxxxx>
+ - Balakrishna Godavarthi <quic_bgodavar@xxxxxxxxxxx>
+ - Rocky Liao <quic_rjliao@xxxxxxxxxxx>
+
+description:
+ Qualcomm QCC2072 Bluetooth controller connected over UART.
+
+ QCC2072 can be populated on an M.2 E-key card, where the card power
+ supplies and sideband signals are modeled by the pcie-m2-e-connector node.
+ The M.2 power sequencing provider creates the Bluetooth serdev device and
+ uses this compatible after matching the QCC2072 PCI function.
+
+ Integrated non-M.2 designs require board-specific power resources. Those
+ properties, together with a static devicetree example, should be added when
+ integrated non-M.2 support is added.
+
+properties:
+ compatible:
+ enum:
+ - qcom,qcc2072-bt
+
+required:
+ - compatible
+
+allOf:
+ - $ref: bluetooth-controller.yaml#
+ - $ref: qcom,bluetooth-common.yaml
+ - $ref: /schemas/serial/serial-peripheral-props.yaml#
+
+unevaluatedProperties: false

--
2.34.1