Skip to content

Commit

Permalink
arm64: dts: qcom: qcs404-evb: Enable PCIe
Browse files Browse the repository at this point in the history
Enable the PCIe PHY and controller found on the QCS404 EVB.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
Bjorn Andersson committed Jun 18, 2019
1 parent 431f646 commit 73786fe
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
// Copyright (c) 2018, Linaro Limited

#include <dt-bindings/gpio/gpio.h>
#include "qcs404.dtsi"
#include "pms405.dtsi"

Expand Down Expand Up @@ -75,6 +76,22 @@
};
};

&pcie {
status = "ok";

perst-gpio = <&tlmm 43 GPIO_ACTIVE_LOW>;

pinctrl-names = "default";
pinctrl-0 = <&perst_state>;
};

&pcie_phy {
status = "ok";

vdda-vp-supply = <&vreg_l3_1p05>;
vdda-vph-supply = <&vreg_l5_1p8>;
};

&remoteproc_adsp {
status = "ok";
};
Expand Down Expand Up @@ -191,6 +208,15 @@
};

&tlmm {
perst_state: perst {
pins = "gpio43";
function = "gpio";

drive-strength = <2>;
bias-disable;
output-low;
};

sdc1_on: sdc1-on {
clk {
pins = "sdc1_clk";
Expand Down

0 comments on commit 73786fe

Please sign in to comment.