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