1# $OpenBSD: files.omap,v 1.26 2020/04/10 22:02:45 kettenis 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 omcm: fdt 13attach omcm at fdt 14file arch/armv7/omap/omcm.c omcm 15 16device omclock 17attach omclock at fdt 18file arch/armv7/omap/omclock.c omclock 19 20device ommmc: sdmmcbus 21attach ommmc at fdt 22file arch/armv7/omap/ommmc.c ommmc 23 24device cpsw: ether, ifnet, mii, ifmedia 25attach cpsw at fdt 26file arch/armv7/omap/if_cpsw.c cpsw 27 28device prcm 29attach prcm at omap 30file arch/armv7/omap/prcm.c prcm 31 32device omgpio: gpiobus 33attach omgpio at fdt 34file arch/armv7/omap/omgpio.c omgpio 35 36device tiiic: i2cbus 37attach tiiic at fdt 38file arch/armv7/omap/ti_iic.c tiiic 39 40device edma 41attach edma at fdt 42file arch/armv7/omap/edma.c edma 43 44device intc 45attach intc at fdt 46file arch/armv7/omap/intc.c intc 47 48device omwugen 49attach omwugen at fdt 50file arch/armv7/omap/omwugen.c omwugen 51 52device gptimer 53attach gptimer at omap 54file arch/armv7/omap/gptimer.c gptimer 55 56device dmtimer 57attach dmtimer at omap 58file arch/armv7/omap/dmtimer.c dmtimer 59 60device omapid 61attach omapid at omap 62file arch/armv7/omap/omapid.c omapid 63 64device omdog 65attach omdog at fdt 66file arch/armv7/omap/omdog.c omdog 67 68device omrng 69attach omrng at fdt 70file arch/armv7/omap/omrng.c omrng 71 72attach ohci at omap with omohci 73file arch/armv7/omap/omohci.c omohci 74 75device omehci: usbus 76attach omehci at fdt 77file arch/armv7/omap/omehci.c omehci 78 79device omsysc: fdt 80attach omsysc at fdt 81file arch/armv7/omap/omsysc.c omsysc 82 83device omusbtll 84attach omusbtll at omap 85file arch/armv7/omap/omusbtll.c omusbtll 86 87# LCD frame buffer 88device omdisplay: wsemuldisplaydev, rasops16 89attach omdisplay at omap 90file arch/armv7/omap/omdisplay.c omdisplay 91 92device amdisplay: wsemuldisplaydev, rasops16 93attach amdisplay at fdt 94file arch/armv7/omap/amdisplay.c amdisplay 95 96# TDA19988 HDMI PHY 97device nxphdmi 98attach nxphdmi at i2c 99file arch/armv7/omap/nxphdmi.c nxphdmi 100 101