mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 07:01:55 +08:00
parent
9f52a0df17
commit
5cb4146627
@ -152,6 +152,14 @@ RTEMS_BSD_DRIVER_MMC;
|
|||||||
|
|
||||||
SYSINIT_DRIVER_REFERENCE(ofw_regulator_bus, simplebus);
|
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)
|
#elif defined(LIBBSP_ARM_LPC24XX_BSP_H)
|
||||||
|
|
||||||
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ohci, 0, 0, NULL);
|
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ohci, 0, 0, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user