summaryrefslogtreecommitdiffstats
path: root/include/configs/p2371-2180.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2015-10-05 17:02:40 -0600
committerTom Warren <twarren@nvidia.com>2015-11-12 09:21:06 -0700
commit019bc6259d4f096219cfe1b9e91fe033b62ae645 (patch)
tree7f01e4fca48aed7f021c4207edf7bf21ea833a13 /include/configs/p2371-2180.h
parentd0af234130db0cc98ec81ed9d4d75c3bff7b4796 (diff)
downloadblackbird-obmc-uboot-019bc6259d4f096219cfe1b9e91fe033b62ae645.tar.gz
blackbird-obmc-uboot-019bc6259d4f096219cfe1b9e91fe033b62ae645.zip
ARM: tegra: enable PCI support of p2371-2180
p2371-2180 has two PCI ports; a regular x4 slot and a x1 M.2 slot. This patch adds the relevant DT to enable the PCI controller and configure the XUSB padctl pin muxing, and code to turn on the PCI power and enable PCI features in U-Boot. I have only tested the x4 slot. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/p2371-2180.h')
-rw-r--r--include/configs/p2371-2180.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/p2371-2180.h b/include/configs/p2371-2180.h
index 3bdf1961a3..94f8085ceb 100644
--- a/include/configs/p2371-2180.h
+++ b/include/configs/p2371-2180.h
@@ -53,6 +53,16 @@
#define CONFIG_USB_HOST_ETHER
#define CONFIG_USB_ETHER_ASIX
+/* PCI host support */
+#define CONFIG_PCI
+#define CONFIG_PCI_TEGRA
+#define CONFIG_PCI_PNP
+#define CONFIG_CMD_PCI
+#define CONFIG_CMD_PCI_ENUM
+
+/* PCI networking support */
+#define CONFIG_RTL8169
+
/* General networking support */
#define CONFIG_CMD_DHCP
OpenPOWER on IntegriCloud