Commit 5b006a82 authored by Luca Weiss's avatar Luca Weiss Committed by Bjorn Andersson

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: default avatarLuca Weiss <luca@z3ntu.xyz>
Link: https://lore.kernel.org/r/20231127-fp3-wcnss-v2-1-a5154fae4768@z3ntu.xyzSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 3c3fcac8
......@@ -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>;
};
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