initial commit
[bbb-usb.git] / src / sys / arch / armv7 / omap / files.omap
1 # $OpenBSD: files.omap,v 1.19 2016/10/03 01:59:20 jsg Exp $
2
3 define omap {}
4 device omap: omap
5 attach omap at fdt
6 file arch/armv7/omap/omap_machdep.c omap needs-flag
7 file arch/armv7/omap/omap.c omap
8 file arch/armv7/omap/omap3.c
9 file arch/armv7/omap/omap4.c
10 file arch/armv7/omap/am335x.c
11
12 device ommmc: sdmmcbus
13 attach ommmc at fdt
14 file arch/armv7/omap/ommmc.c ommmc
15
16 device cpsw: ether, ifnet, mii, ifmedia
17 attach cpsw at fdt
18 file arch/armv7/omap/if_cpsw.c cpsw
19
20 device prcm
21 attach prcm at omap
22 file arch/armv7/omap/prcm.c prcm
23
24 device sitaracm
25 attach sitaracm at omap
26 file arch/armv7/omap/am335x_cm_padconf.c sitaracm
27 file arch/armv7/omap/sitara_cm.c sitaracm
28
29 device ompinmux
30 attach ompinmux at fdt
31 file arch/armv7/omap/ompinmux.c ompinmux
32
33 device omgpio: gpiobus
34 attach omgpio at fdt
35 file arch/armv7/omap/omgpio.c omgpio
36
37 device tiiic: i2cbus
38 attach tiiic at fdt
39 file arch/armv7/omap/ti_iic.c tiiic
40
41 device edma
42 attach edma at omap
43 file arch/armv7/omap/edma.c edma
44
45 device intc
46 attach intc at fdt
47 file arch/armv7/omap/intc.c intc
48
49 device omwugen
50 attach omwugen at fdt
51 file arch/armv7/omap/omwugen.c omwugen
52
53 device gptimer
54 attach gptimer at omap
55 file arch/armv7/omap/gptimer.c gptimer
56
57 device dmtimer
58 attach dmtimer at omap
59 file arch/armv7/omap/dmtimer.c dmtimer
60
61 device omapid
62 attach omapid at omap
63 file arch/armv7/omap/omapid.c omapid
64
65 device omdog
66 attach omdog at fdt
67 file arch/armv7/omap/omdog.c omdog
68
69 device amusbss
70 attach amusbss at fdt
71 file arch/armv7/omap/amusbss.c amusbss
72
73 attach ohci at omap with omohci
74 file arch/armv7/omap/omohci.c omohci
75
76 device omehci: usbus
77 attach omehci at fdt
78 file arch/armv7/omap/omehci.c omehci
79
80 device ammusb: usbus
81 attach ammusb at fdt
82 file arch/armv7/omap/ammusb.c ammusb
83
84 device omusbtll
85 attach omusbtll at omap
86 file arch/armv7/omap/omusbtll.c omusbtll
87
88 device omkbd: wskbddev
89 attach omkbd at omap
90 file arch/armv7/omap/omkbd.c omkbd
91
92 # LCD frame buffer
93 device omdisplay: wsemuldisplaydev, rasops16
94 attach omdisplay at omap
95 file arch/armv7/omap/omdisplay.c omdisplay
96
97 # MCSPI - spi
98 device mcspi
99 attach mcspi at omap
100 file arch/armv7/omap/mcspi.c mcspi
101
102 # pseudo-Audio Device Driver
103 device oaudio: audio
104 attach oaudio at omap # configure after Atlas Driver
105 file arch/armv7/omap/beagle_audio.c oaudio