Commit b33a0d29 authored by Marek Vasut's avatar Marek Vasut Committed by Luiz Augusto von Dentz

dt-bindings: net: broadcom-bluetooth: Add CYW43439 DT binding

CYW43439 is a Wi-Fi + Bluetooth combo device from Infineon.
The Bluetooth part is capable of Bluetooth 5.2 BR/EDR/LE .
This chip is present e.g. on muRata 1YN module.

Extend the binding with its DT compatible using fallback
compatible string to "brcm,bcm4329-bt" which seems to be
the oldest compatible device. This should also prevent the
growth of compatible string tables in drivers. The existing
block of compatible strings is retained.
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
parent c90748b8
...@@ -14,20 +14,25 @@ description: ...@@ -14,20 +14,25 @@ description:
properties: properties:
compatible: compatible:
enum: oneOf:
- brcm,bcm20702a1 - items:
- brcm,bcm4329-bt - enum:
- brcm,bcm4330-bt - infineon,cyw43439-bt
- brcm,bcm4334-bt - const: brcm,bcm4329-bt
- brcm,bcm43430a0-bt - enum:
- brcm,bcm43430a1-bt - brcm,bcm20702a1
- brcm,bcm43438-bt - brcm,bcm4329-bt
- brcm,bcm4345c5 - brcm,bcm4330-bt
- brcm,bcm43540-bt - brcm,bcm4334-bt
- brcm,bcm4335a0 - brcm,bcm43430a0-bt
- brcm,bcm4349-bt - brcm,bcm43430a1-bt
- cypress,cyw4373a0-bt - brcm,bcm43438-bt
- infineon,cyw55572-bt - brcm,bcm4345c5
- brcm,bcm43540-bt
- brcm,bcm4335a0
- brcm,bcm4349-bt
- cypress,cyw4373a0-bt
- infineon,cyw55572-bt
shutdown-gpios: shutdown-gpios:
maxItems: 1 maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment