initial commit, pull in sys/arch/armv7/omap
[bbb-pru.git] / files.omap
1 # $OpenBSD: files.omap,v 1.8 2016/05/02 08:15:55 patrick 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 omap
14 file arch/armv7/omap/ommmc.c ommmc
15
16 device cpsw: ether, ifnet, mii, ifmedia
17 attach cpsw at omap
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 omgpio: gpiobus
30 attach omgpio at omap
31 file arch/armv7/omap/omgpio.c omgpio
32
33 device tiiic: i2cbus
34 attach tiiic at omap
35 file arch/armv7/omap/ti_iic.c tiiic
36
37 device edma
38 attach edma at omap
39 file arch/armv7/omap/edma.c edma
40
41 device intc
42 attach intc at omap
43 file arch/armv7/omap/intc.c intc
44
45 device gptimer
46 attach gptimer at omap
47 file arch/armv7/omap/gptimer.c gptimer
48
49 device dmtimer
50 attach dmtimer at omap
51 file arch/armv7/omap/dmtimer.c dmtimer
52
53 device omapid
54 attach omapid at omap
55 file arch/armv7/omap/omapid.c omapid
56
57 device omdog
58 attach omdog at omap
59 file arch/armv7/omap/omdog.c omdog
60
61 attach ohci at omap with omohci
62 file arch/armv7/omap/omohci.c omohci
63
64 attach ehci at omap with omehci
65 file arch/armv7/omap/omehci.c omehci
66
67 # NS16550 compatible serial ports
68 attach com at omap with com_omap
69 file arch/armv7/omap/omap_com.c com_omap
70
71 device omusbtll
72 attach omusbtll at omap
73 file arch/armv7/omap/omusbtll.c omusbtll
74
75 device omkbd: wskbddev
76 attach omkbd at omap
77 file arch/armv7/omap/omkbd.c omkbd
78
79 # LCD frame buffer
80 device omdisplay: wsemuldisplaydev, rasops16
81 attach omdisplay at omap
82 file arch/armv7/omap/omdisplay.c omdisplay
83
84 # MCSPI - spi
85 device mcspi
86 attach mcspi at omap
87 file arch/armv7/omap/mcspi.c mcspi
88
89 # pseudo-Audio Device Driver
90 device oaudio: audio
91 attach oaudio at omap # configure after Atlas Driver
92 file arch/armv7/omap/beagle_audio.c oaudio