arm64: dts: qcom: sdm632-fairphone-fp3: Enable WiFi/Bluetooth

Configure and enable the WCNSS which provides WiFi and Bluetooth on this
device using the WCN3680B chip.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Link: https://lore.kernel.org/r/20231127-fp3-wcnss-v2-1-a5154fae4768@z3ntu.xyz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Luca Weiss
2023-11-27 22:55:38 +01:00
committed by Bjorn Andersson
parent 3c3fcac8d3
commit 5b006a82a2

View File

@@ -239,3 +239,18 @@ &usb3 {
&usb3_dwc3 {
dr_mode = "peripheral";
};
&wcnss {
status = "okay";
vddpx-supply = <&pm8953_l5>;
};
&wcnss_iris {
compatible = "qcom,wcn3680";
vddxo-supply = <&pm8953_l7>;
vddrfa-supply = <&pm8953_l19>;
vddpa-supply = <&pm8953_l9>;
vdddig-supply = <&pm8953_l5>;
};