Skip to content
Snippets Groups Projects
Commit 4ffb9937 authored by Abel Vesa's avatar Abel Vesa
Browse files

arm64: dts: qcom: x1e80100-crd: Add bluetooth nodes


Signed-off-by: default avatarAbel Vesa <abel.vesa@linaro.org>
parent b531b519
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ / {
aliases {
serial0 = &uart21;
serial1 = &uart14;
};
wcd938x: audio-codec {
......@@ -911,6 +912,14 @@ &tlmm {
<44 4>, /* SPI (TPM) */
<238 1>; /* UFS Reset */
bt_en_default: bt-en-sleep {
pins = "gpio116";
function = "gpio";
output-low;
bias-disable;
qcom,drive-strength = <16>;
};
edp_reg_en: edp-reg-en-state {
pins = "gpio70";
function = "gpio";
......@@ -984,6 +993,18 @@ wcd_default: wcd-reset-n-active-state {
};
};
&uart14 {
status = "okay";
bluetooth: bt_wcn7850 {
compatible = "qcom,wcn7850-bt";
pinctrl-names = "default";
pinctrl-0 = <&bt_en_default>;
enable-gpios = <&tlmm 116 GPIO_ACTIVE_HIGH>;
max-speed = <3200000>;
};
};
&uart21 {
compatible = "qcom,geni-debug-uart";
status = "okay";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment