1# $OpenBSD: files.omap,v 1.18 2016/09/15 21:55:51 jsg 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 fdt 14file arch/armv7/omap/ommmc.c ommmc 15 16device cpsw: ether, ifnet, mii, ifmedia 17attach cpsw at fdt 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 fdt 31file arch/armv7/omap/omgpio.c omgpio 32 33device tiiic: i2cbus 34attach tiiic at fdt 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 fdt 43file arch/armv7/omap/intc.c intc 44 45device omwugen 46attach omwugen at fdt 47file arch/armv7/omap/omwugen.c omwugen 48 49device gptimer 50attach gptimer at omap 51file arch/armv7/omap/gptimer.c gptimer 52 53device dmtimer 54attach dmtimer at omap 55file arch/armv7/omap/dmtimer.c dmtimer 56 57device omapid 58attach omapid at omap 59file arch/armv7/omap/omapid.c omapid 60 61device omdog 62attach omdog at fdt 63file arch/armv7/omap/omdog.c omdog 64 65attach ohci at omap with omohci 66file arch/armv7/omap/omohci.c omohci 67 68device omehci: usbus 69attach omehci at fdt 70file arch/armv7/omap/omehci.c omehci 71 72device omusbtll 73attach omusbtll at omap 74file arch/armv7/omap/omusbtll.c omusbtll 75 76device omkbd: wskbddev 77attach omkbd at omap 78file arch/armv7/omap/omkbd.c omkbd 79 80# LCD frame buffer 81device omdisplay: wsemuldisplaydev, rasops16 82attach omdisplay at omap 83file arch/armv7/omap/omdisplay.c omdisplay 84 85# MCSPI - spi 86device mcspi 87attach mcspi at omap 88file arch/armv7/omap/mcspi.c mcspi 89 90# pseudo-Audio Device Driver 91device oaudio: audio 92attach oaudio at omap # configure after Atlas Driver 93file arch/armv7/omap/beagle_audio.c oaudio 94