summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-3720-espressobin.dts
diff options
context:
space:
mode:
authorWilson Ding <dingwei@marvell.com>2018-03-26 15:57:31 +0800
committerStefan Roese <sr@denx.de>2018-03-30 12:52:49 +0200
commit9734104fe40e6abc0e6f3fb9ca8b34c69e5e5d7c (patch)
treebcf5ec19c784306b9c3e138a1395a1d658ce3995 /arch/arm/dts/armada-3720-espressobin.dts
parentf38c098043b395e969ae07fc7d9cf906601e72fb (diff)
downloadu-boot-9734104fe40e6abc0e6f3fb9ca8b34c69e5e5d7c.tar.gz
arm64: a37xx: dts: enable pcie port
This patch enabled PCIe port on both devel-board and espressobin board. Cc: Simon Glass <sjg@chromium.org> Cc: Stefan Roese <sr@denx.de> Signed-off-by: Wilson Ding <dingwei@marvell.com> Signed-off-by: Ken Ma <make@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/armada-3720-espressobin.dts')
-rw-r--r--arch/arm/dts/armada-3720-espressobin.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-3720-espressobin.dts b/arch/arm/dts/armada-3720-espressobin.dts
index 4e70d885bc..7bfccb0435 100644
--- a/arch/arm/dts/armada-3720-espressobin.dts
+++ b/arch/arm/dts/armada-3720-espressobin.dts
@@ -141,3 +141,10 @@
&usb3 {
status = "okay";
};
+
+&pcie0 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pcie_pins>;
+ reset-gpio = <&gpiosb 3 GPIO_ACTIVE_HIGH>;
+ status = "okay";
+};