Files
android_kernel_samsung_sm87…/bindings/bluetooth/btfm_slim.txt
Hemant Gupta c45e899c16 btfm: dts: msm: Add device tree entries for sun target
Add initial device tree entries for sun target

Change-Id: I5bda39009e553cfacd32b15235b6f58ce803bb9a
Signed-off-by: Hemant Gupta <quic_hemantg@quicinc.com>
2023-12-22 10:02:33 +05:30

17 lines
505 B
Plaintext

* BTFM Slimbus Slave Driver
BTFM Slimbus Slave driver configure and initialize slimbus slave device.
Bluetooth A2DP, SCO and FM Audio data is transferred over slimbus interface.
Required properties:
- compatible: Should be set to the following where 217 is manufacture id and 221 is prod id:
ex. HSP elmental address is 0x000120021702
compatible = "slim217,221"
- reg should be filled as per specs
reg = <1 0>;
Example:
slimbus: btfmslim-driver {
compatible = "slim217,221";
reg = <1 0>;
};