[rtems-libbsd commit] imxrt: Add support

Christian Mauderer christianm at rtems.org
Fri Nov 20 07:57:36 UTC 2020


Module:    rtems-libbsd
Branch:    master
Commit:    5cb414662757a0877784ad8882afd6968968334f
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=5cb414662757a0877784ad8882afd6968968334f

Author:    Christian Mauderer <christian.mauderer at embedded-brains.de>
Date:      Mon Nov  2 14:50:33 2020 +0100

imxrt: Add support

Update #4180

---

 rtemsbsd/include/bsp/nexus-devices.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index 095dfea..bb51da5 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);



More information about the vc mailing list