ARM: dts: msm: Enable PCIe1 for kera

This change adds PCIe1 node for kera.

Change-Id: I5c5b0b2a1a1654b187b7bcfe031602f6786efb4f
Signed-off-by: Sushrut Shree Trivedi <quic_sushruts@quicinc.com>
This commit is contained in:
Sushrut Shree Trivedi
2024-12-02 16:41:43 +05:30
committed by Niranjan Reddy Dumbala
parent 682957b7e4
commit ce610dfc21
4 changed files with 369 additions and 1 deletions

View File

@@ -1978,4 +1978,59 @@
drive-strength = <2>;
};
};
pcie1 {
pcie1_perst_default: pcie1_perst_default {
mux {
pins = "gpio54";
function = "gpio";
};
config {
pins = "gpio54";
drive-strength = <2>;
bias-pull-down;
};
};
pcie1_clkreq_default: pcie1_clkreq_default {
mux {
pins = "gpio52";
function = "pcie1_clk_req_n";
};
config {
pins = "gpio52";
drive-strength = <2>;
bias-pull-up;
};
};
pcie1_wake_default: pcie1_wake_default {
mux {
pins = "gpio53";
function = "gpio";
};
config {
pins = "gpio53";
drive-strength = <2>;
bias-pull-up;
};
};
pcie1_clkreq_sleep: pcie1_clkreq_sleep {
mux {
pins = "gpio52";
function = "gpio";
};
config {
pins = "gpio52";
drive-strength = <2>;
bias-pull-up;
input-enable;
};
};
};
};