dt-bindings: net: qualcomm: Add QCA6490 Bluetooth
This commit is contained in:
parent
12f9a5753f
commit
ecba5e4fc8
1 changed files with 21 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ properties:
|
|||
enum:
|
||||
- qcom,qca2066-bt
|
||||
- qcom,qca6174-bt
|
||||
- qcom,qca6490-bt
|
||||
- qcom,qca9377-bt
|
||||
- qcom,wcn3988-bt
|
||||
- qcom,wcn3990-bt
|
||||
|
|
@ -37,6 +38,15 @@ properties:
|
|||
description: gpio specifier is used to find status
|
||||
of clock supply to SoC
|
||||
|
||||
wlan-gpios:
|
||||
maxItems: 1
|
||||
description: gpio specifier used to enable the WLAN
|
||||
chip, on QCA6490 only
|
||||
|
||||
power-domains:
|
||||
maxItems: 1
|
||||
description: power domain associated with the chip
|
||||
|
||||
clocks:
|
||||
maxItems: 1
|
||||
description: clock provided to the controller (SUSCLK_32KHZ)
|
||||
|
|
@ -114,6 +124,17 @@ allOf:
|
|||
- enable-gpios
|
||||
- clocks
|
||||
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
contains:
|
||||
enum:
|
||||
- qcom,qca6490-bt
|
||||
then:
|
||||
required:
|
||||
- enable-gpios
|
||||
- wlan-gpios
|
||||
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue