source: rtems-libbsd/rtemsbsd/include/bsp/nexus-devices.h @ 9121570

55-freebsd-126-freebsd-12
Last change on this file since 9121570 was 9121570, checked in by Sichen Zhao <1473996754@…>, on 07/13/17 at 02:24:05

Port am335x usb driver to RTEMS.

Add FDT and umass support for am335x USB driver.

Now RTEMS can mount and open USB disk.

  • Property mode set to 100644
File size: 3.9 KB
Line 
1/*
2 * Copyright (c) 2013-2015 embedded brains GmbH.  All rights reserved.
3 *
4 *  embedded brains GmbH
5 *  Dornierstr. 4
6 *  82178 Puchheim
7 *  Germany
8 *  <rtems@embedded-brains.de>
9 *
10 * Copyright (c) 2016 Chris Johns <chrisj@rtems.org> All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright
16 *    notice, this list of conditions and the following disclaimer.
17 * 2. Redistributions in binary form must reproduce the above copyright
18 *    notice, this list of conditions and the following disclaimer in the
19 *    documentation and/or other materials provided with the distribution.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
22 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 */
33
34#if !defined(BSP_NEXUS_DEVICES_h)
35#define BSP_NEXUS_DEVICES_h
36
37#include <bsp.h>
38
39#include <rtems/bsd/bsd.h>
40#include <machine/rtems-bsd-nexus-bus.h>
41
42
43#if defined(LIBBSP_ARM_REALVIEW_PBX_A9_BSP_H)
44
45#include <bsp/irq.h>
46
47RTEMS_BSD_DRIVER_SMC0(0x4e000000,  RVPBXA9_IRQ_ETHERNET);
48
49#elif defined(LIBBSP_ARM_BEAGLE_BSP_H)
50
51#include <bsp/irq.h>
52
53RTEMS_BSD_DEFINE_NEXUS_DEVICE(ofwbus, 0, 0, NULL);
54SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
55SYSINIT_DRIVER_REFERENCE(ti_scm, simplebus);
56SYSINIT_DRIVER_REFERENCE(am335x_prcm, simplebus);
57SYSINIT_DRIVER_REFERENCE(usbss, simplebus);
58SYSINIT_DRIVER_REFERENCE(musbotg, usbss);
59
60RTEMS_BSD_DRIVER_USB;
61RTEMS_BSD_DRIVER_USB_MASS;
62
63#elif defined(LIBBSP_ARM_LPC32XX_BSP_H)
64
65#include <bsp/irq.h>
66
67RTEMS_BSD_DRIVER_LPC32XX_PWR;
68RTEMS_BSD_DRIVER_LPC32XX_LPE;
69RTEMS_BSD_DRIVER_LPC32XX_TSC;
70RTEMS_BSD_DRIVER_ICSPHY;
71RTEMS_BSD_DRIVER_LPC32XX_OHCI;
72SYSINIT_DRIVER_REFERENCE(usbus, ohci);
73RTEMS_BSD_DRIVER_USB;
74RTEMS_BSD_DRIVER_USB_MASS;
75
76#elif defined(LIBBSP_M68K_GENMCF548X_BSP_H)
77
78RTEMS_BSD_DRIVER_FEC;
79
80#elif defined(LIBBSP_ARM_XILINX_ZYNQ_BSP_H)
81
82#include <bsp/irq.h>
83
84RTEMS_BSD_DRIVER_XILINX_ZYNQ_SLCR;
85RTEMS_BSD_DRIVER_XILINX_ZYNQ_CGEM0(ZYNQ_IRQ_ETHERNET_0);
86RTEMS_BSD_DRIVER_E1000PHY;
87
88#elif defined(LIBBSP_ARM_ATSAM_BSP_H)
89
90RTEMS_BSD_DRIVER_USB;
91RTEMS_BSD_DRIVER_USB_MASS;
92
93#elif defined(LIBBSP_ARM_ALTERA_CYCLONE_V_BSP_H)
94
95#include <bsp/socal/hps.h>
96#include <bsp/irq.h>
97
98RTEMS_BSD_DRIVER_DWC0((unsigned long) ALT_EMAC1_ADDR,
99                      ALT_INT_INTERRUPT_EMAC1_IRQ);
100RTEMS_BSD_DRIVER_MIPHY;
101RTEMS_BSD_DRIVER_DWCOTG0((unsigned long) ALT_USB1_ADDR,
102                         ALT_INT_INTERRUPT_USB1_IRQ);
103RTEMS_BSD_DRIVER_DWC_MMC;
104RTEMS_BSD_DRIVER_MMC;
105RTEMS_BSD_DRIVER_USB;
106RTEMS_BSD_DRIVER_USB_MASS;
107
108#elif defined(LIBBSP_ARM_LPC24XX_BSP_H)
109
110RTEMS_BSD_DEFINE_NEXUS_DEVICE(ohci, 0, 0, NULL);
111SYSINIT_DRIVER_REFERENCE(usbus, ohci);
112RTEMS_BSD_DRIVER_USB;
113RTEMS_BSD_DRIVER_USB_MASS;
114
115#elif defined(LIBBSP_I386_PC386_BSP_H)
116
117RTEMS_BSD_DRIVER_PC_LEGACY;
118RTEMS_BSD_DRIVER_PCI_LEM;
119RTEMS_BSD_DRIVER_PCI_IGB;
120RTEMS_BSD_DRIVER_PCI_EM;
121RTEMS_BSD_DRIVER_PCI_RE;
122RTEMS_BSD_DRIVER_REPHY;
123
124#elif defined(LIBBSP_POWERPC_QORIQ_BSP_H)
125
126#if !QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT)
127
128#include <bsp/irq.h>
129
130RTEMS_BSD_DEFINE_NEXUS_DEVICE(ofwbus, 0, 0, NULL);
131SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
132SYSINIT_DRIVER_REFERENCE(tsec, simplebus);
133SYSINIT_DRIVER_REFERENCE(ukphy, miibus);
134
135#endif /* !QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT) */
136
137#endif
138
139#endif
Note: See TracBrowser for help on using the repository browser.