mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 05:11:15 +08:00
Port am335x usb driver to RTEMS.
Add FDT and umass support for am335x USB driver. Now RTEMS can mount and open USB disk.
This commit is contained in:

committed by
Sebastian Huber

parent
bd3c01a126
commit
9121570cf2
@@ -46,6 +46,20 @@
|
||||
|
||||
RTEMS_BSD_DRIVER_SMC0(0x4e000000, RVPBXA9_IRQ_ETHERNET);
|
||||
|
||||
#elif defined(LIBBSP_ARM_BEAGLE_BSP_H)
|
||||
|
||||
#include <bsp/irq.h>
|
||||
|
||||
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ofwbus, 0, 0, NULL);
|
||||
SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
|
||||
SYSINIT_DRIVER_REFERENCE(ti_scm, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(am335x_prcm, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(usbss, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(musbotg, usbss);
|
||||
|
||||
RTEMS_BSD_DRIVER_USB;
|
||||
RTEMS_BSD_DRIVER_USB_MASS;
|
||||
|
||||
#elif defined(LIBBSP_ARM_LPC32XX_BSP_H)
|
||||
|
||||
#include <bsp/irq.h>
|
||||
|
0
rtemsbsd/include/machine/intr.h
Normal file
0
rtemsbsd/include/machine/intr.h
Normal file
0
rtemsbsd/include/rtems/bsd/local/fdt_pinctrl_if.h
Normal file
0
rtemsbsd/include/rtems/bsd/local/fdt_pinctrl_if.h
Normal file
Reference in New Issue
Block a user