On 1/16/26 3:50 PM, Luca Weiss wrote:
> Add the nodes to describe the WCN6755 chip with its PMU and Bluetooth
> parts.
>
> Thanks to Alexander Koskovich for helping with the bringup, adding
> 'clocks' to the PMU node to make Bluetooth work.
>
> Signed-off-by: Luca Weiss <[email protected]>
> ---
> arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts | 174
> +++++++++++++++++++++++
> 1 file changed, 174 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts
> b/arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts
> index 52895dd9e4fa..cbe1507b0aaa 100644
> --- a/arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts
> +++ b/arch/arm64/boot/dts/qcom/milos-fairphone-fp6.dts
> @@ -24,6 +24,7 @@ / {
>
> aliases {
> serial0 = &uart5;
> + serial1 = &uart11;
> };
>
> gpio-keys {
> @@ -215,6 +216,67 @@ trip1 {
> };
> };
> };
> +
> + wcn6750-pmu {
> + compatible = "qcom,wcn6750-pmu"; /* WCN6755 */
I think a fallback compatible would be in order, if the data matches
exactly
> + bluetooth_enable_default: bluetooth-enable-default-state {
> + pins = "gpio53";
> + function = "gpio";
> + output-low;
> + bias-disable;
> + };
Not sure if we need to drive that pin.. perhaps a pull-down would
suffice?
[...]
> + bluetooth {
> + compatible = "qcom,wcn6750-bt"; /* WCN6755 */
Likewise
Konrad