summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/omap/files.omap
blob: 697e0ac2b41e85587d73987a8574f18f9f5228dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#	$OpenBSD: files.omap,v 1.6 2014/03/18 07:34:17 syl Exp $

define omap {}
device omap: omap
attach omap at mainbus
file	arch/armv7/omap/omap_machdep.c		omap
file	arch/armv7/omap/omap.c			omap
file	arch/armv7/omap/omap3.c
file	arch/armv7/omap/omap4.c
file	arch/armv7/omap/am335x.c

device ommmc: sdmmcbus
attach ommmc at omap
file	arch/armv7/omap/ommmc.c			ommmc

device cpsw: ether, ifnet, mii, ifmedia
attach cpsw at omap
file	arch/armv7/omap/if_cpsw.c		cpsw

device prcm
attach prcm at omap
file	arch/armv7/omap/prcm.c			prcm

device sitaracm
attach sitaracm at omap
file	arch/armv7/omap/am335x_cm_padconf.c	sitaracm
file	arch/armv7/omap/sitara_cm.c		sitaracm

device omgpio: gpiobus
attach omgpio at omap
file	arch/armv7/omap/omgpio.c		omgpio

device tiiic: i2cbus
attach tiiic at omap
file	arch/armv7/omap/ti_iic.c		tiiic

device edma
attach edma at omap
file	arch/armv7/omap/edma.c			edma

device intc
attach intc at omap
file	arch/armv7/omap/intc.c			intc

device gptimer
attach gptimer at omap
file	arch/armv7/omap/gptimer.c		gptimer

device dmtimer
attach dmtimer at omap
file	arch/armv7/omap/dmtimer.c		dmtimer

device omapid
attach omapid at omap
file	arch/armv7/omap/omapid.c		omapid

device omdog
attach omdog at omap
file	arch/armv7/omap/omdog.c			omdog

attach ohci at omap with omohci
file	arch/armv7/omap/omohci.c		omohci

attach ehci at omap with omehci
file	arch/armv7/omap/omehci.c		omehci

# NS16550 compatible serial ports
attach	com at omap with com_omap
file	arch/armv7/omap/omap_com.c		com_omap

device omusbtll
attach omusbtll at omap
file arch/armv7/omap/omusbtll.c			omusbtll

device omkbd: wskbddev
attach omkbd at omap
file	arch/armv7/omap/omkbd.c			omkbd

# LCD frame buffer
device omdisplay: wsemuldisplaydev, rasops16
attach omdisplay at omap
file arch/armv7/omap/omdisplay.c		omdisplay

# MCSPI - spi 
device mcspi 
attach mcspi at omap
file	arch/armv7/omap/mcspi.c			mcspi

# pseudo-Audio Device Driver
device oaudio: audio
attach oaudio at omap				# configure after Atlas Driver
file arch/armv7/omap/beagle_audio.c		oaudio