| .. | .. |
|---|
| 10 | 10 | Required properties: |
|---|
| 11 | 11 | - compatible: should contain one of the following: |
|---|
| 12 | 12 | * "qcom,qca6174-bt" |
|---|
| 13 | + * "qcom,qca9377-bt" |
|---|
| 13 | 14 | * "qcom,wcn3990-bt" |
|---|
| 15 | + * "qcom,wcn3991-bt" |
|---|
| 16 | + * "qcom,wcn3998-bt" |
|---|
| 17 | + * "qcom,qca6390-bt" |
|---|
| 14 | 18 | |
|---|
| 15 | 19 | Optional properties for compatible string qcom,qca6174-bt: |
|---|
| 16 | 20 | |
|---|
| 17 | 21 | - enable-gpios: gpio specifier used to enable chip |
|---|
| 18 | 22 | - clocks: clock provided to the controller (SUSCLK_32KHZ) |
|---|
| 23 | + - firmware-name: specify the name of nvm firmware to load |
|---|
| 19 | 24 | |
|---|
| 20 | | -Required properties for compatible string qcom,wcn3990-bt: |
|---|
| 25 | +Optional properties for compatible string qcom,qca9377-bt: |
|---|
| 26 | + |
|---|
| 27 | + - max-speed: see Documentation/devicetree/bindings/serial/serial.yaml |
|---|
| 28 | + |
|---|
| 29 | +Required properties for compatible string qcom,wcn399x-bt: |
|---|
| 21 | 30 | |
|---|
| 22 | 31 | - vddio-supply: VDD_IO supply regulator handle. |
|---|
| 23 | 32 | - vddxo-supply: VDD_XO supply regulator handle. |
|---|
| 24 | 33 | - vddrf-supply: VDD_RF supply regulator handle. |
|---|
| 25 | 34 | - vddch0-supply: VDD_CH0 supply regulator handle. |
|---|
| 26 | 35 | |
|---|
| 27 | | -Optional properties for compatible string qcom,wcn3990-bt: |
|---|
| 36 | +Optional properties for compatible string qcom,wcn399x-bt: |
|---|
| 28 | 37 | |
|---|
| 29 | | - - max-speed: see Documentation/devicetree/bindings/serial/slave-device.txt |
|---|
| 38 | + - max-speed: see Documentation/devicetree/bindings/serial/serial.yaml |
|---|
| 39 | + - firmware-name: specify the name of nvm firmware to load |
|---|
| 40 | + - clocks: clock provided to the controller |
|---|
| 30 | 41 | |
|---|
| 31 | 42 | Examples: |
|---|
| 32 | 43 | |
|---|
| .. | .. |
|---|
| 39 | 50 | |
|---|
| 40 | 51 | enable-gpios = <&pm8994_gpios 19 GPIO_ACTIVE_HIGH>; |
|---|
| 41 | 52 | clocks = <&divclk4>; |
|---|
| 53 | + firmware-name = "nvm_00440302.bin"; |
|---|
| 42 | 54 | }; |
|---|
| 43 | 55 | }; |
|---|
| 44 | 56 | |
|---|
| .. | .. |
|---|
| 51 | 63 | vddrf-supply = <&vreg_l17a_1p3>; |
|---|
| 52 | 64 | vddch0-supply = <&vreg_l25a_3p3>; |
|---|
| 53 | 65 | max-speed = <3200000>; |
|---|
| 66 | + firmware-name = "crnv21.bin"; |
|---|
| 67 | + clocks = <&rpmhcc RPMH_RF_CLK2>; |
|---|
| 54 | 68 | }; |
|---|
| 55 | 69 | }; |
|---|