summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/bsp/nexus-devices.h
diff options
context:
space:
mode:
authorStephen Clark <stephen.clark@oarcorp.com>2021-07-12 11:41:52 -0500
committerJoel Sherrill <joel@rtems.org>2021-07-15 11:29:09 -0500
commitc41318075ee34ca1891dc7df8a3ea09142b50bf9 (patch)
tree8f05726da2a7b0d835cd76b15f1155792c4af8b0 /rtemsbsd/include/bsp/nexus-devices.h
parentrtemsbsd: Present all ZynqMP interfaces by default (diff)
downloadrtems-libbsd-c41318075ee34ca1891dc7df8a3ea09142b50bf9.tar.bz2
nexus: Added SDHCI driver to ZynqMP
Made ZynqMP build with the SDHCI driver.
Diffstat (limited to 'rtemsbsd/include/bsp/nexus-devices.h')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index 9486083b..4f2b2c6e 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -122,6 +122,10 @@ RTEMS_BSD_DRIVER_XILINX_ZYNQMP_CGEM3(ZYNQMP_IRQ_ETHERNET_3);
RTEMS_BSD_DRIVER_E1000PHY;
RTEMS_BSD_DRIVER_UKPHY;
+RTEMS_BSD_DRIVER_XILINX_ZYNQMP_SDHCI0;
+RTEMS_BSD_DRIVER_XILINX_ZYNQMP_SDHCI1;
+RTEMS_BSD_DRIVER_MMC;
+
#elif defined(LIBBSP_ARM_ATSAM_BSP_H)
RTEMS_BSD_DRIVER_USB;