From 58eb09fdbb7ba44dbe359ff958b09f249dd97f51 Mon Sep 17 00:00:00 2001 From: himta ram Date: Tue, 29 Oct 2019 16:00:24 +0530 Subject: [PATCH] dt-bindings: Add device-tree bindings for slimbus slave driver Add Documentation file for slimbus slave driver. Change-Id: I98680c94fe4aaec1274184afd161049b9fe62cec --- bindings/bluetooth/btfm_slim.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bindings/bluetooth/btfm_slim.txt diff --git a/bindings/bluetooth/btfm_slim.txt b/bindings/bluetooth/btfm_slim.txt new file mode 100644 index 00000000..9e1524a4 --- /dev/null +++ b/bindings/bluetooth/btfm_slim.txt @@ -0,0 +1,20 @@ +* BTFM Slimbus Slave Driver +BTFM Slimbus Slave driver configure and initialize slimbus slave device. +Bluetooth SCO and FM Audio data is transferred over slimbus interface. + +Required properties: + - compatible: Should be set to one of the following: + btfmslim_slave + - qcom,btfm-slim-ifd: BTFM slimbus slave device entry name + +Optional properties: + - qcom,btfm-slim-ifd-elemental-addr: BTFM slimbus slave device + enumeration address + +Example: + btfmslim_codec: qca6390 { + compatible = "qcom,btfmslim_slave"; + elemental-addr = [00 01 20 02 17 02]; + qcom,btfm-slim-ifd = "btfmslim_slave_ifd"; + qcom,btfm-slim-ifd-elemental-addr = [00 00 20 02 17 02]; + };