1# $OpenBSD: files.omap,v 1.23 2018/08/27 10:17:35 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 fdt 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 76# LCD frame buffer 77device omdisplay: wsemuldisplaydev, rasops16 78attach omdisplay at omap 79file arch/armv7/omap/omdisplay.c omdisplay 80 81device amdisplay: wsemuldisplaydev, rasops16 82attach amdisplay at fdt 83file arch/armv7/omap/amdisplay.c amdisplay 84 85# TDA19988 HDMI PHY 86device nxphdmi 87attach nxphdmi at i2c 88file arch/armv7/omap/nxphdmi.c nxphdmi 89 90