arm64: dts: rockchip: move PCIe configuarion into rk3399-excavator-sapphire.dtsi

So all the variant boards will benefit from it and no need
to copy and paste this everywhere.

Change-Id: Id27355bb6f780ead76b8661693c32a452d3f8e61
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
Shawn Lin
2017-10-23 09:21:46 +08:00
committed by Huang, Tao
parent a7e81131d2
commit b57b7d3e58
2 changed files with 7 additions and 4 deletions

View File

@@ -172,6 +172,13 @@
};
};
&pcie0 {
ep-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>;
num-lanes = <4>;
pinctrl-names = "default";
pinctrl-0 = <&pcie_clkreqn>;
};
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_xfer &uart0_cts>;

View File

@@ -276,10 +276,6 @@
};
&pcie0 {
ep-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>;
num-lanes = <4>;
pinctrl-names = "default";
pinctrl-0 = <&pcie_clkreqn>;
status = "okay";
};