1.\" $OpenBSD: omap.4,v 1.8 2020/04/05 19:39:21 jmc Exp $ 2.\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org> 3.\" 4.\" Permission to use, copy, modify, and distribute this software for any 5.\" purpose with or without fee is hereby granted, provided that the above 6.\" copyright notice and this permission notice appear in all copies. 7.\" 8.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 9.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 10.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 11.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" 16.Dd $Mdocdate: April 5 2020 $ 17.Dt OMAP 4 armv7 18.Os 19.Sh NAME 20.Nm omap 21.Nd omap3, omap4, am335x SoCs device bus 22.Sh SYNOPSIS 23.Cd "omap0 at mainbus?" 24.Sh DESCRIPTION 25The 26.Nm 27interface serves as an abstraction used by the autoconfiguration 28system to help find and attach devices integrated on Texas Instruments SoC 29processors. 30.Pp 31.Nm 32provides support for the following devices: 33.Pp 34.Bl -tag -width 12n -offset indent -compact 35.It Xr dmtimer 4 36Texas Instruments dual mode timer device 37.It Xr gptimer 4 38Texas Instruments general purpose timer device 39.It Xr prcm 4 40Texas Instruments power, reset and clock management device 41.El 42.Sh SEE ALSO 43.Xr intro 4 , 44.Xr mainbus 4 45.Sh HISTORY 46The 47.Nm 48driver first appeared in 49.Ox 5.5 . 50