summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2020-11-02 14:50:33 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2020-11-20 08:56:30 +0100
commit5cb414662757a0877784ad8882afd6968968334f (patch)
tree7d32fcf06ab831f7ce12805e24db95d509a591bf
parentUpdate arm64/aarch64 support (diff)
downloadrtems-libbsd-5cb414662757a0877784ad8882afd6968968334f.tar.bz2
imxrt: Add support
Update #4180
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index 095dfea6..bb51da58 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -152,6 +152,14 @@ RTEMS_BSD_DRIVER_MMC;
SYSINIT_DRIVER_REFERENCE(ofw_regulator_bus, simplebus);
+#elif defined(LIBBSP_ARM_IMXRT_BSP_H)
+
+RTEMS_BSD_DEFINE_NEXUS_DEVICE(ofwbus, 0, 0, NULL);
+SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
+
+SYSINIT_DRIVER_REFERENCE(ffec, simplebus);
+SYSINIT_DRIVER_REFERENCE(ksz8091rnb, miibus);
+
#elif defined(LIBBSP_ARM_LPC24XX_BSP_H)
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ohci, 0, 0, NULL);