ARM: dts: msm: Add PCIe controller RC node for Tuna

Add PCIe controller RC node for Tuna target.

Change-Id: I5c81b2f691ded29ea49f35cf8afe2e41afb9930e
Signed-off-by: Vivek Pernamitta <quic_vpernami@quicinc.com>
Signed-off-by: Paras Sharma <quic_parass@quicinc.com>
This commit is contained in:
Paras Sharma
2024-09-17 15:34:05 +05:30
parent a6f58dda2b
commit 60fb7e2b87
3 changed files with 368 additions and 2 deletions

View File

@@ -1638,8 +1638,8 @@
drive-strength = <2>;
};
};
/* touchscreen pins */
/* touchscreen pins */
pmx_ts_active {
ts_active: ts_active {
mux {
@@ -1700,4 +1700,58 @@
};
};
pcie0 {
pcie0_perst_default: pcie0_perst_default {
mux {
pins = "gpio33";
function = "gpio";
};
config {
pins = "gpio33";
drive-strength = <2>;
bias-pull-down;
};
};
pcie0_clkreq_default: pcie0_clkreq_default {
mux {
pins = "gpio118";
function = "pcie0_clk_req_n";
};
config {
pins = "gpio118";
drive-strength = <2>;
bias-pull-up;
};
};
pcie0_wake_default: pcie0_wake_default {
mux {
pins = "gpio81";
function = "gpio";
};
config {
pins = "gpio81";
drive-strength = <2>;
bias-pull-up;
};
};
pcie0_clkreq_sleep: pcie0_clkreq_sleep {
mux {
pins = "gpio118";
function = "gpio";
};
config {
pins = "gpio118";
drive-strength = <2>;
bias-pull-up;
input-enable;
};
};
};
};