Commit 04639239 authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: sdx55-t55: Enable PCIe RC support

parent f9364a7c
Loading
Loading
Loading
Loading
+42 −0
Original line number Diff line number Diff line
@@ -242,6 +242,23 @@ &ipa {
	status = "okay";
};

&pcie_phy {
	vdda-phy-supply = <&vreg_l1e_bb_1p2>;
	vdda-pll-supply = <&vreg_l4e_bb_0p875>;

	status = "okay";
};

&pcie_rc {
	perst-gpios = <&tlmm 57 GPIO_ACTIVE_LOW>;
	wake-gpios = <&tlmm 53 GPIO_ACTIVE_HIGH>;

	pinctrl-0 = <&pcie_default>;
	pinctrl-names = "default";

	status = "okay";
};

&qpic_bam {
	status = "okay";
};
@@ -265,6 +282,31 @@ &remoteproc_mpss {
	memory-region = <&mpss_adsp_mem>;
};

&tlmm {
	pcie_default: pcie-default-state {
		clkreq-pins {
			pins = "gpio56";
			function = "pcie_clkreq";
			drive-strength = <2>;
			bias-pull-up;
		};

		perst-pins {
			pins = "gpio57";
			function = "gpio";
			drive-strength = <2>;
			bias-pull-down;
		};

		wake-pins {
		       pins = "gpio53";
		       function = "gpio";
		       drive-strength = <2>;
		       bias-pull-up;
	       };
	};
};

&usb_hsphy {
	status = "okay";
	vdda-pll-supply = <&vreg_l4e_bb_0p875>;