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-17 11:33:01 +0100
commit9cd28904cfb630dd5d9b1602e682235b0dcd5526 (patch)
treebd1af18ff9f697fc37a1ea77dc7dc8196271d71b
parentUpdate arm64/aarch64 support (diff)
downloadrtems-libbsd-9cd28904cfb630dd5d9b1602e682235b0dcd5526.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 18b4c012..630572a8 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -143,6 +143,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);