ARM: dts: qcom: sdx65-mtp: Enable PCIe EP
authorRohit Agarwal <quic_rohiagar@quicinc.com>
Thu, 18 May 2023 17:47:53 +0000 (23:17 +0530)
committerBjorn Andersson <andersson@kernel.org>
Tue, 30 May 2023 14:54:19 +0000 (07:54 -0700)
Enable PCIe Endpoint controller on the SDX65 MTP board based
on Qualcomm SDX65 platform.

Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/1684432073-28490-6-git-send-email-quic_rohiagar@quicinc.com
arch/arm/boot/dts/qcom-sdx65-mtp.dts

index 29ccb15..02d8d6e 100644 (file)
        status = "okay";
 };
 
+&pcie_ep {
+       pinctrl-0 = <&pcie_ep_clkreq_default
+                    &pcie_ep_perst_default
+                    &pcie_ep_wake_default>;
+       pinctrl-names = "default";
+
+       reset-gpios = <&tlmm 57 GPIO_ACTIVE_LOW>;
+       wake-gpios = <&tlmm 53 GPIO_ACTIVE_LOW>;
+
+       status = "okay";
+};
+
 &pcie_phy {
        vdda-phy-supply = <&vreg_l1b_1p2>;
        vdda-pll-supply = <&vreg_l4b_0p88>;
        status = "okay";
 };
 
+&tlmm {
+       pcie_ep_clkreq_default: pcie-ep-clkreq-default-state {
+               pins = "gpio56";
+               function = "pcie_clkreq";
+               drive-strength = <2>;
+               bias-disable;
+       };
+
+       pcie_ep_perst_default: pcie-ep-perst-default-state {
+               pins = "gpio57";
+               function = "gpio";
+               drive-strength = <2>;
+               bias-pull-down;
+       };
+
+       pcie_ep_wake_default: pcie-ep-wake-default-state {
+               pins = "gpio53";
+               function = "gpio";
+               drive-strength = <2>;
+               bias-disable;
+       };
+};
+
 &usb {
        status = "okay";
 };