Commit 95ee3a93 authored by Chris Morgan's avatar Chris Morgan Committed by Luiz Augusto von Dentz
Browse files

dt-bindings: net: realtek-bluetooth: Add RTL8821CS



Add compatible string for RTL8821CS for existing Realtek Bluetooth
driver.

Signed-off-by: default avatarChris Morgan <macromorgan@hotmail.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarAlistair Francis <alistair@alistair23.me>
Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
parent 13209415
Loading
Loading
Loading
Loading
+15 −9
Original line number Diff line number Diff line
@@ -4,24 +4,30 @@
$id: http://devicetree.org/schemas/net/realtek-bluetooth.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: RTL8723BS/RTL8723CS/RTL8822CS Bluetooth
title: RTL8723BS/RTL8723CS/RTL8821CS/RTL8822CS Bluetooth

maintainers:
  - Vasily Khoruzhick <anarsoul@gmail.com>
  - Alistair Francis <alistair@alistair23.me>

description:
  RTL8723CS/RTL8723CS/RTL8822CS is WiFi + BT chip. WiFi part is connected over
  SDIO, while BT is connected over serial. It speaks H5 protocol with few
  extra commands to upload firmware and change module speed.
  RTL8723CS/RTL8723CS/RTL8821CS/RTL8822CS is a WiFi + BT chip. WiFi part
  is connected over SDIO, while BT is connected over serial. It speaks
  H5 protocol with few extra commands to upload firmware and change
  module speed.

properties:
  compatible:
    enum:
    oneOf:
      - enum:
          - realtek,rtl8723bs-bt
          - realtek,rtl8723cs-bt
          - realtek,rtl8723ds-bt
          - realtek,rtl8822cs-bt
      - items:
          - enum:
              - realtek,rtl8821cs-bt
          - const: realtek,rtl8822cs-bt

  device-wake-gpios:
    maxItems: 1